Worked on Performance Improvements Which reduced the page load time to less than 5s which was taking 10-20s earlier
Wrote Codemod to convert imports of Carbon Icons from named imports to default imports, resulting in a significant 5.5MB reduction in the application’s overall bundle size
Implemented Project Summary Card feature which gives an overview of the entire Project and helps compose Emails by using Rich text editor (CkEditor) and React
Created scripts to monitor Frontend CPU usage in the browser using Puppeteer, automatically triggering a CI failure if CPU usageexceeds 10%