|
1 | 1 | ## Angular.js
|
2 | 2 | * [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
|
| 3 | +* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) |
| 4 | +* [Angular.js Guide](http://docs.angularjs.org/guide/) |
3 | 5 | * [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
|
4 |
| -* [AngularJS Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/) |
5 |
| -* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2) |
6 | 6 | * [Angular.js Tutorial](http://docs.angularjs.org/tutorial)
|
7 |
| -* [Angular.js Guide](http://docs.angularjs.org/guide/) |
8 |
| -* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) |
9 |
| -* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) |
10 | 7 | * [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
|
11 |
| -* [egghead.io: Learn AngularJS with Tutorial Videos & Training](http://egghead.io) |
| 8 | +* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2) |
| 9 | +* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) |
| 10 | +* [AngularJS Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/) |
12 | 11 | * [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
|
| 12 | +* [egghead.io: Learn AngularJS with Tutorial Videos & Training](http://egghead.io) |
13 | 13 | * [Mastering AngularJS Directives](http://pascalprecht.github.com/slides/mastering-angularjs-directives/)
|
14 | 14 | * [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1)
|
15 | 15 | * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html)
|
16 | 16 |
|
17 | 17 |
|
18 | 18 | ## Backbone.js
|
19 | 19 | * [A Complete guide for learning Backbone.js](http://www.codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/)
|
20 |
| -* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io) |
| 20 | +* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com/) |
21 | 21 | * [Backbone.js + Require.js, Modularization and Just in Time Dependency Loading, part 1](http://developer.teradata.com/blog/jasonstrimpel/2011/12/part-1-backbone-js-require-js) [part 2](http://developer.teradata.com/blog/jasonstrimpel/2012/01/part-2-backbone-js-require-js-further-modularization-and-just-in-time-dep)
|
| 22 | +* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io) |
22 | 23 | * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
|
23 | 24 | * [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/)
|
24 |
| -* [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs) |
25 |
| -* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com/) |
26 | 25 | * [Hello Backbone - Hello world examples of increasing complexity](http://arturadib.com/hello-backbonejs/)
|
| 26 | +* [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs) |
27 | 27 |
|
28 | 28 |
|
29 | 29 | ## D3.js
|
30 |
| -* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) |
31 |
| -* [D3.js Tutorial](https://www.dashingd3js.com/table-of-contents) |
32 | 30 | * [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks)
|
| 31 | +* [D3.js Tutorial](https://www.dashingd3js.com/table-of-contents) |
33 | 32 | * [Dashing D3.js](https://www.dashingd3js.com/table-of-contents)
|
| 33 | +* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) |
34 | 34 | * [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3)
|
35 | 35 |
|
36 | 36 |
|
37 | 37 | ## Ember.js
|
38 |
| -* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) |
39 | 38 | * [Ember 101](http://ember101.com/)
|
40 |
| -* [Let's Learn Ember](http://freecourses.tutsplus.com/lets-learn-ember/) |
41 |
| -* [EmberFlare](https://emberflare.com/) |
42 | 39 | * [Ember App with RailsApi](http://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html)
|
| 40 | +* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) |
| 41 | +* [EmberFlare](https://emberflare.com/) |
| 42 | +* [Let's Learn Ember](http://freecourses.tutsplus.com/lets-learn-ember/) |
43 | 43 |
|
44 | 44 |
|
45 | 45 | ## Knockout.js
|
46 |
| -* [Knockout.js Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)* |
47 | 46 | * [Knockout.js Starter](http://dl.e-book-free.com/2013/07/knockoutjs_starter.pdf)
|
| 47 | +* [Knockout.js Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)* |
48 | 48 | * tech.pro: Knockout.js tutorial video series
|
49 | 49 | * [Lesson 1 - Introduction](http://tech.pro/tutorial/1562/knockoutjs-lesson-1-introduction)
|
50 | 50 | * [Lesson 2 - Initialising the application](http://tech.pro/tutorial/1563/knockoutjs-lesson-2-initialising-the-application)
|
|
0 commit comments