July 26, 2011 On Digesting XML Use of the digester commons library for parsing XML using a SAX model #XML #code #java
October 10, 2010 Calculating percentiles in MYSQL a SQL to compute the 90th percentile of values associated with an ID in MYSQL #sql #code #performance
July 26, 2009 SaaS and Dynamic Database Columns How to handle dynamic columns in a traditional RDBMS? Some of these arguments become obsolete in NoSQL DBs but the pattern is still interesting #saas #sql #code
April 6, 2009 Bug Trends and some interesting SQL stuff exploring SQL taking bug trends as an example. BOM explosion #code #sql #bugs #trends
February 21, 2008 Multi Column Sorting in Java how do you trivially accomplish sorting by multiple columns in a search result in java #code #sorting
February 10, 2008 KPI - Key Performance Indicators Key Performance Indicators - how do we capture them automatically? #code #kpi #java
February 10, 2008 Asynchronous Execution Wrapper Making a Java class asynchronous by proxying it with a dynamic wrapper #code #asynchronous #java #design
February 8, 2008 Auto wiring Spring Test Cases Instantiating spring automatically in a test case. This is outdated now. #spring #code #testing