diff --git a/free-programming-books.md b/free-programming-books.md index b84d95a288b5cf593e1763134aec880d97fa5576..e24bca50c092d7a83c64f00c2007b2dd86d521e6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1417,6 +1417,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [An Introduction to libuv](https://nikhilm.github.io/uvbook/) - Nikhil Marathe ([PDF](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.pdf) - [ePub](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.epub)) * [JavaScript and Node FUNdamentals](https://web.archive.org/web/20150327025334/https://leanpub.com/jsfun/read) - Azat Mardanov * [Mixu's Node Book](http://book.mixu.net/node/) +* [Node Documentation](https://nodejs.org/en/docs/) * [Node: Up and Running](http://chimera.labs.oreilly.com/books/1234000001808/index.html) - Tom Hughes-Croucher * [Node.js Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/nodejs) (PDF, Kindle) *(Just fill the fields with any values)* * [The Node Beginner Book](http://nodebeginner.org) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index 926e5f0d4d50991ef09c3e4d97f51d69042b013c..bb16dae75df364a95c7ea087683c760054e99671 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -25,6 +25,11 @@ * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html) +## Aurelia + +* [Beginning Aurelia](https://leanpub.com/beginning-of-aurelia) + + ## Backbone.js * [A Complete guide for learning Backbone.js](http://codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/) @@ -36,7 +41,6 @@ * [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) * [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/) -* [Hello Backbone - Hello world examples of increasing complexity](http://arturadib.com/hello-backbonejs/) * [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs) @@ -58,6 +62,13 @@ * [Dojo: The Definitive Guide](http://chimera.labs.oreilly.com/books/1234000001819/index.html) - Matthew A. Russell +## Elm + +* [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm) +* [Elm Tutorial](http://www.elm-tutorial.org) +* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial) + + ## Ember.js * [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com) @@ -96,13 +107,6 @@ * [Om Tutorial](http://awkay.github.io/om-tutorial/) -## Redux - -* [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html) -* [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) -* [SoundCloud Application in React + Redux](https://www.robinwieruch.de/the-soundcloud-client-in-react-redux/) - - ## React * [Free React on Rails course](https://learnetto.com/users/hrishio/courses/the-free-react-on-rails-5-course) @@ -123,21 +127,17 @@ * [SurviveJS - Webpack and React](http://survivejs.com) -## Elm - -* [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm) -* [Elm Tutorial](http://www.elm-tutorial.org) -* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial) - - -## Aurelia - -* [Beginning Aurelia](https://leanpub.com/beginning-of-aurelia) - - ## React Native * [Programming React Native](https://leanpub.com/programming-react-native) * [React Native Animation Book](http://browniefed.com/react-native-animation-book/) * [React Native Express](http://www.reactnativeexpress.com) * [React Native Training](https://www.gitbook.com/book/unbug/react-native-training/details) + + +## Redux + +* [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html) +* [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) +* [SoundCloud Application in React + Redux](https://www.robinwieruch.de/the-soundcloud-client-in-react-redux/) +