
Muhammad Raza
DevOps and Cloud Engineer, AWS, Kubernetes, Docker, Terraform
Compétences

Voir mes services


Portfolio
Expérience professionnelle
DevOps Practitioner
GitHub • Indépendant
Apr 2026 - Present • 5 mos
Self-directed DevOps project: took a 9-microservice Spring Boot e-commerce application (ShopSphere) from manual local setup to a fully automated, cloud-deployed system. What I built: - Dockerized all 9 services using multi-stage Dockerfiles, with docker-compose managing MongoDB, Redis, and inter-service networking - Built separate CI and CD pipelines in GitHub Actions — CI runs automated builds and tests on every push; CD deploys to AWS EC2 using appleboy/ssh-action - Provisioned AWS infrastructure with Terraform — VPC with public/private subnets, EC2 t3.micro instance, 25GB EBS storage in ap-south-1 Real problems I solved along the way: - Resolved docker-compose v1 vs v2 command conflicts breaking the build - Fixed Maven build cache filling up disk space during CI runs - Traced and corrected Dockerfile copy-paste bugs across multiple services - Fixed a Terraform AMI filter mismatch blocking EC2 provisioning Result: a fully containerized, CI/CD-automated microservices platform running on AWS, where every push to the repository is automatically built, tested, and deployed without manual intervention.