- [Building Statically Linked Go Executables with CGO and Zig](https://calabro.io/zig-cgo)
- [Learn to Build a Database in Go from Scratch](https://build-your-own.org/blog/20251015_db_in_3000/): Intro to building a database in go with only the stdlib
- [How I write tests in Go](https://blog.verygoodsoftwarenotvirus.ru/posts/testing-in-go/)
- [Structured logging in Go](https://www.dash0.com/guides/logging-in-go-with-slog): Good intro into structured logging