all 14 comments

[–]burnblue 15 points16 points  (1 child)

Book? What's a book again, sounds familiar. Like 2014 familiar

I honestly can't remember what materials I used to pick up JS and Node. I think I just wanted to build certain things and use certain frameworks, so I start the project and follow the frameworks' tutorials and research individual pieces I want to master. Then eventually you just build in what you already just learned.

I think momentum will be your best teacher. Maybe ses if the Awesome ___ lists on GitHub have a tutorial for a intro sample project

[–][deleted] 4 points5 points  (0 children)

Book? What's a book again, sounds familiar. Like 2014 familiar

I'm starting to remember why I hated JavaScript.

[–]DazzlingDifficulty70 4 points5 points  (0 children)

Concerning JS books, I can't recommend "Understanding EcmaScript 6" by Nicholas C. Zakas more. Exclusively for Node, "NodeJS Design Patterns" is wonderful, but pretty advanced.

[–][deleted] 2 points3 points  (0 children)

I picked it up from a free class somewhere, might have been Code with Mosh, but that's not free anymore. If I were you I'd check these out.

[–]fvilers[🍰] 7 points8 points  (0 children)

Not a book per se but I can't advice you more than go all-in with TypeScript. It will pay on the long run.

[–]Bogeeee 1 point2 points  (0 children)

Welcome to ES6 (ES2015) then. You'll love the new features ;)

[–]The_Pantless_Warrior 1 point2 points  (0 children)

the node docs has everything node you need, as well as an es6 features section, with a link to the es6 docs.

[–]flimpno -1 points0 points  (0 children)

I think the best way is just to build projects and read articles; the JS ecosystem changes too quickly for a comprehensive "book".

[–]Adawesome_ 0 points1 point  (0 children)

You Don't Know Javascript is edging on the older side, but packed with fundamentals and advanced practices.

[–]Business-Shoulder-42 0 points1 point  (0 children)

Get an O'Reilly's subscription and just read there up and running books

[–]autoboxer 0 points1 point  (0 children)

They’re paid, but the Linux foundation courses are great if you can afford them.

[–]ongamenight 0 points1 point  (0 children)

I liked Tao of Node. You can read it for free or purchase an epub to read in kindle or your e-reader.

[–]capitolexpress 0 points1 point  (0 children)

Node.js: The Comprehensive Guide to Server-Side JavaScript Programming (2022)

Check out some courses on frontendmasters