Using a two-phase data load and render pattern to prevent N+1 queries in a generalized way. Especially useful in Go, but applicable in any language.| brandur.org
Maximizing Postgres connection economy by using a single connection per program to receive and distribute all listen/notify notifications.| brandur.org
Using Go’s DisallowUnknownFields option to improve an API’s integration experience by making paramter naming mistakes faster to resolve.| brandur.org