This post is intended as an entry point to resources I find interesting.
These were in my Twitter bookmarks. But it does not seem the best place to keep these resources anymore.
General
Clean Code rules summary with JavaScript examples:
https://github.com/ryanmcdermott/clean-code-javascriptProgramming principles summary: https://github.com/webpro/programming-principles
Architecture
Using an hexagonal architecture to limit coupling of the business logic with the framework: https://dev.to/drouianm/hexagonal-architecture-as-a-solution-to-the-obsolescence-of-ui-frameworks-ej2
Guide for JavaScript library build: https://github.com/frehner/modern-guide-to-packaging-js-library
Thoughts about microservices vs monolith: https://dev.to/semaphore/when-microservices-are-a-bad-idea-2p7h %}
Testing
- Testing best practices (for JavaScript app): https://github.com/goldbergyoni/javascript-testing-best-practices
Tooling
- A great articles about using the devtools: https://dev.to/lissy93/awesome-dev-tool-tips-32oo
Design
- Checklist for interface design: https://www.smashingmagazine.com/2022/09/ux-checklists-for-interface-designers/
Management
- A framework for evaluation: https://github.com/jorgef/engineeringladders
Misc
Privacy and security focused softwares: https://github.com/lissy93/awesome-privacy
Personal security best practices: https://security-list.js.org/#/
Article about knowledge sharing in teams: https://leaddev.com/communication-relationships/want-promote-knowledge-sharing-your-teams-standardize-way-you-take
Tips to promote knowledge sharing: https://dev.to/codingchili/tips-for-boosting-knowledge-sharing-1f93
Top comments (0)