My Projects

A curated collection of my work showcasing various technologies and solutions

FEATURED
In Progress

Secure Multi-Environment Cloud Infrastructure with DevSecOps Pipeline

  • Designed and deployed a production-grade, secure, and scalable cloud architecture on Amazon Web Services, implementing Dev, Stage, and Prod environment isolation with strong security, automation, and cost optimization.
  • Built a complete DevSecOps pipeline using Jenkins, integrating security tools like SonarQube, OWASP Dependency-Check, and Trivy to enforce vulnerability scanning and secure deployments.
  • Deployed containerized microservices on Amazon ECS Fargate, ensuring high availability, auto-healing, and horizontal scalability with minimal infrastructure management.
VPCECS FargateRoute53RDSALBACMAPI GatewayECRSecrets ManagerJenkinsDockerTerraformSonarQubeOWASP Dependency-CheckTrivyIAMGit
FEATURED
Completed

3-Tier AWS Architecture

Mar 2024

Designed and deployed a highly available 3-tier architecture on AWS using Terraform. Implemented auto-scaling, load balancing, and multi-AZ deployment for high availability.

AWSTerraformEC2RDSALBVPC
Completed

Dockerized Application

Jan 2024

Containerized a legacy Node.js application and deployed it to AWS ECS with CI/CD pipeline. Reduced deployment time by 70% and improved scalability.

DockerECSAWSNode.jsGitHub Actions
FEATURED
Completed

CI/CD Pipeline

Feb 2024

Built a comprehensive CI/CD pipeline using Jenkins and GitHub Actions with automated testing, security scanning, and deployment to multiple environments.

JenkinsGitHub ActionsSonarQubeTrivyDocker
FEATURED
In Progress

Terraform Infrastructure Stack

Mar 2026

Production-ready AWS infrastructure built with Terraform, supporting dev/stage/prod environments. Provisions VPC networking, ECS cluster/services, ALB + CloudFront edge delivery, API Gateway with custom domain, ACM certificates, RDS PostgreSQL, Redis cache, IAM roles/policies, Secrets Manager integration, and SSM parameters for shared configuration.

TerraformAWSVPCECS (Fargate)ALBCloudFrontAPI Gateway (HTTP API)ACMRoute 53RDS (PostgreSQL)ElastiCache (Redis)IAMSSM Parameter StoreAWS Secrets Manager