Blog

👋 Welcome to my blog! I share my learnings and experiences from the world of Cloud, DevOps, and Infrastructure as Code.

Below you’ll find technical breakdowns, tutorials, and some behind-the-scenes from my journey as a DevOps engineer 🚀


September 25, 2025

Infrastructure as Code: Why It Matters

Modern infrastructure isn’t just about physical servers anymore — it’s about reproducibility, automation, and scale. That’s where Infrastructure as Code (IaC) comes in.

In this blog, I’ll walk you through why IaC is a game changer in the world of DevOps and how tools like Terraform, Pulumi, and Ansible help you manage infrastructure with ease.

“IaC enables teams to move faster, reduce human errors, and increase visibility.”

Stay tuned to learn how to get started and integrate IaC into your CI/CD pipelines 🚀

Read more →

September 25, 2025

Monitoring 101: Observability for DevOps

You can’t improve what you don’t measure. That’s why monitoring and observability are at the heart of DevOps success.

In this post, I’ll break down the difference between:

  • Monitoring
  • Logging
  • Tracing

We’ll also explore tools like Prometheus, Grafana, and ELK stack, and how to set up alerts for critical incidents.

“Great systems are the ones you can understand from the outside.”

By the end, you’ll have a clear idea of how to build a basic observability pipeline 📊

Read more →