Software Development
-
Pair Programming: The disadvantages of 100% pairing
I’ve written a lot of blog posts in the past about pair programming and the advantages that I’ve seen from…
Read More » -
5+1 Sonar Plugins you must not miss
This post is a revision of the original post, published last year and it covered Sonar version 2.8. Many months…
Read More » -
Hints for writing secure code
Security and data protection are becoming now more and more popular topics. We are coming into the world where too…
Read More » -
Enough whitespace already
In most sensible languages the compiler ignores whitespace; it’s only there to help humans understand the code. The trouble is,…
Read More » -
Technology Related Classic Mistakes
In my last blog I looked at Product Related Classic Mistakes from Rapid Development: Taming Wild Software Schedules by Steve…
Read More » -
Personal gains from contributing to Open Source
Many may find it difficult to understand why certain people spend a lot of their spare time producing stuff without…
Read More » -
Git DVCS – Getting started
Git is a distributed revision control system, where every working directory is a full-fledged repository with complete history and full…
Read More » -
Simplifying RESTful Search
Overview REST architectural pattern is based around two basic principles: Resources as URLs: A resource is something like an entity or…
Read More » -
Significant Software Development Developments of 2011
As I did in 2007, 2008, 2009, and 2010, I summarize some of the software development events of 2011 that…
Read More »