{"id":13606604,"url":"https://github.com/javascript-society/javascript-path","last_synced_at":"2025-05-15T05:05:51.562Z","repository":{"id":37276402,"uuid":"44775983","full_name":"javascript-society/javascript-path","owner":"javascript-society","description":":books: List of books to master JavaScript Development :rocket:","archived":false,"fork":false,"pushed_at":"2021-04-27T13:17:45.000Z","size":23,"stargazers_count":3381,"open_issues_count":6,"forks_count":317,"subscribers_count":189,"default_branch":"master","last_synced_at":"2025-04-14T08:07:53.886Z","etag":null,"topics":["javascript","javascript-path"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javascript-society.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-22T22:06:55.000Z","updated_at":"2025-04-06T08:01:10.000Z","dependencies_parsed_at":"2022-07-12T05:19:01.149Z","dependency_job_id":null,"html_url":"https://github.com/javascript-society/javascript-path","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javascript-society%2Fjavascript-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javascript-society%2Fjavascript-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javascript-society%2Fjavascript-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javascript-society%2Fjavascript-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javascript-society","download_url":"https://codeload.github.com/javascript-society/javascript-path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254276446,"owners_count":22043866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","javascript-path"],"created_at":"2024-08-01T19:01:10.592Z","updated_at":"2025-05-15T05:05:51.538Z","avatar_url":"https://github.com/javascript-society.png","language":null,"readme":"# JavaScript Path\n[![JavaScript Path](https://img.shields.io/badge/JavaScript%20Society-JavaScript%20Path-green.svg?style=flat-square)](https://github.com/javascript-society/javascript-path)\n![License MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)\n\n:books: List of books to master JavaScript Development\n\n## Contents\n1. [Essential Path](#essential-path)\n1. [Additional Resources](#additional-resources)\n1. [How to Use This List](#how-to-use-this-list)\n1. [Project Based](#project-based)\n1. [Contributing](#contributing)\n\n## Essential Path\nTopic | Books | Price | Release\n:-- | :-- | :--: | :--:\nLearn JavaScript | [Eloquent JavaScript, 3rd Edition](http://eloquentjavascript.net/) | :free: | September 2018\nFunctional Programming | [Mostly Adequate Guide to Functional Programming](https://mostly-adequate.gitbook.io/mostly-adequate-guide/) | :free: | -\nAsynchronous Programming \u0026 Performance 1st Edition| [You Don't Know JS: Async \u0026 Performance](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/async%20\u0026%20performance/README.md#you-dont-know-js-async--performance) | :free: | February 2015\nES6 | [Exploring ES6](http://exploringjs.com/es6/) | :free: | June 2015\nTooling | [Setting up ES6](https://leanpub.com/setting-up-es6/read) | :free: | January 2016\n\n## Additional Resources\n### Learn JavaScript\nBooks | Price | Release\n:-- | :--: | :--:\n[Speaking JavaScript](http://speakingjs.com/es5/) | :free: | February 2014\n[Professional JavaScript for Web Developers, 3rd Edition](http://www.wrox.com/WileyCDA/WroxTitle/Professional-JavaScript-for-Web-Developers-3rd-Edition.productCd-1118222199.html) | :moneybag: | December 2011\n[JavaScript: The Definitive Guide, 6th Edition](http://shop.oreilly.com/product/9780596805531.do) | :moneybag: | April 2011\n\n### Going Deep\nBooks | Price | Release\n:-- | :--: | :--:\n[JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) | :moneybag: | May 2008\n[Secrets of the JavaScript Ninja, Second Edition](https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition) | :moneybag: | August 2016 (estimated)\n[Effective JavaScript](http://effectivejs.com/) | :moneybag: | December 2012\n[You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) | :free: | -\n[Programming JavaScript Applications](http://chimera.labs.oreilly.com/books/1234000000262/index.html) | :free: | June 2014\n\n### ES.next\nBooks | Price | Release\n:-- | :--: | :--:\n[Exploring ES2016 and ES2017](https://exploringjs.com/es2016-es2017.html) | :free: | -\n[Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) | :free: | -\n\n### Browser Development\nBooks | Price | Release\n:-- | :--: | :--:\n[DOM Enlightenment](http://domenlightenment.com/) | :free: | February 2013\n\n### Testing\nBooks | Price | Release\n:-- | :--: | :--:\n[JavaScript Testing Recipes](http://jstesting.jcoglan.com/) | :moneybag: | March 2014\n[Test-Driven JavaScript Development](http://tddjs.com/) | :moneybag: | September 2010\n\n### Design Patterns\nBooks | Price | Release\n:-- | :--: | :--:\n[Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) | :free: | July 2012\n[JavaScript Patterns](http://shop.oreilly.com/product/9780596806767.do) | :moneybag: | September 2010\n\n### Functional Programming\nBooks | Price | Release\n:-- | :--: | :--:\n[JavaScript Allongé, the \"Six\" Edition](https://leanpub.com/javascriptallongesix/read) | :free: | -\n[Functional JavaScript](http://shop.oreilly.com/product/0636920028857.do) | :moneybag: | June 2013\n\n### Object-Oriented Programming\nBooks | Price | Release\n:-- | :--: | :--:\n[The Principles of Object-Oriented JavaScript](http://shop.oreilly.com/product/9781593275402.do) | :moneybag: | February 2014\n\n### Asynchronous Programming\nBooks | Price | Release\n:-- | :--: | :--:\n[Async JavaScript](https://pragprog.com/book/tbajs/async-javascript) | :moneybag: | November 2012\n\n### Performance\nBooks | Price | Release\n:-- | :--: | :--:\n[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | :moneybag: | March 2010\n\n### Workflow\nBooks | Price | Release\n:-- | :--: | :--:\n[JavaScript Application Design](https://www.manning.com/books/javascript-application-design) | :moneybag: | January 2015\n\n## How to Use This List\nStart with the first book of the [Essential Path](#essential-path), and after finish it, read the next one. Repeat this process until you finish all books from the **Essential Path**.\n\nAfter you complete the Essential Path, you should keep studying! Just choose one book listed in our [Additional Resources](#additional-resources) section. You don't need to read those books in such section in order, you should pick the one that you are more interested! :smile:\n\n**PROTIP**: try to **create** and **deploy** at least one real project after you finish each book.\n\n## Project Based\nIn order to show for everyone that you successfully finished a book, you should create a new project.\n\n\u003e \"What does it mean?\"\n\nAfter 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.\n\nThe projects of all students will be listed in our [JavaScript Projects](https://github.com/javascript-society/javascript-projects) repository. Submit a pull request with your project's information after you start/conclude it.\n\nYou can create this project alone or with colleagues!\n\n### Project Suggestions\n- [JavaScript Projects](https://github.com/javascript-society/javascript-projects): List of projects related with the JavaScript Path.\n- [FreeCodeCamp](http://www.freecodecamp.com/): Course that teaches you fullstack JavaScript development through a bunch of projects.\n- [Projects](https://github.com/karan/Projects): A list of practical projects that anyone can solve in any programming language.\n- [app-specs](https://github.com/ericdouglas/app-specs): A curated list of applications' specifications and implementations to practice new technologies, improve your portfolio and sharpen your skills.\n\n## Contributing\nSee our contributing guidelines [here](CONTRIBUTING.md)!\n","funding_links":[],"categories":["Others","Web Development","Index","▶️ Content"],"sub_categories":["Books"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavascript-society%2Fjavascript-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavascript-society%2Fjavascript-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavascript-society%2Fjavascript-path/lists"}