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.
yamlcfg: golang library for yaml and env vars config
·1 min
Introducing yamlcfg, a new library designed to simplify YAML and Environment Variable configuration in Golang applications.
using golang's crypto/aes and crypto/cipher packages
·5 mins
In an upcoming side project, I needed to encrypt and decrypt values stored in a SQLite database.
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.
i suck at technical interviews
·3 mins
It’s difficult for me to admit, but I struggle with technical interviews.
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.