On my E-Commerce Backend System project, I designed RESTful APIs for user, product, cart, and order modules using Spring Boot. I migrated a monolithic application into microservices and unified access through an API Gateway.
I modeled the application’s data with JPA and Hibernate, using PostgreSQL as the persistence layer. I also containerized the microservices with Docker and used Docker Compose for multi-container deployment.
For my FullStack Blogging App project, I built a Jenkins CI/CD pipeline that compiled, tested, scanned, containerized, and deployed the application. I provisioned AWS infrastructure with Terraform and deployed the containerized application to Kubernetes.

