└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # JavaScript resources 2 | 3 | ## Books 4 | * [Beautiful JavaScript](http://books.google.ru/books?id=-tXnnQEACAAJ "Beautiful JavaScript: Leading Programmers Explain How They Think"), Anton Kovalyov, O'Reilly 2014 5 | * [Eloquent JavaScript](http://books.google.ru/books?id=9U5I_tskq9MC "Eloquent JavaScript: A Modern Introduction to Programming"), Marijn Haverbeke, No Starch Press, 2011 ([free online](http://eloquentjavascript.net/contents.html)) 6 | * Exploring ES6, Dr. Axel Rauschmayer ([free online](http://exploringjs.com/es6/index.html)) 7 | * [High Performance JavaScript](http://books.google.ru/books?id=ED6ph4WEIoQC), Nicholas C. Zakas, O’Reilly 2010 8 | * [If Hemingway wrote JavaScript](http://anguscroll.com/hemingway/), Angus Croll, O’Reilly 2014 9 | * [JavaScript: The Definitive Guide](http://books.google.ru/books?id=6TAODdEIxrgC), 6th edition, David Flanagan, O’Reilly 2011 10 | * [JavaScript: The Good Parts](http://books.google.ru/books?id=F9ybAgAAQBAJ), Douglas Crockford, O’Reilly 2008 11 | * [JavaScript Patterns](http://books.google.ru/books?id=WTZqecc9olUC), Stoyan Stefanov, O'Reilly 2010 12 | * [Learning JavaScript Design Patterns](http://books.google.ru/books?id=L46fX62D5qYC), Addy Osmani, O’Reilly 2010 ([free online](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)) 13 | * [Object-Oriented JavaScript](http://books.google.ru/books?id=v_oIIyw1vSIC), Stoyan Stefanov, Packt Publishing 2008 14 | * [Pro JavaScript Design Patterns](http://www.amazon.com/Pro-JavaScript-Design-Patterns-Object-Oriented/dp/159059908X "Pro JavaScript Design Patterns: The Essentials of Object-Oriented JavaScript Programming"), Dustin Diaz, Ross Harmes, Apress 2007 15 | * [Pro JavaScript Techniques](http://books.google.ru/books?id=itl2mAEACAAJ), John Resig, Apress 2006 16 | * [Programming JavaScript Applications](http://shop.oreilly.com/product/0636920033141.do "Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries"), Eric Elliot, O’Reilly 2014 ([free online](http://chimera.labs.oreilly.com/books/1234000000262/index.html)) 17 | * [Secrets of the JavaScript Ninja](http://books.google.ru/books?id=ab8CPgAACAAJ), John Resig, Bear Bibeault, Manning Publications Company 2012 18 | * [Speaking JavaScript](http://books.google.ru/books?id=tBbsAgAAQBAJ), Dr. Axel Rauschmayer, O’Reilly 2014 ([free online](http://speakingjs.com/es5/index.html)) 19 | * [Third-party JavaScript](http://books.google.ru/books?id=JcrznQEACAAJ), Ben Vinegar, Anton Kovalyov, Manning Publications Company 2013 20 | 21 | ## References 22 | * [JavaScript reference on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference) 23 | 24 | ## Cheat sheets 25 | * [ECMAScript 5](http://kangax.github.io/compat-table/es5/) and [ECMAScript 6](http://kangax.github.io/compat-table/es6/) compatibility tables 26 | 27 | ## Newsletters 28 | * [JavaScript Weekly](http://javascriptweekly.com) 29 | 30 | ## Other 31 | * [JavaScript Garden](http://shamansir.github.io/JavaScript-Garden/) 32 | * [wtfjs](http://wtfjs.com) 33 | * [JSbooks](http://jsbooks.revolunet.com "Free JavaScript books") 34 | * [Superhero.js](http://superherojs.com) 35 | 36 | ## Unsorted 37 | * http://learn.javascript.ru 38 | * http://brendaneich.com 39 | * http://dmitrysoshnikov.com, @DmitrySoshnikov 40 | * http://webreflection.blogspot.com, @WebReflection 41 | * http://asenbozhilov.com, @abozhilov 42 | * http://perfectionkills.com, @kangax 43 | * http://wonko.com, @yaypie 44 | * http://nczonline.net, @slicknet 45 | * http://remysharp.com, @rem 46 | * http://fluentconf.com/fluent2014 47 | * http://www.nczonline.net/blog/, @slicknet 48 | * http://addyosmani.com, @addyosmani 49 | * http://phpied.com, @stoyanstefanov 50 | * http://anton.kovalyov.net, @valueof 51 | * http://javascriptweblog.wordpress.com/, @angusTweets 52 | * http://bakhirev.biz/ 53 | --------------------------------------------------------------------------------