deploying nixos on proxmox26 October 2024·3 minsI’ve been using NixOS for a while now, primarily to provision my personal and work Mac systems.
golang and composition over inheritance24 June 2024·6 minsRecently, Andrew Cairns shared a post on Twitter/X featuring a shortened written version of his fantastic video, Composition over Inheritance Explained by Games.
tigerbeetle is kinda cool10 June 2024·6 minsDatabases play a crucial role in any modern application, providing the backbone for data storage and management.
wip: wifi-qr Zig Rewrite27 May 2024·3 minsA couple of years ago, I frequently needed to join WiFi networks on external devices for testing.
devlog 1 - foundations15 May 2024·4 minsOver the past few months, I’ve played around with multiple side projects.
yamlcfg: golang library for yaml and env vars config14 May 2024·1 minIntroducing yamlcfg, a new library designed to simplify YAML and Environment Variable configuration in Golang applications.
using golang's crypto/aes and crypto/cipher packages8 May 2024·5 minsIn an upcoming side project, I needed to encrypt and decrypt values stored in a SQLite database.
you probably don't need to mock16 April 2024·10 minsWith 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 actions11 March 2024·11 minsThe ability to deploy new features and fixes rapidly and reliably is a significant advantage.