Skip to content

Commit d21256d

Browse files
committed
Ordered frameworks alphabetically
1 parent d361440 commit d21256d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

javascript-frameworks-resources.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## Angular.js
2+
* [Angular Basics](http://www.angularjsbook.com/)
23
* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
34
* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)
45
* [Angular.js Guide](http://docs.angularjs.org/guide/)
56
* [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
6-
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book)
7-
* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
87
* [Angular.js Tutorial](http://docs.angularjs.org/tutorial)
98
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
109
* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2)
10+
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book)
1111
* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF)
1212
* [AngularJS Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/)
13+
* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
14+
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/)
1315
* [AngularJS with Ruby on Rails](http://angular-rails.com)
1416
* [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
1517
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](http://egghead.io)
@@ -18,15 +20,13 @@
1820
* [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)*
1921
* [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1)
2022
* [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html)
21-
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/)
22-
* [Angular Basics](http://www.angularjsbook.com/)
2323

2424
## Backbone.js
2525
* [A Complete guide for learning Backbone.js](http://www.codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/)
2626
* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com/)
27+
* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis
2728
* [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)
2829
* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io)
29-
* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis
3030
* [Backbonejs Tutorials](http://backbonetutorials.com/)
3131
* [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress)
3232
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
@@ -51,13 +51,13 @@
5151

5252

5353
## Ember.js
54+
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/)
55+
* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)
5456
* [Ember 101](http://ember101.com/)
5557
* [Ember App with RailsApi](http://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html)
5658
* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/)
5759
* [EmberFlare](https://emberflare.com/)
5860
* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com)
59-
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/)
60-
* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)
6161

6262

6363
## Express.js
@@ -91,16 +91,16 @@
9191
* Lesson 15: Summary of the series (Coming soon...)
9292

9393
## Meteor
94-
* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
9594
* [BulletProof Meteor](https://bulletproofmeteor.com/)
95+
* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
9696

9797
## React
98-
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
98+
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
9999
* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
100-
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial)
101-
* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
100+
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
102101
* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/tutorial.html)
103-
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
102+
* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
103+
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial)
104104
* React Tutorial by Josh Finnie
105105
* [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
106106
* [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)

0 commit comments

Comments
 (0)