JS unit testing with Jasmine

Jasmine is a behavior driven development framework for JavaScript proving functions to help structure tests and making assertions. utility…

Read More
AngularJS create a custom filter

A filter formats a value of an expression and are executed when an input to the filter function is changed. Below is an example of a custom…

Read More
AngularJS scope with nested controllers

Every part of an AngularJS application has a parent scope. At the ng-app level there is a scope called $rootscope. All scopes have…

Read More
DevOps: 7 things we’ve learned about working with IT Providers

A primary goal of software development is to create positive change that meets the needs of a business as it grows and it’s needs evolve. A…

Read More
Escaping {} in XAML

An escape character gives an alternative meaning to subsequent characters, In XAML the use of an open brace ‘{‘ denotes the start of a…

Read More
Why you should add Salt to your passwords?

When building software storing passwords as plain text is a bad idea. Storing passwords as plain text means you store the exact text your…

Read More