• Led architecture and implementation of appointment self scheduling for providers in application, including implementation of DB tables in postgres, creation of entire feature UI and API REST endpoints
• Led implementation of all CRUD functionality for a google calendar compatible recurring and non-recurring event calendar system, supporting integration of most popular feature in product
• Insourced and led PDF generation for core feature on product, saving $40k+ per year in bills spent on third-party services
• Created UI for patient wide billing invoice list to support holistic view of payments processed in system.
• Created queue for handling daily event notifications, converting a long running process that was reaching a lambda timeout threshold consistently, into a scalable process that now supports the processing of nearly infinite daily event notifications
• Spearheaded creation of pre-push hook that selectively runs tests associated only with changes that have been made and committed on a developers local branch. Provides a fast developer feedback loop on tests related to changed files, as well as de-risks tests failing in CI pipeline when PRs are created, further increasing test coverage in the code base while improving developer experience
• Decreased time to interactive when loading the scheduling view by 83% by implementing proper react memoization practices