Writing from the workshop.
Notes on Go, maintainable systems, and building useful products.
15.01.2024
5 min read
Reflections on going from wantrepreneur to entrepreneur
A reflection on how you can stop binging tutorials on how to become an entrepreneur and actually start being one.
14.12.2023
11 min read
Golang Integration Testing with Docker: My 2026 Setup
Start one PostgreSQL container per Go package, then give every integration test its own migrated database. This 2026 setup keeps tests isolated without rebuilding the entire Docker environment for each case.
14.12.2023
14 min read
Opinionated guide to structuring Golang apps
How to structure Golang applications is one of the first questions newcomers to the language has-this will guide you through the process
13.12.2023
12 min read
Building a blogging website with Rust
A practical tutorial for how you can get started with Rust by building your own blog