How I Built a Real-Time Collaborative Code Editor - From Localhost to Production-Style DevOps InfrastructureExploring Socket.IO, NATS, Docker, Kubernetes,Terraform, Prometheus, and CI/CD while turning a collaborative editor into a production-style system.Feb 15, 2026·17 min read
Kubernetes Series : Deploying a Simple Static Application on Kubernetes Using Google Kubernetes Engine (GKE)Aug 3, 2024·3 min read
How to Containerize React Application using DockerIn this Article , I will tell you step by step process to containerize simple react application using Docker.Jul 23, 2024·3 min read
Kubernetes Series : Labels, Selectors, ReplicaSets , Deployments & Production StrategiesIn my ongoing journey to learn Kubernetes, this past week I've focused on Labels, Selectors, ReplicaSets, Deployments, and Production Strategies. Here’s a straightforward account of what I learned and how it went. Labels and Selectors Labels are simp...Jul 18, 2024·3 min read
Kubernetes Series : Pods in production, Sidecar vs init containers, Trivy, kyvernoThis week, I've been diving into Kubernetes, particularly focusing on pods and containers as they're used in real production and also some Tools.Jul 13, 2024·3 min read
Kubernetes Series : Cluster, Image, kubectl, Debug Containers & podsI started learning Kubernetes 4 days ago. Here's what I have learned so far: Clusters A Kubernetes cluster is made up of a control plane and worker nodes. The control plane manages everything, and the worker nodes run the actual applications. I've be...Jul 12, 2024·3 min read
Kubernetes Series : Why Kuberentes? Architecture in-DepthWhat is Kubernetes? Four days ago, I embarked on a journey to learn Kubernetes, a powerful container Orchestration platform that everyone in the tech community seems to be talking about. But what exactly is Kubernetes? In simple terms, Kubernetes, of...Jul 12, 2024·4 min read
Celebrating a Year of Coding: A Journey of Growth and LearningIntroduction: Hello everyone, I am thrilled to share with you an important milestone in my life - it has been one year since I embarked on my coding journey. As I reflect upon the past twelve months, I am filled with a sense of pride, excitement, and...Jul 5, 2023·5 min read