blog
notes on infra, tooling, and things i figure out
- Rebuilding the Blog — How this blog works now — drop a markdown file anywhere under contents/blogs and it shows up automatically.
- GitOps with Argo CD — A practical GitOps setup where the cluster state always matches what's in git — using Argo CD to sync manifests automatically.
- Building a NixOS Homelab — Rebuilding my homelab declaratively with NixOS flakes — reproducible, version-controlled infrastructure at home.
- Smaller Images with Multi-stage Builds — Cutting a Go image from 900MB to 12MB with multi-stage Docker builds and distroless base images.