November 1, 2016 by Christoff Truter - 1 Comment
A few months ago I attempted to join the Borg collective, unfortunately things didn't quite work out as planned.
JavaScript AngularNovember 1, 2016 by Christoff Truter
While working on one of our Angular 1.5.x projects, someone in our QA department reported a rather interesting bug, which I tracked down to a third party library (ui-router-extras, more specifically sticky states) we're using.
JavaScript AngularOctober 18, 2016 by Christoff Truter
Last week a rather embarrassing video went viral here in South Africa.
South Africa OpinionSeptember 16, 2016 by Christoff Truter - 2 Comments
From time to time we are forced (for whatever reason) to use technologies that we don't agree with (just to set the tone of the post), a recent example from my own experience is the Polymer library.
JavaScript OpinionSeptember 8, 2016 by Christoff Truter
The ModelState.IsValid property (ApiController) merely checks for a zero validation error count for a passed model while ignoring the nullability of the object instance itself.
ASP.NET Web API