Five production-grade projects built, containerised, and deployed using real DevOps practices โ from Kubernetes clusters to serverless S3 hosting.
Every code change flows through this automated pipeline before reaching production.
Full-stack education platform built with React + Node.js. Features dual CI/CD pipelines โ Dev pipeline deploys to EC2 Docker environment, Prod pipeline deploys to a self-managed Kubernetes cluster bootstrapped with kubeadm and managed through Rancher. Containerised frontend & backend use Docker multi-stage builds pushed to AWS ECR. S3 stores media assets; Secrets Manager handles all environment variables. Encrypted MySQL communication using CA, certificate, and key-based SSL authentication.
Production-grade e-commerce platform on Linux virtual machines hosted in VMware ESXi. Maintained separate development and production environments using Docker Compose. Nginx reverse proxy for frontend/backend routing and HTTPS enforcement, Certbot for SSL automation. Managed secure deployment handling for Razorpay payment gateway integrations with runtime secret injection.
Scalable online scholarship examination platform hosted on VMware ESXi infrastructure. Managed separate development and production environments using Docker Compose with isolated frontend, backend, Redis, and MySQL services. Configured Redis caching for backend performance optimisation and concurrent exam handling. Secure deployment practices including rate limiting, runtime secret injection, and production hardening.
Admin dashboard platform for managing e-commerce operations, blogs, pricing updates, promotional content, and student management. Hosted on Linux virtual machines running on VMware ESXi infrastructure. Nginx reverse proxy for API routing, HTTPS enforcement, and secure frontend/backend communication. Automated deployment workflows using Jenkins CI/CD pipelines integrated with Gitea.
Serverless static website hosting on AWS S3 with CloudFront as the CDN for global edge delivery and low latency. Route 53 handles custom domain routing; ACM provides SSL. OAI (Origin Access Identity) secures S3 access, and CloudFront caching rules, versioning, and custom error pages are all configured.