Node JS Resources
-
Practical Guide To Not Blocking The Event Loop - great article about using promisification to break up CPU-bound tasks to not block the event loop.
-
Ele.me’s very comprehensive collection of Node JS knowledge (in English!)
-
Great Express Node JS Server - with Content Security Policy, Rate Limiting, logging, etc.
-
Mega GH Repo of Node Best Practices - link
-
Node JS Dependency Based Attacks — monkeypatching
required.cache
and other fun. -
Red Hat and IBM Node.js Reference architecture — lots of great Node JS best practices.
-
Good node boilerplate CLI with best practices already in place
Security
SQL libraries
- ts-sql-query
- sequelize
- TypeORM
- Knex.js
- Prisma
- MikroORM
- slonik - tutorial with snippets
- kysely - decent query builder
postgres
- simple client to just run queries- drizzle
- lucid - from the creators of Adonis
Dockerizing
Auth
Queues/PubSub
Last modified: