akanksha-devops.hashnode.devTransforming DevOps: Building a Production-Ready CI/CD PipelineA hands-on story of breaking things, learning, and automating a React app deployment to AWS I built a fully automated CI/CD pipeline that takes a React application from code commit to production deployment on AWS in under 10 minutes. Along the way, I...Feb 7·9 min read
akanksha-devops.hashnode.devBuilding a Full-Stack Cricket with Docker Compose deployed on AWS instanceIntroduction Today, I'm excited to share how I built a complete full-stack application from scratch using Docker, Node.js, Express, and MySQL. This project is perfect for anyone looking to understand Docker Compose, multi-container applications, and ...Nov 10, 2025·9 min read
akanksha-devops.hashnode.dev🚀 Building a Production-Ready Movie Ticketing Platform: A Complete DevOps JourneyFrom Manual Deployments to Automated CI/CD: How I Built and Deployed BookMyShow Clone on AWS EKS with Zero Downtime 🎯 Introduction Hey there! 👋 Have you ever wondered what it takes to deploy a real-world application with enterprise-grade DevOps p...Nov 8, 2025·19 min read
akanksha-devops.hashnode.devBuilding a Production-Ready Movie Ticketing Platform with DevOps: A Complete GuideFrom Code to Cloud: Deploying BookMyShow Clone with Jenkins, Docker, Kubernetes, and AWS EKS 🎯 Introduction In this comprehensive guide, I'll walk you through building and deploying a production-grade movie ticketing platform using modern DevOps p...Nov 8, 2025·19 min read
akanksha-devops.hashnode.devBuilding and Deploying a Netflix-Themed Multi-Container Project with Docker ComposeGoal To containerize four simple web pages (Movies, Documentaries, Animations, Webseries) and orchestrate them using Docker Compose, all running on my AWS EC2 instance. Project Structure netflix-docker-compose/ ├── Dockerfile ├── docker-compose.yml ...Nov 3, 2025·2 min read