George Mason University (GMU) 2021
I assisted a colleague with bringing an unoptimized Leaflet map visualization for the Urban Renewal Impact website into a working state by making the application more dynamic.
- Migrated the front end from jQuery to Vue + Vuex to better manage the application's complexity, improving readability, extensibility, and maintainability.
- Rewrote the existing Slim PHP API endpoints and optimized SQL queries to provide data in a more targeted manner, relieving heavy processing and memory demands from the front end by leveraging the functionality of the Postgres database.