Manush Sanchela
Manush Sanchela
--- title: "test: error handling in index.js" --- ---
**Description** - Added error handling and error logging to main parser function - Destructured the parser function to remove the use of this kayword. - Also added validation function to...
**Description** - useMemo in Dashboard component to reduce unnecessary renders of repo when page loads. - Also removed scroll errors in Good Frist Issues section. In the website : ![Screenshot...
**Description** - This file had too many fs read and write operations. - Included cache which reads data from all files and returns the writes final cache at the end...