sagarbawanthade30.hashnode.devHow I Built a Real-Time Collaborative Code Editor - From Localhost to Production-Style DevOps Infrastructure1. Introduction — The Spark Behind the Idea As a final-year BCA student passionate about Full Stack Development and DevOps, I'd reached a point where building another CRUD application felt uninspiring. I'd already worked on several MERN stack project...Feb 15·17 min read
sagarbawanthade30.hashnode.devDeploying Multiple Websites on Apache Using Different PortsIn this blog post, I'll guide you through the process of deploying multiple websites on an Apache server running on an Ubuntu AWS EC2 instance using the port-based method. This method allows you to host several sites without the need for custom domai...Sep 1, 2024·3 min read
sagarbawanthade30.hashnode.devAWS CI/CD Pipeline: A Comprehensive Implementation GuideIn this article we will see, how to build a complete CICD pipeline for a simple application using AWS. Introduction Continuous Integration and Continuous Deployment (CI/CD) are crucial components in modern DevOps practices. They enable teams to autom...Aug 26, 2024·8 min read
sagarbawanthade30.hashnode.devKubernetes Series Journey: From Confusion to ConfidenceHey there, tech enthusiasts! Today, I want to share my recent adventure into the world of Kubernetes. It's been a wild ride, and I hope my story can help others who are just starting out The Beginning: Totally Overwhelm After learning Docker , Networ...Aug 10, 2024·4 min read
sagarbawanthade30.hashnode.devKubernetes Series : Deploying a Simple Static Application on Kubernetes Using Google Kubernetes Engine (GKE)In this blog, we’ll walk through the process of deploying a simple static application on Kubernetes using Google Kubernetes Engine (GKE). Kubernetes is a powerful tool for container orchestration, and GKE offers a managed Kubernetes service that simp...Aug 3, 2024·3 min read