-
Recent Posts
Top Posts & Pages
Meta
Category Archives: Opinion
Rich clients – Welcome back old friend
My name is Mark. And I like rich clients. There, I said it. I don’t like web applications. I never got Gmail as an interface. It never quite worked the way I wanted it to. I like eBay as a … Continue reading
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
Be Lazy: Automate Everything
One of my pet hates in software development is repetitive tasks: a complicated deployment process, tricky configuration of an application, repetitive editing motions that are just a little too messy for a find/replace. All of the above have, in the … Continue reading
Posted in Opinion, Tools
3 Comments
Clearing the SCJP Hurdle
Having accomplished one of my main short term goals in life, I thought I would reflect on the recent events that earned me my first certification outside of Uni. You might be thinking, whats the big deal about answering a … Continue reading
Posted in Java, Opinion
5 Comments
But I want to make an omelette … !
Some people love it, others hate it – many people just don’t get it. So what is Test Driven Development ? Wikipedia has a page on it, there are heaps of blogs talking about it and our own Ben Teese … Continue reading
Posted in Agile, Opinion
Leave a comment
Iterations, increments or Sprints ?
So what’s in a name … ? Does it matter what you call your chunks of work ? In many ways it doesn’t – different people use the terms inter-changeably. Sprint is specifically a Scrum term, XP tends to use … Continue reading
Posted in Agile, Opinion, Project Management
1 Comment
Google Programming and the Dangers of the Cargo Cult
A while ago Mark blogged on his experiences learning Rails using screencasts. Around this time he also confessed to me that he accomplished many things in Rails simply by doing a Google search for it. I thought I’d try a … Continue reading
Posted in Opinion, Ruby
Leave a comment
The Nokia Test – Are you doing Scrum ?
If you think you are doing Scrum, how do you know ? There are lots of good books around, but – whilst Scrum is deliberately quite simple – it can sometimes be easy to lose sight of the principles. Over … Continue reading
Book Review: Domain-Driven Design
I’ve just finished reading Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans. Or to be more honest, I’ve finished skimming through it over the last couple of weeks whilst eating my lunch. This book was recommended … Continue reading
Posted in Opinion
Leave a comment
Is the Java application server dead ?
First came light-weight containers such as Spring which provide some of the useful features of application servers, but with less constraints over both design and deployment. Now we have Web Beans: A Web Bean does not have to be an … Continue reading
Posted in Java, Opinion
3 Comments