750 words to clear your head
It's been a while since I have blogged, I must admit. I've been very busy with the release of the official DuckDuckGo app for Windows 8, »
Over a year and a half ago, my friend Erik invited me to SoCraTes UK, an international software craftsmanship retreat, where I discovered the concept of »
So, a year has passed since a tweet from Mathias passed in my twitter feed. Plan for 2015: fuck up the comfort zones that survived 2014. »
After years of trying to ignore my lower back pain, it finally culminated in a spinal disc hernia last year. Luckily for me, that hernia was »
It's been a while since I have blogged, I must admit. I've been very busy with the release of the official DuckDuckGo app for Windows 8, »
Git Bash is a great tool which has quite a few perks if you're using Git. For one, it has completion on the git commands and »
If you're starting out with the command line of Git or Mercurial, this post can help you make things more comfortable for you ( and serve as »
The past couple of weeks Kevin Pelgrims and I teamed up to create NuGetFight, a website that enables you to easily compare NuGet packages based on »
For those of us coming from version control systems like Team Foundation Server, Subversion or similar systems with a graphical user interface, using the command line »
The past couple of weeks Kevin Pelgrims and I teamed up to create NuGetFight, a website that enables you to easily compare NuGet packages based on »
After reading up a bit on NoSQL, I decided it was time for me to do some experimenting and see how quickly I could set up »
The problem Begin this year, I decided to pick up blogging again. I had some good ideas to blog about (most of which I probably forgot »
Many of us developers leave for work on a daily basis, ready to throw ourselves onto the next change request that will change the world as »
As stated previously, Code Contracts can give you certainty that your classes behave exactly in the way you want them to. By defining pre- and postconditions »
Code Contracts just got a whole lot better with a brand new extension for Visual Studio 2010! This new extension brings a couple of cool new »
When you start working with Code Contracts, you often get the feeling that you have to add contracts everywhere for everything. When you enable the static »
First: an introduction Code Contracts is a language-agnostic tool that provides you the power of Design By Contract development. In short, it enables you to make »
Calculating the 'road distance' between two points can come in handy when you want to calculate the transport costs between your company and your customers. Google »
Recently I ran into some problems installing the latest Visual Studio 2010 beta 2. It gave me the very clear error message: "Error 1603: A fatal »