November 6, 2014
In this post I cover how to set up a high performance image processing service using Image Resizer and Microsoft Azure.
June 24, 2014
How to configure Google Analytics in a multi-tenant application, to track visitors both globally and per-tenant.
May 4, 2014
How to render tree data structures (such as a hierarchical list of product categories) with AngularJS using recursive templates.
March 23, 2014
This post looks at how to perform Map-Reduce operations with MongoDB using both the JavaScript API and C# Driver. I then cover how to achieve the same using RavenDB indexes.
March 19, 2014
In this post I introduce some of the new membership features in ASP.NET Identity and swap out my dodgy hard-coded authentication logic to validate user credentials against information stored in a database .