I've been messing around with Android-based code for a few months now while hacking on Native Firefox for Android and Pattrn. I no...
Saturday, October 28, 2017
Friday, April 14, 2017
Difference between TDD, BDD and ATDD
TDD Test driven development is a particular approach to writing code where the tests are written at the same time as the code and involves c...
Sunday, February 26, 2017
Configuring ASP.NET Core Applications in Azure App Service
The .NET Core framework has a nice robust configuration framework. You will normally see the following (or something akin to it) in the cons...