My Projects

This section showcases the projects I’ve built as part of my journey into tech and cloud computing. Below are some highlights:

Personal Portfolio Website

Built with HTML/CSS, hosted on AWS S3 and Route 53.

CI/CD Integration

This website is automatically deployed to AWS S3 using GitHub Actions. Every time I push new changes to GitHub, the deployment workflow is triggered and updates the live version of this site.

View Deployment Logs

Product Lookup App

This simple Java application was created while I was working at the Penny supermarket. As a cashier, I was given a long list of product codes to memorize. I was curious about how the POS (Point of Sale) system works — so I decided to make my own mini lookup tool. It helped me learn Java better and remember product numbers.

View on GitHub

AWS IAM & Migration Practice

Hands-on project documenting my learning path in AWS Identity and Access Management (IAM) and Application Migration Service (MGN). I used VirtualBox to install Ubuntu and simulate server migration to AWS, following best practices for secure access management, policy assignment, and replication setup.

View on GitHub →