Software Development
-
Write effective Unit tests
Soon or later we all experienced the comfortable feeling of test green lights, assuring a non regression after a change…
Read More » -
Responsive UIs with Eclipse and SWT
Recently I had the problem that my ‘well-conceived’ view design did not scale down reasonably. I realized that the flexibility…
Read More » -
Changing commit message in Git
Introduction Git is distributed version control system and now-a-days, it is de facto version control system for number of open…
Read More » -
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 »