Following list* represents carefully selected resources/tutorials/articles related to JavaScript which can vastly help with clarification of confusing topics or improve JavaScript knowledge in general.
Legend
π - book
π - article/documentation
π₯ - video tutorial / tech talk / presentation
πΈ - premium
Resources
- π YDKJS - I told everything in my previous blog post.
- π MDN Web Docs - Built by Mozilla, suitable both for complete beginners and industry experts.
- πΈπ₯ JavaScript: Understanding the Weird Parts - Course by Tony Alicea, first 3.5hrs are freely available on YouTube
- π Visualized prototypal inheritance - Visualization is awesome!
- π₯ __proto__ vs prototype - Great explanation by Fun Fun Function, I can recommend his whole yt channel.
- π₯ What the heck is the event loop anyway? - Tech talk from JSConf EU, must watch.
- π₯ In The Loop - Tech talk from JSConf Asia, slightly more detailed video on async JavaScript, thanks @maleksandar for digging this up! π»
- π₯ Why 0.1 + 0.2 === 0.30000000000000004 - IEEE754 standard in JavaScript explained
- π 33 Concepts Every JavaScript Developer Should Know - Really comprehensive list of resources.
- π Awesome Javascript - A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- π Learny/Javascript - Great friend of mine @zsevic has similar list that is definitely worth taking a look
- π₯ cssgrid.io - free css grid tutorial by Wes Bos
- π codepip.com/games/grid-garden/ - free CSS Grid game by https://codepip.com/
- π₯ flexbox.io - free flexbox tutorial by Wes Bos
- π flexboxfroggy.com/ - free flexbox game by https://codepip.com/
- π₯πΈ Wes Bos Courses - one of premium content creators I respect the most, I have watched almost all of his premium course and every single of them was a game changer.
Web Dev YouTube channels
Miscellaneous
- Web Gems - Webgems is a goto place for devs and designers to find new resources and more
- CSS Tricks - Plenty of advanced css tutorials
- Good UI/UX - Practical tips to make UI/UX better
- codewars.com - Thousands of programming challenges in different programming languages
Stay up to date
- r/webdev - Subreddit dedicated to Web Dev, you can easily find subreddit dedicated to your favorite framework also such as r/reactjs or r/angular2.
- DevTo - Daily dose of really good, mostly web dev related, articles.
- HackerNoon - -||-
- JavaScript Weekly - the best JavaScript related newsletter out there.
- Syntax.fm - one of the best WebDev podcasts by Wes Bos and Scott Tolinski.
* List like this can never be finished and will constantly be under construction π§, if you have some awesome resource to share, feel free to create PR or issue on repository where this blog is hosted.
Top comments (0)