Best practices
https://github.com/goldbergyoni/nodebestpractices
https://github.com/i0natan/nodebestpractices
https://blog.risingstack.com/node-hero-node-js-unit-testing-tutorial/
https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/
Monorepo project w/ multi npm deps
https://lerna.js.org/
Security
https://geekflare.com/nodejs-security-scanner/
https://geekflare.com/how-to-secure-nodejs/
https://github.com/ajinabraham/njsscan
Memory leaks
https://blog.yld.io/2015/08/10/debugging-memory-leaks-in-node-js-a-walkthrough/#.WgLHyUvjLBL
Node.js in prod
http://strong-pm.io/
https://strongloop.com/strongblog/async-error-handling-expressjs-es7-promises-generators/
http://goldbergyoni.com/checklist-best-practice-of-node-js-in-production/
https://medium.com/orangejellyfish/running-node-js-in-production-f8facb308d74
Perf
https://www.alxolr.com/articles/squeeze-node-js-performance-with-flame-graphs
https://medium.com/the-node-js-collection/cpu-and-i-o-performance-diagnostics-in-node-js-e513ba433c39
https://ponyfoo.com/articles/javascript-performance-pitfalls-v8
https://nodejs.org/en/docs/guides/dont-block-the-event-loop/
https://blog.logrocket.com/a-complete-guide-to-threads-in-node-js-4fa3898fe74f
https://www.codeheroes.fr/2020/10/02/profiler-son-application-node-js-analyse-des-performances-cpu/
Debug
https://stackoverflow.com/questions/1911015/how-do-i-debug-node-js-applications
https://developer.ibm.com/articles/easily-identify-problems-in-your-nodejs-apps-with-diagnostic-report/
https://maximomussini.com/posts/debugging-javascript-libraries/
Rate limiting
https://github.com/animir/node-rate-limiter-flexible