Top Rated
Series of books diving deep into the core mechanisms of the JavaScript language.
- @YDKJS
From the basics to advanced topics with simple, but detailed explanations.
- @iliakan
JavaScript based examples of many popular algorithms and data structures.
- @Trekhleb
Learn how to write beautiful, effective code - become fluent in the language of the Web.
- @MarijnJH
Free programming books on popular programming languages and frameworks.
Design patterns are reusable solutions to commonly occurring problems in software design. They help us build upon the combined experience of many developers that came before us and ensure we structure our code in an optimized way, meeting the needs of problems we're attempting to solve.
- @addyosmani
Learn how to program in JavaScript with guides and tutorials.
- @MozDevNet
Learn Git and version control from the official Git documentation and resources.
Why a re-introduction? Because JavaScript is notorious for being misunderstood.
- @MozDevNet
30 Days of React challenge is a step by step guide to learn and master React in 30 days.
- @Asabeneh
Master version control - an essential tool if you want to be successful in today's web & software world.
- @gittower