JavaScript: The Good Parts (#52)

* fix emoji and typos

* sort JavaScript by date

* add "JavaScript: The Good Parts"
pull/53/head
Martin Zuther 4 years ago committed by Nikita Voloboev
parent cfbfb9f1e0
commit 5fb8322dd1

@ -769,15 +769,15 @@ The Best Interface Is No Interface: The Simple Path to Brilliant Technology
### C++
- [<EFBFBD> C++ core guidelines (2017)](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
- [<EFBFBD> A Tour of C++ (2013)](https://www.goodreads.com/book/show/18197265-a-tour-of-c) - Very concise, updates readers with prior knowledge of C++ to modern C++11.
- [<EFBFBD> Beginning c++ through game programming (2004](http://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming)
- [📕 C++ core guidelines (2017)](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
- [📕 A Tour of C++ (2013)](https://www.goodreads.com/book/show/18197265-a-tour-of-c) - Very concise, updates readers with prior knowledge of C++ to modern C++11.
- [📕 Beginning C++ Through Game Programming (2004)](http://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming)
### Clojure
- [<EFBFBD> Elements of Clojure (2017)](https://www.goodreads.com/book/show/31159768-elements-of-clojure)
- [<EFBFBD> Clojure in Action (2015)](https://www.manning.com/books/clojure-in-action-second-edition)
- [<EFBFBD> Joy of Clojure (2014)](https://www.manning.com/books/the-joy-of-clojure-second-edition) - Quite deep, not for beginners, but superb in combination with "Clojure in Action".
- [📕 Elements of Clojure (2017)](https://www.goodreads.com/book/show/31159768-elements-of-clojure)
- [📕 Clojure in Action (2015)](https://www.manning.com/books/clojure-in-action-second-edition)
- [📕 Joy of Clojure (2014)](https://www.manning.com/books/the-joy-of-clojure-second-edition) - Quite deep, not for beginners, but superb in combination with "Clojure in Action".
### D
@ -827,12 +827,13 @@ The Best Interface Is No Interface: The Simple Path to Brilliant Technology
- [📖 Async and performance](https://github.com/getify/You-Dont-Know-JS/blob/master/async%20&%20performance/README.md#you-dont-know-js-async--performance)
- [📖 ES6 and beyond](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20&%20beyond/README.md#you-dont-know-js-es6--beyond)
- [📖 Exploring js](http://exploringjs.com/)
- [📖 Eloquent JavaScript (2011)](http://eloquentjavascript.net/00_intro.html)
- [📕 Effective JavaScript: 68 specific ways to harness the power of JavaScript (2012)](http://www.goodreads.com/book/show/13705402-effective-javascript)
- [📕 Secrets of the JavaScript ninja (2013)](http://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja)
- [📖 Learning JavaScript design patterns (2015)](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)
- [📖 The JavaScript way (2017)](https://leanpub.com/thejsway)
- [📖 Builder Book: Build a Full Stack JavaScript Web App from Scratch (2018)](https://builderbook.org/book)
- [📖 The JavaScript way (2017)](https://leanpub.com/thejsway)
- [📖 Learning JavaScript design patterns (2015)](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)
- [📕 Secrets of the JavaScript Ninja (2013)](http://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja)
- [📕 Effective JavaScript: 68 specific ways to harness the power of JavaScript (2012)](http://www.goodreads.com/book/show/13705402-effective-javascript)
- [📖 Eloquent JavaScript (2011)](http://eloquentjavascript.net/00_intro.html)
- [📕 JavaScript: The Good Parts (2008)](https://www.goodreads.com/book/show/2998152-javascript)
### Lisp

Loading…
Cancel
Save