skip to content
~/../hambn~/projects~/blog~/links

blog

notes on infra, tooling, and things i figure out

⌕

4 posts

Rebuilding the BlogJune 22, 2026How this blog works now — drop a markdown file anywhere under contents/blogs and it shows up automatically.
GitOps with Argo CDJune 1, 2026A practical GitOps setup where the cluster state always matches what's in git — using Argo CD to sync manifests automatically.
Building a NixOS HomelabMay 12, 2026Rebuilding my homelab declaratively with NixOS flakes — reproducible, version-controlled infrastructure at home.
Smaller Images with Multi-stage BuildsApril 8, 2026Cutting a Go image from 900MB to 12MB with multi-stage Docker builds and distroless base images.