-
Enterprise Java
Amazon Elastic Map Reduce to compute recommendations with Apache Mahout
Apache Mahout is a “scalable machine learning library” which, among others, contains implementations of various single-node and distributed recommendation algorithms.…
Read More » -
Android Core
In Depth : Android Shutdown Sequence
What happened when I long press power button ? What is shutdown sequence ? How is it different from desktop…
Read More » -
Software Development
Collaborative development: how did we get here?
I have been doing software development for over 30 years and it has been fun to watch how the idea…
Read More » -
Software Development
SQL Trick: row_number() is to SELECT what dense_rank() is to SELECT DISTINCT
The SQL:2003 standard ranking functions are awesome companions and useful tools every now and then. The ones that are supported in…
Read More » -
Enterprise Java
A sneak peek at whats coming in JBoss Fuse 6.1
I’m really excited about the forthcoming Fuse 6.1 release as there’s a ton of awesome new features which I’ve really…
Read More » -
Enterprise Java
Hot Deployment with IntelliJ IDEA
Recently there was a voting in the PrimeFaces forum PrimeFaces IDE Poll for the best IDE used to develop PrimeFaces…
Read More » -
Enterprise Java
Amazon Free Usage Tier: Installing Tomcat 7 on an EC2 Linux instance
Amazon Web Services offers a free usage tier for 12 months that allows developers to run anything they want in…
Read More » -
Core Java
Java: Incrementally read/stream a CSV file
I’ve been doing some work which involves reading in CSV files, for which I’ve been using OpenCSV, and my initial…
Read More » -
Desktop Java
Tower Defense in JavaFX
I wanted to use my Game Engine to write a Tower Defense game for a long time, but since there…
Read More »