2026-06-09
homelab
terraform
proxmox
infrastructure
self-hosting
A walk through how one command turns a blank Proxmox box into a running machine that's already on the network and configured the way I want: building the template, cloning VMs from it, cloud-init, getting an address back out of DHCP, executing post-boot provisioning over SSH, and the slightly different path for bare-metal Raspberry Pis.
2026-06-08
homelab
infrastructure
terraform
self-hosting
How I run my whole homelab (Proxmox, MikroTik, Raspberry Pis, DNS, the lot) as version-controlled Terraform plus a GitOps loop where a git push redeploys the containers.
2025-11-02
golang
object-storage
how-to
A complete guide to creating cloud-agnostic file storage in Go that works across AWS S3, Google Cloud Storage, and Azure Blob Storage with one unified, memory-efficient API
2020-06-14
android
Using the newly introduced Dagger Hilt for dependency injection
2019-11-28
php
programming
how-to
A guide on upgrading to PHP 7.4.
2019-11-27
android
android-jetpack
navigation
how-to
A guide on using the new navigation component in Android