https://github.com/ashokdey/guidelines
:ledger: Guidelines on random topics I have learnt so far
https://github.com/ashokdey/guidelines
guide guidelines javascript nodejs reactjs
Last synced: about 1 year ago
JSON representation
:ledger: Guidelines on random topics I have learnt so far
- Host: GitHub
- URL: https://github.com/ashokdey/guidelines
- Owner: ashokdey
- License: mit
- Created: 2018-11-22T06:54:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T09:52:49.000Z (over 6 years ago)
- Last Synced: 2025-05-07T20:04:04.581Z (about 1 year ago)
- Topics: guide, guidelines, javascript, nodejs, reactjs
- Homepage:
- Size: 64.5 KB
- Stars: 27
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# :books: Guidelines
I have learnt a lot reading from articles, code of others, meeting people and working with few of the superstars. Apart from this I try to mentor people in my spare time especially on Sunday and I see people are doing things wrong way just because of lack of proper guidence. They follow beginner tutorials and they tend to follow the same in the enterprise application. This guidence repo is a step towards solving this problem.
## Guides
- [Clean REST API folder structure (For Node.js)](Clean_Repo_Structure.md)
- [Commit Guidelines for respository](Commit_Guidelines.md)
- [Having a standard API response format](API_Response_Format.md)
- [Better approach of Request Validation](VALIDATE_REQUEST.md)
- [Microservices](Microservices.md) [from [Michael Herman's](https://mherman.org/) [testdrivenio](https://testdriven.io/)]
### Contribution
If you are an experienced developer reading this I request you to come foward and give you valuable inputs by opening a pull request containing your corrections or any new guide from you.
### Contributors
- [Gaurav Sehrawat](https://github.com/igauravsehrawat)
- [Bikash Dash](https://github.com/beeeku)
### TODOs
- Setup `CONTRIBUTION.md`