Housemania -A travel application for homestays
Used Postgresql and Node.js/Express to optimize the backend of a legacy codebase by redesigning the database schema/APIs of a module for scale. Performance tuned by horizontally scaling with AWS EC2 instances and load balancing through an NGINX server to improve request times at high volume.
Bullseye - An e-commerce application for clothing items
Created an item detail module in React using Node.js/Express for APIs with schemas designed in Mongoose that highlights the details of items based on a product id. Integrated an item checkout module, images module and reviews module into proxy through service-oriented architecture and collaboration with agile sprint planning team. Built unit test coverage through Jest/Enzyme and server testing through Mocha/Chai, with continuous integration through CircleCI.
What's Cooking? - Recipe application
Built MVP of a full-stack virtual recipe book application that uses Mongo, Express, React and Node to compile recipes by meal type and allows users to add new recipes to an existing category, edit recipes, or delete them from a category. MVP timeline was a 2-day sprint: https://github.com/dj12589/mvp-cookbook