Category Archives: Tools

Tools

Backbone Boilerplate Vs. Rails Asset Pipeline

We recently shifted from Backbone Boilerplate to the Rails Asset Pipeline for generating the various assets (Javascript, CSS, HTML, images, etc) that comprise teamstuff.com, a single-page app. In this post I’ll talk about our motivations for making the shift, what we had to change to get … Continue reading

Posted in AJAX, Javascript, Tools | Tagged , , | 4 Comments

Testing for Android with Robotium

Android’s built-in testing framework is lacking on a number of levels. Enter Robotium, an open-source project. Robotium connects the dots by extending Android’s testing framework and providing convenience methods to help developers rapidly create tests. In this entry I will … Continue reading

Posted in Android, Testing, Tools | Tagged , | 5 Comments

How to Stop Cucumber Becoming Technology Roadkill

I’ve worked on a number of projects with Cucumber now, and I think it is a terrific tool. However, I’ve been seeing it used in ways that it was not originally intended for, the consequence being acceptance-test suites that grow … Continue reading

Posted in Testing, Tools | Tagged , | 1 Comment

Couchtato – A CouchDB Document Utility Tool Written In Node.js

We have been using Apache CouchDB at one of our clients project, and despite how well CouchDB worked, we learnt that there was still no easy way to find certain documents without resorting to writing map reduce functions either via … Continue reading

Posted in Javascript, Node.js, Tools | Tagged , , , | 8 Comments

A Continuous Delivery of Business Value.

The goal of this article is to discuss how improving the automated testing aspects of a continuous delivery project led to dramatic improvements in quality and delivered real business value to a leading bank in Melbourne Australia. It will cover … Continue reading

Posted in Continuous Delivery, Continuous Integration, Testing, Tools | 1 Comment

jazz: node.js templates for humans

The use of bleeding-edge technology in the enterprise can be a daunting prospect. There are bugs to deal with, nuances to learn and third party libraries to overcome. Our team has been dealing with all of these issues over the … Continue reading

Posted in Javascript, Node.js, Tools | Tagged | 2 Comments

CouchDB: The Good Bits

You’ve probably heard it somewhere already: NoSQL is the new hotness. There are a growing number of weirdly named storage engines out there purporting to be part of the NoSQL movement. This post is the first of a small series … Continue reading

Posted in Tools | Tagged , | 1 Comment

Hudson SiteMonitor Plugin and JSLint Violations Support

Late last December, Shine allowed me to spend a couple of days working on some Hudson contributions. I was planning to finish 3-4 plugins, but used up too much time trying various approaches and testing various scenarios. I actually ended … Continue reading

Posted in Tools | Tagged , , , | 14 Comments

My git-svn workflow

A while back Mark expressed interest to me in using git and git-svn for version control on his own machine, against a remote Subversion repository. However, when I followed up with him recently, he admitted that in the small amount … Continue reading

Posted in Tools | Tagged | 10 Comments

Sun Developer Day 2008

The following is a write-up of the highlights during the Sun Developer Day which I just attended. The early day kicked off with the usual registration and light refreshments before moving on to the ballroom for the opening keynote by … Continue reading

Posted in Opinion, Tools | 2 Comments