Latest Blogs

Mar 12, 2026 5 min read

Ever Wondered How Docker Actually Works Under the Hood?

If you use Docker daily, the workflow becomes second nature: docker pull docker build docker run Containers appear, applications start, and everything “just works”. But if you’re a …
Jan 25, 2026 3 min read

Terraform Best Practices: How to Not Nuke Production

Writing Terraform is easy. Managing Terraform at scale without destroying your company’s infrastructure is hard. If your idea of “state management” is a file on your laptop named …
Jan 18, 2026 6 min read

Understanding Concurrency and Goroutines

If you listen to Senior Engineers talk about Concurrency, you’d think it’s the plot of a spy thriller. “We have a Race Condition in the kernel! The Deadlock is spreading! If we …
Jan 11, 2026 4 min read

Git Rebase: How to Hide Your Shameful Commit History

Let’s be real for a second. Your actual development process involves roughly 45 commits named “wip”, “fixing typo”, “minor fix”, “ffs why isn’t this working”, and finally, “this …
Jan 01, 2026 5 min read

How I Automated My Blog with Hugo and GitOps

This is the first blog of the site. So, I thought why not write about how I automated the infrastructure behind it so that I can put my focus on writing and also other important …