TravelBnB: Backend of lodging service
• Reduced query time by tuning two different databases (Postgres 2ms, Cassandra 10ms) with table indexing and redesigning schemas.
• Reduced latency to 25% of original time by implementing Redis cache with Least Recently Used algorithm.
• Implemented NGINX load balancer with 4 deployed servers to handle internet traffic with over 3000 RPS and 0% error rate.
Yalp: Full-stack crowd-sourced review forum
• Worked with 3 other members to deploy a fully functional web page that displays details of each individual business.
• Implemented the image carousel component with React.js and CSS modules to match with most of the functionality on Yelp.
• Controlled unit integration with CircleCI paired with jest/enzyme tests to cover 80% of code base.
• Containerized and deployed 2 microservices with Docker and Amazon EC2 to automate deploying workflow.