Clean Code
Splitting Code #6
Today I am going to go through the AngularJS’s testability.js file, for two reasons; first, to learn how they approached making the framework testable and second to see if there are any opportunities to clean up the code. Making your code testable appears to be a topic of some debate, Read more…
Clean Code
Splitting Code #5
Today I am going to go through AngularJS’s urlUtils.js file and see what we can learn from going it. Documentation, this file has a lot of it, and most of the documentation is used for generating their documents, a feature I like but also one that tends make the code Read more…
Cheatsheet
Notes from “Play by Play Modern Web Security Patterns”
Notes on somethings that we need to make sure are in place to protect our users from malicious code.