Personal Projects

Featured Projects


My Personal Website

My Personal Website

The website that you're visiting right now is hosted on AWS S3 as a static website! The visitor counter at the bottom of the home page automatically updates the number of visits to this website using a python lambda function, a backend DynamoDB database, and an API call. Updated project files are automatically pushed to my S3 Bucket after code is pushed to Git repository using AWS CodePipeline.

View Details

AWS Serverless

AWS Serverless Project

In this project I built a complete serverless back-end in AWS using Lambda, S3, DynamoDB, and API Gateway! With this fully serverless back-end we can add and get data from our DynamoDB table, as well as store and get files from our S3 bucket using an API! This project was the beginning of my interest in AWS.

View Details

Event Web Scraper

NJ Traffic Event Web Scraper

My first (simple) web scraper! This scraper pulls traffic event data from 511nj.org and dumps into a JSON file. I have plans to run this scraper again in the future and visualize the data in order to get insights into when might be the ideal times to avoid local highways near me, i.e. hours of the day in which accidents are most common. Stay tuned for the link to the Tableau viz I create!

View Details