Projects
A selection of projects that I'm proud of
Blue Checks

Built for social impact by reviewing and reporting information and experiences with public figures. Created a login and sign up that allows users to find the members of their local command staff.
Lululemon

Increased data set from 100 unique records to 10 million unique records and deployed to AWS EC2 to support elastic load balancing. Tested query times between MongoDB and PostgreSQL and optimized with indexing to reduce queries to an average of under 15ms per request. Horizontally scaled the requests per second capability from one EC2 instance with 1700rps, 0% errorrate,and 67ms average response time,up to 4 EC2 instances with 10,000 rps, 0% error rate, and 12ms average response time via creation of a load balancer.
Nixon

Implemented a review functionality to allow users to view and write reviews for a database of 100 unique and dynamic records. Linked 3 modules and databases onto a single-page using a service-oriented architecture. Deployed to AWS EC2 to support elastic load balancing.