Software Development
-

Object-oriented != imperative
Dear FP community: one of the things I really like about you folks is the rigor you’ve brought to the…
Read More » -

Ideas Aren’t Worthless
Itâs common knowledge that âideas are worthlessâ. An idea will bring you nowhere â you need implementation, focus, a good…
Read More » -

How I broke our continuous deployment
This post is about a failure â more precisely about how I managed to bring our release processes to their…
Read More » -

Creating software for sysops – make sure you do not suck
Plumbr is all about detecting performance problems from within Java applications. Whether this application is residing in a desktop machine…
Read More » -

Manual testing sinful?
One of the asides I made in âProgrammers without TDD will be unemployableâ which caused a bit of outrage in…
Read More » -

Never Test Logging
Technical logging is usually not tested. As commentator write on stack overflow: I practice TDD/BDD pretty religiously and I almost…
Read More » -

Law of Demeter
Reduce coupling and improve encapsulation⊠General In this post I want to go over Law of Demeter (LoD). I find…
Read More » -

Two Reasons Why Estimates Aren’t Worth It
When potential customers contact us, the odds are that they want to know two things: How much does it cost…
Read More » -

JOOQ Facts: SQL functions made easy
The JDBC API has always been cumbersome and error-prone and Iâve never been too fond of using it. The first…
Read More »

