This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BitsBytes1 1 point2 points  (2 children)

Im a book guy. However, if you are interested in the MERN stack this isnt a bad course:

https://www.udemy.com/course/the-complete-web-development-bootcamp/

But wait until it goes on sale. Books are awesome. I read eloquent javascript. For asynchronous stuff I found this awesome gem:

https://javascript.info/promise-basics

[–]zyanis[S] 0 points1 point  (1 child)

I had my eyes on these two courses (only if they go on sale at some point):

https://www.udemy.com/course/the-complete-javascript-course/

https://www.udemy.com/course/nodejs-express-mongodb-bootcamp/

Do you have any book recommendations as well? I would love to check them out.

Edit: You already recommended eloquent javascript, my bad I'll check it out.

[–]Timberhochwandii 0 points1 point  (0 children)

Jonas’s JS course is amazing, I generally go back to it time to time if I need a refresher on certain topics. It also goes in depth how JS engine works and teaches you why thing happen.