Blog and Study Notes
Technical articles about DevOps, Site Reliability Engineering, Cybersecuirty and more.
July 14, 2026 1 min read 356 reads
My Week with Terraform
A study log covering the exam's real weak points — multi-container pods, probes, and the speed you need under the clock.
TerraformCertifications
June 18, 2026 1 min read 214 reads
Bootstrapping a 6-Node HA kubeadm Cluster on WSL2 with Terraform
Notes on wiring up Multipass VMs, HAProxy, and kubeadm into a repeatable, Terraform-driven cluster on WSL2.
KubernetesTerraformHomelab
May 2, 2026 1 min read 356 reads
What CKAD Actually Tests (and How I'm Studying for It)
A study log covering the exam's real weak points — multi-container pods, probes, and the speed you need under the clock.
KubernetesCertifications
March 10, 2026 1 min read 148 reads
Teaching Assembly to Second-Years Without Losing the Room
What actually works when you're teaching low-level material to students who've only ever written Python.
Teaching