Rewriting Go source code with AST tooling

A comprehensive guide to ‘go generate’

The benefit of a dependency is inversely proportional to the amount of effort spent on a project

Accessing PostgreSQL databases in Go

Where the top of the stack is on x86 (2011)

Go HTTPS Servers with TLS

Adventures in JIT compilation

Life of an HTTP request in a Go server (2017)

Generic functions on slices with Go type parameters

REST Servers in Go: Part 1 – standard library