Feed on
Posts
Comments

Archive for February, 2007

Inventory Management for Developers

The excellent Alistair Cockburn discuses why software development is remarkably like manufacturing and how we can learn from modern manufacturing theory to better structure our software delivery processes (or indeed any business process where the internal inventory item is the ‘yet-to-be-validated decision’).

Read Full Post »

Build your own Bebo

I see that Ning (co-founded by Marc Andreessen of Netscape fame) has settled on a revenue model. Ning allows anybody to create their own social network site (think Bebo, MySpace, if you don’t know what I’m talking about just grab any 17 year old and ask). The resulting networks can be either public or [...]

Read Full Post »

REST vs. WS-*

Joe Gregorio does a good job of explaining why REST is a better alternative to WS-* for most distributed SaaS/Web Service scenarios. His argument is that WS-* is really only suitable within homogeneous environments such as .NET to .NET or Java to Java. REST may lack the comfort blanket of defined standards [...]

Read Full Post »

Having looked in the past for a suitable introduction to programming for my 10 year old son I had come to the conclusion that the existing options (such as KPL) where too ‘wordy’ and not able to compete with the point and click powered online/gaming worlds that youngsters now inhabit. That was until [...]

Read Full Post »

Data vs. Design

I’ve just re-read Stefano Mazzocchi’s 2005 article Data First vs. Structure First. His argument is that “data first” strategies are more intuitive than “structure first”, e.g. Excel vs. databases, blogs vs. CMS, tags vs. hierarchies. As an IT guy you might expect me to be in the “structure first” camp but after more [...]

Read Full Post »

What have these three fantastic products in common?

Proto, an application for building “desktop mashups”;
Kettle, a visual ETL design tool;
Yahoo Pipes;

… you guessed it, pipes. The classic idea of the unix pipe has been given a new life in these three easy-to-use products, but this time the target audience is not the sysadmins and professional [...]

Read Full Post »

It’s a wonderful Web …

Take a look, it explains why there’s no going back….

Thanks to Dennis Howlett
Also see… Shift Happens

Read Full Post »

The much awaited Palo plugin for the Kettle ETL tool has been released. Oh happy days!
Palo is an open source MOLAP database developed by the German company Jedox. Although it doesn’t the match the power of established OLAP engines such as Essbase and many simple cross-tab/pivot requirements can be handled by an Excel [...]

Read Full Post »

Web2.0, make way for BI2.0

An article in www.intelligententerprise.com states that BI1.0 is over, prepare for BI2.0. Who will win this BI2.0 battle, will it be MS Excel/Sharepoint, will the old-school BI vendors abandon their bloatware practices, will Open Source or Google grap the initiative or maybe something like Proto? Interesting times ahead, methinks.

Read Full Post »

Code Snippets Sold

I see Peter Cooper has sold the excellent Code Snippets site, congratulations Peter. This site and Google CodeSearch are a must-have in the toolbox of all lazy developers; a category in which I proudly place myself. If fact, I agree with Jonathan ‘Wolf’ Rentzsch, who believes the best programmers don’t really want [...]

Read Full Post »

Build a Data Warehouse using Ruby On Rails

Nikola pointed out ActiveWarehouse , a new RoR Data Warehousing project. Haven’t tried it out myself but the author has posted an excellent tutorial on using the plug-in to create an example warehouse. Along with its ETL and SQL Views sub-projects ActiveWarehouse provides a great foundation for Ruby based BI systems. [...]

Read Full Post »

What’s so good about SQLite?

…continuing my posts on Ruby and SQLite as a micro ETL environment.
I’ve written before that my most important take-away from Ruby On Rails was the language Ruby, but RoR also introduced me to SQLite. Although its typical use in Rails is as a development database I quickly realised this open source ,very fast [...]

Read Full Post »