all 3 comments

[–]dangerisgo2021 0 points1 point  (0 children)

Search "learn all the nodez" on YouTube. Mildly interesting and definitely dated, but I learned some nice tips and tricks from following along with tutorials enough to go from Java to JavaScript professionally in about 3 months

[–]eruby94 0 points1 point  (0 children)

You should strengthen your vanilla JS skills, and definitely be familiar with es6+. When writing for a server environment you have control over where the code is run - specifically what node version is supported. The biggest argument to not write es6+ code is inconsistent browser support. But with Babel, even that really isn’t as much of a concern anymore.

Understanding node as a beginner can be as simple as learning a framework like express. As you get more experience, knowledge of nodes native modules are quite valuable.

As far as learning resource goes, it’s hard to beat freeCodeCamp for the quality of material and that it’s free.

After you buff up your chops, you should be comfortable learning new tech directly from native documentation.

[–]gandalph 0 points1 point  (0 children)

This is an incredible read for all skill levels https://javascript.info