A closer look at some of the web apps and cloud deployments I've built from scratch.
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.
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.
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.
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.