Skip to content

Instantly share code, notes, and snippets.

View hasanhg's full-sized avatar

Hasan Gürsoy hasanhg

View GitHub Profile
@omerkaya1
omerkaya1 / pgx.go
Last active March 27, 2024 09:30
Golang PostgreSQL connection pool example Go ^1.18
package db
import (
"context"
"database/sql"
"net"
"net/url"
"strconv"
"time"
@dedunumax
dedunumax / .gitignore Java
Last active April 6, 2024 16:13
A complete .gitignore file for Java.
##############################
## Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*