Getting to grips with Docker

A google search for ‘Docker’ will inevitably throw up a lot of results and the fact that it’s cross platform, whilst a positive, can mean that a lot of ‘Getting started’ guides make an assumption that the reader is coming from a Linux background. For .net developers such as myself, Read more…

Code tests to fail first

Writing unit tests to fail first is a highly recommended practice and it makes a lot of sense. However, I find more discipline is needed when you are investigating a bug report and you uncover the source of the problem