← Back to portfolio

Writing

Writing on platform engineering, infrastructure, and the web

Practical perspectives on cloud infrastructure, developer tooling, and building things that actually ship.

RSS
GitOpsCI/CDPlatform engineering

Why GitOps Changes How Your Team Ships to Production

The shift from push-based deployments to a pull-based, Git-native model — and why it makes production safer.

18 February 2026·5 min read
Read →
TerraformIaCCloudPlatform engineering

Terraform Modules: The Right Way to Scale Multi-Cloud Infrastructure

How reusable IaC modules reduce drift, speed up delivery, and keep multi-cloud infrastructure consistent.

10 March 2026·6 min read
Read →
KubernetesPlatform engineeringReliability

Kubernetes Probes: Getting Liveness, Readiness, and Startup Right

Three probe types, one common source of production incidents. Here's what each one does and how to configure them without shooting yourself in the foot.

17 March 2026·6 min read
Read →
KubernetesPlatform engineeringIncident response

Incident Response on Kubernetes: A Practical Runbook

The commands, thought process, and order of operations I use when something breaks in a production cluster.

21 March 2026·7 min read
Read →
Next.jsReactFrontend

Server Components in Next.js: What They Actually Change

Not hype — a practical look at where Server Components help, where they don't, and how to think about the boundary between server and client.

25 March 2026·5 min read
Read →