JavaScript Path
π List of books to master JavaScript Development
Contents
Essential Path
Topic | Books | Price | Release |
---|---|---|---|
Basic JavaScript | Eloquent JavaScript | π | December 2014 |
Tooling | JavaScript Application Design | π° | January 2015 |
ES6 | Exploring ES6 | π | - |
Testing | JavaScript Testing Recipes | π° | March 2014 |
DOM | DOM Enlightenment | π | February 2013 |
Functional Programming | JavaScript AllongΓ©, the "Six" Edition | π | - |
Object-Oriented Programming | JavaScript Spessore | π | - |
Async Programming | Async JavaScript | π° | November 2012 |
Design Patterns & Architectures | Learning JavaScript Design Patterns | π | July 2012 |
Single Page Application | Single page apps in depth | π | 2013 |
Practical Project | Building A JavaScript Framework | π | - |
Practical Project | Building Front-End Web Apps with Plain JavaScript | π | - |
Practical Project | Human JavaScript | π | - |
Additional Resources
General Concepts
Books | Price | Release |
---|---|---|
Secrets of the JavaScript Ninja, Second Edition | π° | January 2016 (estimated) |
Effective JavaScript | π° | December 2012 |
You Don't Know JS | π | - |
JavaScript: The Good Parts | π° | May 2008 |
Professional JavaScript for Web Developers, 3rd Edition | π° | December 2011 |
Speaking JavaScript | π | February 2014 |
JavaScript: The Definitive Guide, 6th Edition | π° | April 2011 |
ES6
Books | Price | Release |
---|---|---|
Understanding ECMAScript 6 | π | - |
Testing
Books | Price | Release |
---|---|---|
Test-Driven JavaScript Development | π° | September 2010 |
Behaviour Driven Development with JavaScript | π° | November 2013 |
Functional Programming
Books | Price | Release |
---|---|---|
Mostly Adequated Guide to Functional Programming | π | - |
Functional JavaScript | π° | June 2013 |
Object-Oriented Programming
Books | Price | Release |
---|---|---|
The Principles of Object-Oriented JavaScript | π° | February 2014 |
Performance
Books | Price | Release |
---|---|---|
High Performance JavaScript | π° | March 2010 |
How to Use This List
Start with the first book of the Essential Path, and after finish it, read the next one. Repeat this process until you finish all books from the Essential Path.
After you complete the Essential Path, you should keep studying! Just choose one book that is listed in our Additional Resources section. You don't need to read those books in such section in order, you should pick the one that you are most interested! π
PROTIP: try to create and deploy at least one practical project after you finish each book.
Project Based
In order to show for everyone that you successfully finished a book, you should create a new project.
"What does it mean?"
After finish a book, you should think about a real world problem that you can solve using the acquired knowledge in such book. You don't need to create a big project, but you must create something to validate and consolidate your knowledge, and also to show to the world that you are capable to create something useful with the concepts that you learned.
The projects of all students will be listed in our JavaScript Projects repository. Submit a pull request with your project's information after you start/conclude it.
You can create this project alone or with colleagues!
Project Suggestions
- JavaScript Projects: List of projects related with the JavaScript Path.
- FreeCodeCamp: Course that teaches you fullstack JavaScript development through a bunch of projects.
- Projects: A list of practical projects that anyone can solve in any programming language.
- app-specs: A curated list of applications specifications and implementations to practice new technologies, improve your portfolio and sharpen your skills.
Contributing
See our contributing guidelines here!