Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredwilli/5847554 to your computer and use it in GitHub Desktop.
Save jaredwilli/5847554 to your computer and use it in GitHub Desktop.

Frontend Development

Attention: the list was moved to

https://github.com/dypsilon/frontend-dev-bookmarks

This page is not maintained anymore, please update your bookmarks.


@jaredwilli
Copy link
Author

Unit Testing

http://dailyjs.com/2013/05/16/angularjs-5/
http://customer.io/blog/Lean-Product-Tests-Angularjs-BRANDiD.html
http://blog.pluralsight.com/2013/06/11/video-testing-angularjs-services-with-dependencies/

Specific Module Testing

https://amitgharat.wordpress.com/tag/testing-angularjs-controller/
https://amitgharat.wordpress.com/tag/testing-angularjs-service/
https://amitgharat.wordpress.com/tag/testing-angular-directive/

End to End Testing

https://amitgharat.wordpress.com/2013/05/04/writing-testable-application-in-angularjs-part-1/
https://amitgharat.wordpress.com/2013/05/04/writing-testable-application-in-angularjs-part-2/
http://amitgharat.wordpress.com/2013/05/04/writing-testable-application-in-angularjs-part-3/
http://amitgharat.wordpress.com/2013/05/04/writing-testable-application-in-angularjs-part-4/
http://amitgharat.wordpress.com/2013/05/04/writing-testable-application-in-angularjs-part-5/

Other Testing

http://odetocode.com/blogs/scott/archive/2013/06/10/simple-unit-tests-with-angularjs.aspx
http://odetocode.com/blogs/scott/archive/2013/06/11/angularjs-tests-with-an-http-mock.aspx
http://odetocode.com/blogs/scott/archive/2013/06/17/bootstrap-dialogs-and-promises-in-angularjs-tests.aspx

Directives

http://panthersoftware.com/blog/2013/06/03/drying-directives/
https://amitgharat.wordpress.com/2013/06/08/the-hitchhikers-guide-to-the-directive/
http://odetocode.com/blogs/scott/archive/2013/05/28/angularjs-abstractions-directives.aspx
http://liamkaufman.com/blog/2013/05/13/understanding-angularjs-directives-part1-ng-repeat-and-compile/
http://panthersoftware.com/blog/2013/05/09/a-reusable-bootstrap-modal-form-directive/
http://panthersoftware.com/blog/2013/05/30/commentable-a-polymorphic-nested-comments-directive-for-angularjs/
http://www.adobe.com/devnet/html5/articles/angularjs-directives-and-the-computer-science-of-javascript.html
http://stackoverflow.com/questions/14049480/what-are-the-nuances-of-scope-prototypal-prototypical-inheritance-in-angularjs

Modules

http://odetocode.com/blogs/scott/archive/2013/05/16/angularjs-abstractions-scope.aspx
http://odetocode.com/blogs/scott/archive/2013/06/05/angularjs-abstractions-services.aspx
http://odetocode.com/blogs/scott/archive/2013/05/13/angularjs-abstractions-controllers.aspx
http://odetocode.com/blogs/scott/archive/2013/05/20/angularjs-abstractions-filters.aspx
http://odetocode.com/blogs/scott/archive/2013/06/06/decorating-angularjs-services.aspx
http://odetocode.com/blogs/scott/archive/2013/02/28/mapping-an-angular-resource-service-to-a-web-api.aspx
http://odetocode.com/blogs/scott/archive/2013/02/25/expressions-in-angularjs.aspx
http://odetocode.com/blogs/scott/archive/2013/05/07/angularjs-abstractions-organizing-modules.aspx

Other

http://odetocode.com/blogs/scott/archive/2013/06/19/using-ngoptions-in-angularjs.aspx
http://odetocode.com/blogs/scott/archive/2013/02/21/forms-with-angularjs.aspx

Tooling

http://briantford.com/blog/angular-bower.html
http://briantford.com/blog/angular-yeoman.html
http://www.codelord.net/2013/06/16/optimizing-angular-templates-with-grunt-on-heroku/

Apps

http://dailyjs.com/2013/06/03/rust-smart-table
http://devgirl.org/2013/03/21/fun-with-angularjs/
http://briantford.com/blog/huuuuuge-angular-apps.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment