I like learning about distributed systems, and making sure they stay healthy.
Four years in infrastructure and platform engineering, most of it in the *nix ecosystem. I hold CKA, CKAD, CKS, and KCNA, plus Cisco and Juniper networking certs. When I'm not on call I build small tools, like redarmor, a TLS expiry tracker in pure Go.
// the daily stack package main type stack struct { runtime string language string observe string } var daily = stack{ runtime: "kubernetes", language: "go", observe: "prometheus + grafana + langfuse", }