I used to think Docker + systemd was enoughRevisiting an old assumption from my early days of Kubernetes and realizing where it quietly breaks.Mar 25, 2026·5 min read
Why Version Control Exists: The Pendrive Story Every Developer Has LivedGeneral Mindset: Asking Why Before Using Any Tool Before jumping into any new tool or technology, I like to pause and ask a few basic questions: Why do I need this tool? Why does this exist? What problem does it actually solve? Can I work without...Jan 16, 2026·5 min read
Understanding Git: Why It Exists and How We Use ItWhat is Git Git is a type of Version Control System (VCS).It is open source and runs on your local machine. Before diving into Git, it helps to understand why version control exists in the first place. We discussed the idea of VCS in an earlier artic...Jan 16, 2026·5 min read
How Git Works Internally: Building a Mental ModelMost Git tutorials focus on commands.This article focuses on what actually happens inside Git when we run those commands. Before going forward with this article, you can go throgh below for better understanding Why Version Control Exists: The Pendri...Jan 16, 2026·5 min read