Skip to main content

Posts

2024


wip: wifi-qr Zig Rewrite

·3 mins
A couple of years ago, I frequently needed to join WiFi networks on external devices for testing.

devlog 1 - foundations

·4 mins
Over the past few months, I’ve played around with multiple side projects.

you probably don't need to mock

·10 mins
With the clickbait title out of the way, we can discuss why mocking may not be as crucial for Go testing as commonly perceived.

continuous deployment with go and github actions

·11 mins
Practical guide to setting up automated deployments for Go applications using GitHub Actions and Fly.io, covering both staging and production pipelines with appropriate safety controls.

building your golang toolkit

·7 mins
After nearly 10 years of working with Go, including over 6 of those years as a full-time Go developer, I’ve come to rely on a set of tools and libraries that have significantly boosted my productivity.