Writing from the workshop.
Notes on Go, maintainable systems, and building useful products.
10.06.2026
5 min read
The Evolution Of LLM Based Development
How I used to use AI in programming, what made me change and how I approach it currently
12.03.2026
8 min read
Slot-machine based development is the new black
AI coding tools promise huge productivity gains, but they risk turning development into a slot machine: fast output, weak understanding, fragile code.
23.12.2025
5 min read
Educational content in the era of AI
Thoughts on paid courses in an era where everyone and their grandma are vibe coding & the economic feasibility of long-form courses
01.07.2025
11 min read
One Month With Claude Code
Tips and learnings after spending one month working daily with Claude Code professionally
04.10.2024
11 min read
Why you should use Go
A personal love letter to Golang and why I think more people should write web apps using the language
12.09.2024
5 min read
Reflections on trying to build a saas product in 5 days
Learnings from trying to build a saas, or more preciously, an MVP in five days starting from scratch.
12.07.2024
4 min read
A short run guide to deploying Grafto using Pulumi
Short guide that shows how you can use pulumi to create the required infrastructure to host Grafto
02.04.2024
12 min read
How to build a blog from scratch using Golang
A guide showcasing how you can build your own blog using Golang to learn the language
16.03.2024
4 min read
Why top level internal is uncessary in Golang
Programmers like to argue about the right way to do a certain thing. This post argues why you should not use a top-level internal directory as your default.
29.01.2024
6 min read
Choosing an IaC tool: Pulumi vs Terraform
Infrastructure as code can be a very helpful tool for managing your infrastructure but choosing the right tool can be hard. This guide provides you with a comparison.
15.01.2024
4 min read
One month to make one dollar: Part two
The follow-up to part one of my attempt to create a piece of software that would generate money in only one month
15.01.2024
6 min read
One month to make one dollar: Part one
My experiences trying to make a dollar in one month starting completely from scratch