Do you want to speed up your Node.js career?
These are the resources I wish I knew when I started learning Node.js, and guess what? They are completely FREE:
1. Event Loop π
An animated guide to understanding how Event Loop works under the hood.
What's better than learning through animations and graphics?
- βπ» Andrew Hu - https://dev.to/nodedoctors/an-animated-guide-to-nodejs-event-loop-3g62
- βπ» Fabrizio Lallo - https://dev.to/nodedoctors/animated-nodejs-event-loop-phases-1mcp
2. Broken Promises π
Using promises correctly is crucial to maintain Node.js performance and writing clean code.
βπ» James Snell & Matteo Collina- https://www.youtube.com/watch?v=yRyfr1Qcf34&t=1181s
3. Async Iterators π
Knowing iteration protocols is essential to write more modern and idiomatic Javascript code.
βπ» Luciano Mammino - https://github.com/lmammino/iteration-protocols-workshop
4. Streams π°
Learning streams allow us to build efficient Node.js applications.
You can build a video streaming service or ingest and transform terabytes of data, which is in great demand nowadays.
βπ» Luciano Mammino - https://www.youtube.com/watch?v=yRyfr1Qcf34&t=1181s
Let'sΒ Connect π
Follow us on Twitter @fabrizio.lallo and @AndrewHu368 for more Node.js content
Top comments (0)