Doing the Work 

Featured Project

Community Food

Community Food is an SPA using Python, React, FastAPI, PostgreSQL, and Tailwind. It enables a mutual aid organization to manage a network of pantries and fridges to offer free food, as well as a network of volunteers. Working in a team of five, I created database tables and the CRUD endpoints for neighborhoods, postal codes, and food statuses for use in populating front-end lists and forms; integrated front-end authentication for the sign-up form to increase functionality for the logged-in user; and designed and constructed the pantry check-in form, the list of pantry requests, the list of volunteers, and the sign-up form.

Project

Vehix

Vehix is an SPA using Python, Django, React, and Bootstrap 5. It enables a car dealership to manage its day-to-day operations. My contribution to this project was configuring and designing the Sales microservice, which includes the car sales, customers, and salesperson features. Using React, I designed forms with pre-populated dropdown menus to update a car's sale status and to register a customer and salesperson. I also executed filtering methods using real-time data to display the sales history of a salesperson. Additionally, I used RabbitMQ to synchronize automobile data to increase efficiency of adding a new car to the inventory.

Project in Progress

Practice Planner

Practice Planner is a simple React app that uses local storage to save and display practice routines for musicians. I'm learning and incorporating Typescript gradually. Future goals: Create journal to track progress and set new practice goals.