Monthly Archives: September 2010

Preventative Battery Maintenance

Over the last few days, I’ve been putting my aging battery in my ASUS M51SN (now some 2.5+ years old) through some torture of plugin / plugout for watching vids/podcasts that incidentally almost drain the battery whilst I clean the … Continue reading

Posted in Windows | 1 Comment

HTML 5 Intro

Of all the recent HTML 5 noise of late, and some pretty flashy webapps to be demoed from them, I got a little concerned that the HTML we know and love was going to turn into some RIA scripting beast.  … Continue reading

Posted in Web Applications | Tagged , | Leave a comment

Testing Presentations

Their has been a presentation I watched last year that absolutely changed my opinion on how I tested and how I designed.  It was one of those presentations that just made sense and I cant believe I haven’t blogged about … Continue reading

Posted in Java, Testing | Tagged , , , , | Leave a comment

Procrastinators Workflow

or workflow to help procrastinators.

Posted in Development Practice | Leave a comment

Seven Groovy usage patterns for Java developers

A colleague at my work recently added a Groovy console into one of our applications and it was this that reminded me of the ‘keyhole surgery’ pattern that I watched in a presentation last year by Groovy In Action author … Continue reading

Posted in Groovy | Leave a comment

How to Start Getting Professional about Software Development

A great blog that simply states management philosophy and the flak that you may experience trying to apply, sometimes simple, dev practices.  It relates to keeping yourself grounded, and patient, and trying out new practices where you can.  The final point in … Continue reading

Posted in Software Development | Leave a comment

NoSQL at Twitter presentation

Man these guys are smart.  http://www.slideshare.net/kevinweil/nosql-at-twitter-nosql-eu-2010 Talks about Twitters many different approaches to storage (Hadoop, Cassandra, FlockDB) and the tools used in querying of that data to answer questions (Pig)

Posted in Cloud, Database, Spring | Tagged , , , , | Leave a comment

Now reading…

The JavaFX Application Dev Cookbook arrived for me to review today. It promises to provide some worked examples of using JavaFX in the real world, which is always handy.  After all, why re-invent the wheel? I’m keen to see how … Continue reading

Posted in JavaFX | Tagged | Leave a comment

Tempus library for programmatic thread dumps

Turns out doing a CTRL+Break (or equivalent kill <signal> <pid> on *nix) programmatically is a bit harder than I thought.  This thread talks about ways to do it, but the easiest was to use the Tempus library which has a … Continue reading

Posted in Java | Tagged , | Leave a comment

Mongo DB

Watched this presentation about how Sourceforge chose MongoDB for their customer facing webapp.  You know, the one you go to download Azuerus and all those open source apps from Sourceforge chose Mongo because it offered them high read performance although … Continue reading

Posted in Database | Tagged , | Leave a comment