My Featured Projects

A closer look at some of the web apps and cloud deployments I've built from scratch.

☁️ AWS Static Website Hosting

I learned how to deploy a full static website to the cloud using Amazon S3. I configured the bucket policies so the site was publicly accessible, and set up custom DNS routing to securely host it online.

AWS S3 Cloud Deploy DNS Routing

📂 Bulk File Renamer

I built an automation tool using Google Apps Script to quickly rename large amounts of files in Google Drive. It reads through folders automatically and applies string formatting to save hours of manual clicking and typing.

Apps Script Regex & JS Cloud Automation

Tic-Tac-Toe

A fun, interactive browser game built completely from scratch. I wrote the logic using JavaScript arrays to check for win/tie states and dynamically update the board on the screen without needing React or other frameworks.

DOM Logic Array Matrices State Trees

🔐 AWS IAM Security Setup

A hands-on project where I explored cloud security by configuring Identity and Access Management (IAM) in AWS. I created custom JSON policies to restrict user access to specific resources, following the principle of least privilege.

AWS IAM JSON Policies Zero Trust