performance
Posts tagged with "performance"
I Built happycontext: Wide Logging for Go with Router + Logger Adapters
A practical deep dive into happycontext, a Go wide-logging library that emits one structured event per request with support for slog, zap, zerolog, and net/http, gin, echo, and fiber integrations.
golang
PostgreSQL UUIDv7: Native UUIDv7 vs Extensions and Benchmarks
Compare PostgreSQL 18 native UUIDv7 with custom UUIDv7, ULID, and TypeID implementations using real benchmark data, index locality tradeoffs, and practical primary-key recommendations.
postgres
Best Dockerfile for Golang, Optimize Your Dockerfile
Create best Dockerfile for Golang, optimize your Dockerfile for Golang and make it blazingly fast! 🔥
docker