Monthly Archives: November 2008

How to install MaxMind Geo::IP Perl Module on Ubuntu / Debian

It’s as simple as that:

apt-get install libgeoip1 libgeoip-dev libgeo-ip-perl

Continue reading

Posted in Linux | Tagged , , , | Leave a comment

How to write untestable code

In the talk “Unit Testing” within the series of Google “Clean Code Talks” Miško Hevery first asks the audience how they would write untestable code. There were not much answers although we are all very good at it. Question: “How … Continue reading

Posted in Software Development | Tagged , | Leave a comment