DevOps
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 …
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 …
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 …
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 …