Month: August 2016
Updated on September 18, 2016
Sass Guidelines
These are some general guidelines to writing effective Sass. The same information applies in general to Less, and to some extent CSS, however CSS won’t have the ability to nest selectors like Sass or Less.
Updated on September 18, 2016
Unit testing Angular the right way
There are a number of different methods used to test code, we’ll discuss integration testing and unit testing. A unit test is a test which is written to verify the functionality of a relatively small piece of code…. Read More
Updated on August 4, 2016
Website Optimization – A General Guide + Angular
This article will describe some standard methods to use to optimize your websites. It will also include some tricks for Angular that will increase its performance. This is not going to be a comprehensive article, but it should… Read More