Skip to content

Instantly share code, notes, and snippets.

View Mohammad-Faisal's full-sized avatar
🎯
Focusing

Mohammad Faisal Mohammad-Faisal

🎯
Focusing
View GitHub Profile
@Mohammad-Faisal
Mohammad-Faisal / Awesome ReactJS Libraries
Created October 14, 2020 18:43
Awesome ReactJS Libraries
Here are some awesome react-js libraries to use for upgrading the user experience
1. For Creating scrollable Header for page **react-headroom** is an awesome library.
Details : https://kyleamathews.github.io/react-headroom/
2. For Dealing with Table **material-table** is a very powerful library
Details : https://material-table.com/#/docs/get-started
3. For awesome toast messages **cogo-toast** is the go to option
Details: https://cogoport.github.io/cogo-toast/
@Mohammad-Faisal
Mohammad-Faisal / Backend Project Checklist
Last active February 25, 2024 12:38
Backend Project Checklist
When creating a backend project we need to ensure that all of these basic things are implemented.
* First choose a suitable file structure
* Add swagger
* Add Environment for development and production (at least)
* Enable Cors
* Add schema based request validator
* Implement throwing Custom Exception
* Add Global Exception Handling
- Handle Database Exception