Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Last active December 9, 2024 07:43
Show Gist options
  • Save amysimmons/1d3c6fa84800b50d6b515662b55d0cb9 to your computer and use it in GitHub Desktop.
Save amysimmons/1d3c6fa84800b50d6b515662b55d0cb9 to your computer and use it in GitHub Desktop.

Revisions

  1. amysimmons revised this gist Aug 2, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion advanced-js-resources.md
    Original 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].
    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

  2. amysimmons revised this gist Aug 2, 2017. 1 changed file with 26 additions and 0 deletions.
    26 changes: 26 additions & 0 deletions advanced-js-resources.md
    Original 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

  3. amysimmons revised this gist Jul 31, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion advanced-js-resources.md
    Original 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].
    This is a list of advanced JavaScript learning resources from people who responded to my [Tweet][13].

    - [You Don't Know JS][3]

  4. amysimmons revised this gist Jul 31, 2017. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions advanced-js-resources.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    #Advanced JavaScript learning resources
    # Advanced JavaScript Learning Resources

    This is a list of recourses from people who responded to my [Tweet][13] asking for deep 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][10]
    - [JavaScript The Good Parts by Douglas Crockford][10]

    - [Eloquent JavaScript][7]
    - [Eloquent JavaScript by Marijn Haverbeke][7]

    - [Effective JavaScript][8]
    - [Effective JavaScript by David Herman][8]

    - [Learning Advanced JavaScript by John Resig][9]

    - [JavaScript Allonge][4]
    - [JavaScript Allonge, the "Six" Edition][4]

    - [MDN docs][2]

  5. amysimmons created this gist Jul 31, 2017.
    51 changes: 51 additions & 0 deletions advanced-js-resources.md
    Original 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