Building REST APIs with Go
April 20, 2026 · 1 min read
A pragmatic look at designing robust and scalable REST APIs in Go using the standard library and a thin router.
GoAPIREST
Building scalable systems and sharing technical insights on Go, APIs, and system design.
Technical insights on backend development, system design, and software architecture.
April 20, 2026 · 1 min read
A pragmatic look at designing robust and scalable REST APIs in Go using the standard library and a thin router.
March 28, 2026 · 1 min read
The handful of patterns that show up again and again when you build distributed systems — and when to reach for each.
February 14, 2026 · 1 min read
Practical techniques for finding and fixing slow queries — indexes, EXPLAIN plans, and the N+1 trap.