-
Software Development
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 » -
Software Development
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 » -
Software Development
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 » -
Software Development
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 » -
Software Development
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 » -
Software Development
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 » -
Career
Counteroffers, Secrecy, and Fear
Counteroffers are a fairly common occurrence in technology and other competitive job markets, and much of what we think we…
Read More » -
Android Core
Android Weather app using Yahoo weather provider and AutoCompleteTextView (Part 1)
This post is the first of a series where we will explore Yahoo Weather API. Our goal is building an…
Read More » -
Android Core
Android Torch App with Stroboscopic light Tutorial
In this post, we want to describe how to create a simple torch app in Android. It is a nice…
Read More »