Angular: codeschool has a good free course on angular
https://github.com/johnpapa/angular-styleguide -- default style guide for angular, but it also has a lot of example code to figure out how to do things
https://johnpapa.net/angular-app-structuring-guidelines/ -- common way to set up directory structure
https://thinkster.io/a-better-way-to-learn-angularjs
http://stephanebegaudeau.tumblr.com/post/48776908163/everything-you-need-to-understand-to-start-with
https://docs.angularjs.org/guide/concepts
http://ruoyusun.com/2013/05/25/things-i-wish-i-were-told-about-angular-js.html
https://docs.angularjs.org/guide/introduction
https://docs.angularjs.org/guide/scope
https://github.com/angular/angular.js/wiki/Understanding-Scopes
http://www.amazon.com/Pro-AngularJS-Experts-Voice-Development/dp/1430264489/ref=as_li_ss_tl?ie=UTF8&qid=1454976112&sr=8-1&keywords=angularjs&linkCode=sl1&tag=nethta-20&linkId=aab7167c496b11066d8c4f61298fb44e
https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular
http://meanjs.org/
https://www.youtube.com/watch?v=OPxeCiy0RdY http://www.newthinktank.com/2016/02/angularjs-tutorial/
https://github.com/mgechev/angularjs-style-guide
https://google.github.io/styleguide/angularjs-google-style.html
https://scotch.io/tutorials/angularjs-best-practices-directory-structure
directives: http://code.tutsplus.com/tutorials/mastering-angularjs-directives--cms-22511 http://www.sitepoint.com/practical-guide-angularjs-directives/ http://www.sitepoint.com/practical-guide-angularjs-directives-part-two/
http://weblogs.asp.net/dwahlin/creating-custom-angularjs-directives-part-i-the-fundamentals
learning: http://blog.debugme.eu/learn-angularjs/
authentication: http://brewhouse.io/blog/2014/12/09/authentication-made-simple-in-single-page-angularjs-applications.html https://medium.com/opinionated-angularjs/techniques-for-authentication-in-angularjs-applications-7bbf0346acec#.nhf2yuy00 http://jasonwatmore.com/post/2015/03/10/AngularJS-User-Registration-and-Login-Example.aspx http://www.sitepoint.com/implementing-authentication-angular-applications/ https://scotch.io/tutorials/single-page-apps-with-angularjs-routing-and-templating
components: https://docs.angularjs.org/guide/component
agnular 2.0 http://blog.debugme.eu/learn-angular2/
Reference for protractor / selenium testing:
- 401d2/homework/full_stack_app/frazier
- https://docs.angularjs.org/api/ngMockE2E/service/$httpBackend
- https://docs.angularjs.org/guide/e2e-testing
- https://docs.travis-ci.com/user/gui-and-headless-browsers/
Reference for karma/jasmine testing:
- todo-app
- https://docs.angularjs.org/api/ngMock
- https://docs.angularjs.org/api/ngMock/service/$httpBackend
- https://docs.angularjs.org/guide/unit-testing
- http://angulartestingquickstart.com/
- https://scotch.io/tutorials/testing-angularjs-with-jasmine-and-karma-part-1
- https://github.com/angular/angular-seed
- $inject, https://docs.angularjs.org/api/ngMock/function/angular.mock.inject
- $provide
- http://jbavari.github.io/blog/2014/06/20/testing-interceptor-headers-in-angularjs/
- https://www.sitepoint.com/unit-testing-angularjs-services-controllers-providers/
- https://docs.angularjs.org/api/ng/service/$http#interceptors
- https://docs.travis-ci.com/user/gui-and-headless-browsers/