$ Building Reliable Systems

Thoughts on site reliability engineering, infrastructure, monitoring, and keeping production running smoothly.

Articles

Feb 19, 2026 · 8 min read

Terraform for Beginner

Why you should learn the AWS console before Terraform, how to structure your .tf files, and how modules help you apply the DRY principle.

Terraform AWS IaC Beginner
Feb 17, 2026 · 12 min read

Kubernetes for Beginner

A compact guide to getting started with Kubernetes — from Docker basics to Deployments, Services, Namespaces, Secrets, and the kubectl commands you'll use everyday.

Kubernetes Docker DevOps Beginner