From d21256ddfad7e2a49650cfa0b77eb66dd9133a4f Mon Sep 17 00:00:00 2001 From: David Metcalfe Date: Tue, 27 Oct 2015 22:13:37 -0700 Subject: [PATCH] Ordered frameworks alphabetically --- javascript-frameworks-resources.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index 5c161016..43775c69 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -1,15 +1,17 @@ ## Angular.js +* [Angular Basics](http://www.angularjsbook.com/) * [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html) * [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) * [Angular.js Guide](http://docs.angularjs.org/guide/) * [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets) -* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book) -* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)* * [Angular.js Tutorial](http://docs.angularjs.org/tutorial) * [Angular.js Youtube Channel](https://www.youtube.com/angularjs) * [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2) +* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book) * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) * [AngularJS Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/) +* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)* +* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/) * [AngularJS with Ruby on Rails](http://angular-rails.com) * [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist) * [egghead.io: Learn AngularJS with Tutorial Videos & Training](http://egghead.io) @@ -18,15 +20,13 @@ * [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)* * [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1) * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html) -* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/) -* [Angular Basics](http://www.angularjsbook.com/) ## Backbone.js * [A Complete guide for learning Backbone.js](http://www.codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/) * [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com/) +* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis * [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) * [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io) -* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis * [Backbonejs Tutorials](http://backbonetutorials.com/) * [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/) @@ -51,13 +51,13 @@ ## Ember.js +* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/) +* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md) * [Ember 101](http://ember101.com/) * [Ember App with RailsApi](http://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html) * [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) * [EmberFlare](https://emberflare.com/) * [Vic Ramon's Ember Tutorial](http://ember.vicramon.com) -* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com/) -* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md) ## Express.js @@ -91,16 +91,16 @@ * Lesson 15: Summary of the series (Coming soon...) ## Meteor -* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) * [BulletProof Meteor](https://bulletproofmeteor.com/) +* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) ## React -* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) +* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) -* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial) -* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components) +* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) * [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/tutorial.html) -* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) +* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components) +* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial) * React Tutorial by Josh Finnie * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/) * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/) -- GitLab