Posts tagged backend
4 posts
- Building REST APIs in Go
A practical guide to building production-ready REST APIs in Go using the standard library and best practices.
- Go Error Handling Patterns
Common patterns for handling errors in Go — wrapping, sentinel errors, and custom error types.
- Understanding the Context Package in Go
A deep dive into Go's context package — cancellation, timeouts, and passing request-scoped values.
- PostgreSQL Indexing Strategies
A practical guide to PostgreSQL indexes — B-tree, GIN, partial indexes, and when to use each.