Forked from amysimmons/advanced-js-resources.md
Last active
February 9, 2018 18:32
-
-
Save marklearst/a8cfcf03e1e984a7b4b872291ea7f013 to your computer and use it in GitHub Desktop.
Revisions
-
marklearst revised this gist
Feb 9, 2018 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,9 @@ This is a list of base JavaScript learning resources from people who responded to this [Tweet][9] and this [Tweet][10]. - [@mpjme's YouTube videos][5] - [@wesbos's YouTube videos][4] - [Eloquent JavaScript by Marijn Haverbeke][7] @@ -26,8 +26,6 @@ This is a list of base JavaScript learning resources from people who responded t [5]: https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q/ [7]: http://eloquentjavascript.net/ [8]: https://www.amazon.co.uk/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742 -
marklearst revised this gist
Feb 9, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This is a list of base JavaScript learning resources from people who responded t - [@mpjme][6]'s [YouTube videos][5] - [@wesbos YouTube videos][4] - [Eloquent JavaScript by Marijn Haverbeke][7] - [MDN docs][2] -
marklearst revised this gist
Feb 9, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Base JavaScript Learning Resources This is a list of base JavaScript learning resources from people who responded to this [Tweet][9] and this [Tweet][10]. - [@mpjme][6]'s [YouTube videos][5] -
marklearst revised this gist
Feb 9, 2018 . 2 changed files with 35 additions and 79 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,79 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ # 10 Base JavaScript Learning Resources This is a list of 10 base JavaScript learning resources from people who responded to this [Tweet][9] and this [Tweet][10]. - [@mpjme][6]'s [YouTube videos][5] - [Eloquent JavaScript by Marijn Haverbeke][7] - [MDN docs][2] - [You Don't Know JS][3] - [JavaScript The Good Parts by Douglas Crockford][8] - [Learning JavaScript Design Patterns by Addy Osmani][1] [1]: https://addyosmani.com/resources/essentialjsdesignpatterns/book/ [2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript [3]: https://github.com/getify/You-Dont-Know-JS [4]: https://www.youtube.com/user/wesbos/ [5]: https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q/ [6]: https://twitter.com/mpjme [7]: http://eloquentjavascript.net/ [8]: https://www.amazon.co.uk/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742 [9]: https://twitter.com/amesimmons/status/890976254920404992 [10]: https://twitter.com/amesimmons/status/891926508515864576 -
amysimmons revised this gist
Aug 2, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Advanced JavaScript Learning Resources This is a list of advanced JavaScript learning resources from people who responded to this [Tweet][13] and this [Tweet][20]. - [You Don't Know JS][3] @@ -75,3 +75,5 @@ This is a list of advanced JavaScript learning resources from people who respond [19]: https://www.amazon.com/Principles-Object-Oriented-JavaScript-Nicholas-Zakas/dp/1593275404/ref=pd_lpo_sbs_14_t_1?_encoding=UTF8&psc=1&refRID=K3M950JGW61XESSZQ0QH [20]: https://twitter.com/amesimmons/status/891926508515864576 -
amysimmons revised this gist
Aug 2, 2017 . 1 changed file with 26 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,10 +20,23 @@ This is a list of advanced JavaScript learning resources from people who respond - [JavaScript Allonge, the "Six" Edition][4] - [Exploring JS: JavaScript books for programmers by Dr. Axel Rauschmayer][14] - [JavaScript Objects and Prototypes by Jim Cooper][15] - [Professor Frisby Introduces Composable Functional JavaScript][16] - [Functional programming in JavaScript][17] - [Secrets of the JavaScript Ninja by John Resig, Bear Bibeault, and Josip Maras][18] - [The Principles of Object-Oriented JavaScript by Nicholas C. Zakas][19] - [MDN docs][2] - [AST Explorer][11] [1]: https://addyosmani.com/resources/essentialjsdesignpatterns/book/ [2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript @@ -49,3 +62,16 @@ This is a list of advanced JavaScript learning resources from people who respond [12]: https://frontendmasters.com/kyle-simpson/ [13]: https://twitter.com/amesimmons/status/890976254920404992 [14]: http://exploringjs.com/ [15]: https://www.pluralsight.com/courses/javascript-objects-prototypes [16]: https://egghead.io/courses/professor-frisby-introduces-composable-functional-javascript [17]: http://reactivex.io/learnrx/ [18]: https://www.manning.com/books/secrets-of-the-javascript-ninja-second-edition [19]: https://www.amazon.com/Principles-Object-Oriented-JavaScript-Nicholas-Zakas/dp/1593275404/ref=pd_lpo_sbs_14_t_1?_encoding=UTF8&psc=1&refRID=K3M950JGW61XESSZQ0QH -
amysimmons revised this gist
Jul 31, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Advanced JavaScript Learning Resources This is a list of advanced JavaScript learning resources from people who responded to my [Tweet][13]. - [You Don't Know JS][3] -
amysimmons revised this gist
Jul 31, 2017 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Advanced JavaScript Learning Resources This is a list of advanced JavaScript learning recourses from people who responded to my [Tweet][13]. - [You Don't Know JS][3] @@ -10,15 +10,15 @@ This is a list of recourses from people who responded to my [Tweet][13] asking f - [Learning JavaScript Design Patterns by Addy Osmani][1] - [JavaScript The Good Parts by Douglas Crockford][10] - [Eloquent JavaScript by Marijn Haverbeke][7] - [Effective JavaScript by David Herman][8] - [Learning Advanced JavaScript by John Resig][9] - [JavaScript Allonge, the "Six" Edition][4] - [MDN docs][2] -
amysimmons created this gist
Jul 31, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,51 @@ #Advanced JavaScript learning resources This is a list of recourses from people who responded to my [Tweet][13] asking for deep JavaScript learning resources. - [You Don't Know JS][3] - [Frontend Masters courses by Kyle Simpson][12] - [@mpjme][6]'s [YouTube videos][5] - [Learning JavaScript Design Patterns by Addy Osmani][1] - [JavaScript The Good Parts][10] - [Eloquent JavaScript][7] - [Effective JavaScript][8] - [Learning Advanced JavaScript by John Resig][9] - [JavaScript Allonge][4] - [MDN docs][2] - [AST Explorer][11] [1]: https://addyosmani.com/resources/essentialjsdesignpatterns/book/ [2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript [3]: https://github.com/getify/You-Dont-Know-JS [4]: https://leanpub.com/javascriptallongesix/read [5]: https://www.youtube.com/c/mpjmevideos [6]: https://twitter.com/mpjme [7]: http://eloquentjavascript.net/ [8]: https://www.amazon.com/Effective-JavaScript-Specific-Software-Development/dp/0321812182 [9]: https://johnresig.com/apps/learn/ [10]: https://www.amazon.co.uk/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742 [11]: https://astexplorer.net/ [12]: https://frontendmasters.com/kyle-simpson/ [13]: https://twitter.com/amesimmons/status/890976254920404992