Reality-Loop

  • October 15, 2010

    Things technical and not so technical ..

    Check out This Developers Life, the podcast by Rob Conery and Scott Hanselman. They “tell stories technical and not so technical”. This is great entertainment with a cool soundtrack. I enjoyed the first episodes very much on my latest travels ...

    Read more ...
  • October 07, 2010

    Top 24 Agile Web Testing Tools

    According to the book Agile Testing there is a certain kind of tools called Agile Web Testing Tools. The book does not contain a precise definition. My definition of Agile Web Testing Tools contains the following characteristics: Lightweight ...

    Read more ...
  • September 26, 2010

    Quotes of the Week: Writing Software

    We value code that is easy to maintain over code that is easy to write.- Growing Object Oriented Software There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the othe...

    Read more ...
  • September 24, 2010

    Git Quick Tip: Bash completion

    Git comes with a script that provides tab-completion for the bash shell.The script is called git-completion.bash and should be in your git installation directory under contrib/completion/.On my OS X/MacPort installation of Git it is here: /opt/...

    Read more ...
  • September 22, 2010

    Things that can't be solved by any programming methodology

    Below is a great quote from the thread What can't be solved by TDD? on StackOverflow. It is true to any programming methodology, technique or tool.In my opinion this perfectly highlights what the real problems are in most software projects tod...

    Read more ...