SCSourav Chatterjeeinchattes.hashnode.dev·Feb 3, 2025 · 6 min readBuilding a Kubernetes Homelab from Scratch: A Complete GuideSetting up your own Kubernetes cluster at home has never been easier. Today I'll walk you through creating a complete homelab setup that gives you a production-like environment for learning and development, all running on a single Ubuntu server. What...00
SCSourav Chatterjeeinchattes.hashnode.dev·Dec 19, 2024 · 4 min readDocker Stack: The Underrated Deployment Tool That Changed My Deployment GameI recently rebuilt my side project's deployment pipeline and discovered something that's been hiding in plain sight: Docker Stack. While everyone talks about Kubernetes for production deployments, I found that Docker Stack offers 80% of the benefits ...00
SCSourav Chatterjeeinchattes.hashnode.dev·Jun 4, 2024 · 7 min readUnderstanding CQRS: When Reading and Writing Should Be DifferentIf you've ever built a web application, you've probably followed the traditional approach: create a database table, write data to it, and read data from the same table. This works perfectly fine for most applications, but what happens when your app g...00