performance

Automating Specification by Example for .NET Web Applications

Redirects to legacy blog post. It’s my intention that the following details will help you create a system that automates “Specification by Example”.

Essentials for Creating and Maintaining a High Performance Development Team

Redirects to legacy blog post. What I see a lot of, is organisations hiring code monkeys rather than professionals.

JavaScript Object Creation Patterns

Redirects to legacy blog post. What are the differences in creating an object by way of simple function invocation, vs using a constructor vs creating an object using the object literal notation vs function application?