Rebuilding the BlogJune 22, 2026How this blog works now — drop a markdown file anywhere under contents/blogs and it shows up automatically.metamarkdowndevops
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.kubernetesgitopsargocddevops
Building a NixOS HomelabMay 12, 2026Rebuilding my homelab declaratively with NixOS flakes — reproducible, version-controlled infrastructure at home.nixoshomelabdevopslinux
Smaller Images with Multi-stage BuildsApril 8, 2026Cutting a Go image from 900MB to 12MB with multi-stage Docker builds and distroless base images.dockercontainersgodevops