You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
38
27
[Speaking JavaScript](http://speakingjs.com/es5/) | :free: | February 2014
28
+
[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
39
29
[JavaScript: The Definitive Guide, 6th Edition](http://shop.oreilly.com/product/9780596805531.do) | :moneybag: | April 2011
40
30
41
31
### Going Deep
42
-
43
32
Books | Price | Release
44
33
:-- | :--: | :--:
45
34
[JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) | :moneybag: | May 2008
@@ -49,60 +38,64 @@ Books | Price | Release
49
38
[Programming JavaScript Applications](http://chimera.labs.oreilly.com/books/1234000000262/index.html) | :free: | June 2014
50
39
51
40
### ES.next
52
-
53
41
Books | Price | Release
54
42
:-- | :--: | :--:
55
43
[Exploring ES2016 and ES2017](https://leanpub.com/exploring-es2016-es2017/read) | :free: | -
[The Principles of Object-Oriented JavaScript](http://shop.oreilly.com/product/9781593275402.do) | :moneybag: | February 2014
83
75
84
76
### Asynchronous Programming
85
-
86
77
Books | Price | Release
87
78
:-- | :--: | :--:
88
79
[Async JavaScript](https://pragprog.com/book/tbajs/async-javascript) | :moneybag: | November 2012
89
80
90
81
### Performance
91
-
92
82
Books | Price | Release
93
83
:-- | :--: | :--:
94
84
[High Performance JavaScript](http://shop.oreilly.com/product/9780596802806.do) | :moneybag: | March 2010
95
85
96
-
## How to Use This List
86
+
### Workflow
87
+
Books | Price | Release
88
+
:-- | :--: | :--:
89
+
[JavaScript Application Design](https://www.manning.com/books/javascript-application-design) | :moneybag: | January 2015
97
90
98
-
Start 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.
91
+
## How to Use This List
92
+
Start 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**.
99
93
100
-
After you complete the Essential Path, you should keep studying! Just choose one book that is 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 most interested! :smile:
94
+
After 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:
101
95
102
-
**PROTIP**: try to **create** and **deploy** at least one practical project after you finish each book.
96
+
**PROTIP**: try to **create** and **deploy** at least one real project after you finish each book.
103
97
104
98
## Project Based
105
-
106
99
In order to show for everyone that you successfully finished a book, you should create a new project.
107
100
108
101
> "What does it mean?"
@@ -114,12 +107,10 @@ The projects of all students will be listed in our [JavaScript Projects](https:/
114
107
You can create this project alone or with colleagues!
115
108
116
109
### Project Suggestions
117
-
118
110
-[JavaScript Projects](https://github.com/javascript-society/javascript-projects): List of projects related with the JavaScript Path.
119
111
-[FreeCodeCamp](http://www.freecodecamp.com/): Course that teaches you fullstack JavaScript development through a bunch of projects.
120
112
-[Projects](https://github.com/karan/Projects): A list of practical projects that anyone can solve in any programming language.
121
-
-[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.
113
+
-[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.
122
114
123
115
## Contributing
124
-
125
116
See our contributing guidelines [here](CONTRIBUTING.md)!
0 commit comments