DEV Community

Nick Taylor
Nick Taylor

Posted on • Updated on

What are your go to Node.js resources?

Today, a friend asked in a Slack we’re a part of what Node.js resources did folks recommend? The Node.js docs and some egghead videos come to mind, but aside from that, I drew a blank.

I’m asking here for better reach.

The resources can be written, video, podcast, whatever you got! Also, they don’t need to be free resources, but if they are paid ones, just mention that.

Thanks in advance friends!

Top comments (15)

Collapse
 
adiatiayu profile image
Ayu Adiati

It's been a while since I learned backend 😅

I took Andrew Mead's NodeJS course on Udemy and I like it. But it hasn't been updated for a year now. So I don't know if it's still relevant. But I guess the basics are there.

I heard also the Full Stack Open is really good.

Collapse
 
nickytonline profile image
Nick Taylor

Thanks Ayu!

Collapse
 
valeriavg profile image
Valeria • Edited
  • nodeschool.io/ was the resource that pretty much taught me NodeJS several years back
  • developer.mozilla.org/ might not be directly a Nodejs resource, but definitely my go-to for all things JS
Collapse
 
nickytonline profile image
Nick Taylor

BB-8 giving a thumbs up

Collapse
 
nitya profile image
Nitya Narasimhan, Ph.D

In case useful Microsoft has a free learning path to get started. I'd also love to hear about what kinds of Node-driven development folks are interested in seeing more learning content around.

Would there be interest in more content around Node.js tooling, front-end and full-stack frameworks, integration with various cloud services, or internals (how does it work under the hood)? Curious to know what the main pain points are for practical development.

docs.microsoft.com/en-us/learn/mod...

Collapse
 
nickytonline profile image
Nick Taylor

Thanks for the share Nitya! Those all sounds like great topics to explore. It would probably make a great discussion post itself to see what folks would be interested in learning. 😎

Collapse
 
nitya profile image
Nitya Narasimhan, Ph.D

Thanks Nick - I might take your suggestion up and write one soon, once I wrap up the current #30DaysOfPWA series I am working on. Will update comment here when I do.

Collapse
 
nickytonline profile image
Nick Taylor

Understanding the event loop is definitely important.

  • Philip Roberts talk at JSConf EU "What the heck is the event loop anyway?" is an excellent explanation of the event loop.

I’ve mentioned these two resources before in this frontend dev post of mine.

Collapse
 
devkiran profile image
Collapse
 
nickytonline profile image
Nick Taylor

Thanks for the share!

Collapse
 
arkalsekar profile image
Abdul Rehman Kalsekar

Javascript 30 is yet another good resource.

Collapse
 
mrdulin profile image
official_dulin

Questions tagged [node.js] stackoverflow.com/questions/tagged...

Collapse
 
emilienbilly profile image
Emilien

The Net Ninja's playlist on youtube is a gold mine.

Collapse
 
eslam3bed profile image
Eslam A. Hugair

Yes, there are lots of resources and everyone looks to find a good resource worth the time to learn from, personaly I have learned it from their documentation, youtube, beside frontendmasters.com they got great paid resources there.

now adays, you can find great free resource on youtube & sites like freeCodeCamp.com as well

Best of luck

Collapse
 
nickytonline profile image
Nick Taylor • Edited

Thanks for the share. I can’t believe I forgot about those two resources. 😅 Do you have specific courses from those platforms that you’d recommend?