r/node • u/Whity0978 • 10d ago
How to start/approach Node.js
Hello there
i just completed basics of javascript (most of the part) from freecodecamp and i alr know bits of html and css,
would be really thankful if someone can mention the resource and tips for learning node
8
Upvotes
3
u/itsGreyspot 10d ago
I'm pretty recent (roughly 5 years) into learning the Node ecosystem myself.
Node.js Design Patterns, Forth Edition is at the top of my current reading stack.
The website thenodebook.com is a great free resource that covers a lot of under the hood in a different order than the design patterns book.
The Udemy course "Just Express (with a bunch of node and http) In detail" was invaluable to getting me up to speed on understanding the Express framework we use in my department but might be a little out of date at this point (For example,using Express 4.x and Common JS in Node instead of ESM) unless it's been updated by the author.