Software Development
-
Canary Tests
Canary Tests are minimal tests to quickly and automatically verify that everything you depend on is ready. You run Canary…
Read More » -
Redundancy in Domain and Database Design
Introduction Design a domain can be a real challenge. A lot of bad practices can easily bring you to a…
Read More » -
Three Reasons Why Human Skills Are Important for Software Developers
It is easy to think that being a good software developer requires only technical skills. After all, software developers spend…
Read More » -
Looking for your aaS? (IaaS vs. PaaS vs. SaaS vs. BaaS)
Our API is getting a lot of traction these days. We enable our customers to perform lookups against our masterfile…
Read More » -
The Single Responsibility Principle
Introduction In this post I would like to cover the Single Responsibility Principle (SRP). I think that this is the…
Read More » -
Some Of My Mostly Used Development Mantras (1/2)
Statement: I assume it works this way! Mantra: assumption is the mother of all fuckups Let’s start with this short…
Read More » -
Something to Consider as Java Tops the Programming Charts
The following is a contributed article from Dennis Chu of Coverity: Something to Consider as Java Tops the Programming Charts…
Read More » -
Acceptance Test Driven Development
In this short series about acceptance testing I previously wrote about collaboration between testers and developers and how acceptance tests…
Read More » -
Code faster with Intellij IDEA live templates
Intellij IDEA – in my opinion the most productive IDE for Java – comes with bunch of features helping getting…
Read More »