New York City Metropolitan Area
● Implemented JavaScript, HTML, and CSS (Grid, Flexbox) to create a full stack application that generates a visualization dashboard of user's daily fiber score and gut health
● Utilized React Hooks, AJAX Fetch (Promises), and React Router to build a single page application to conditionally render state in modularized reusable components (login, registration, homepage, entry, dashboard) and process CRUD requests
● Built a Node.js Express server to handle HTTP request response cycle and API contract between client and server
● Utilized middleware design pattern (server, router, controller in async await) to increase modularity for CRUD requests
● Implemented PostgreSQL and Visio to design schema and ERD (Entity Relationship Diagram) of food fiber count relational database, maintain functional dependency and referential integrity, and enforce ACID compliance
● Implemented Sequelize ORM (Object-relational mapping) to connect to cloud based PostgreSQL instance (user, USDA API food, relationship mapping), and parameterized queries to sanitize CRUD requests and prevent SQL injections