Go Up Not Down

Burn down charts are used a lot in giving a visual idea of the velocity of team; what has been done, what is yet to be done and an estimation of what we are likely to achieve by the end of ...Read More

Getting started with ClojureScript

ClojureScript is a Clojure to JavaScript compiler which has gained a considerable amount of traction since its release in July of last year. It provides a way for developers to write a web-application in a large subset ...Read More

SCALING AGILE – THE WORLD IS ALL THAT IS THE CASE

There's a flurry of activity when projects kick off, resources have to be marshalled and often teams need to be informed of a good deal of information around the thinking behind the work at hand.  As that ship leaves port upon ...Read More

Visualizing Option Prices

The easiest way to make sense of a lot numbers is to turn them into a picture. This doesn’t come as much of a surprise: While it takes a lot of conscious effort to see trends, movements and tendencies within a ...Read More

Why 100% Code Coverage is not enough

When it comes to software testing and code quality it is not always clear what the Test Coverage is - respectively what areas of the application need more attention regarding testing. Questions like: ...Read More