Migrating the site to Hugo π Sep 24, 2021 · β 3 min read The hard but rewarding road of website migration to Hugo
Making a network canary π Mar 11, 2021 · β 3 min read Creating a network canary device with an Arduino Nano
The otherworldly landscape of enums in go π Mar 7, 2021 · β 11 min read The state of enums in go and how to create a self validating type generator
Scaffolding RSS feeds from zim notebooks π Jan 23, 2021 · β 4 min read How to generate RSS feeds for zim notebooks
Fixing and extending jwt-go without forking π Jan 15, 2021 · β 5 min read How to keep using jwt-go without forking or deprecating it in your project
That one with the go runtime bug π Jan 7, 2021 · β 6 min read A matryoshka of bugs ends up in golang itself
Log everything, just not every single thing π Jan 2, 2021 · β 9 min read A reminder that we should log, but maybe not just everything. And a performance rabbit hole
Forgetting that precious recover π Jan 2, 2021 · β 7 min read What happens when you forget a recover on a spawned goroutine?