Java
-
Making Sense Out of Datomic, The Revolutionary Non-NoSQL Database
I have finally managed to understand one of the most unusual databases of today, Datomic, and would like to share…
Read More » -
Distributed System Development Considerations
There are a number of factors to take into account while developing distributed software systems. If you don’t even know…
Read More » -
Akka vs Storm
I was recently working a bit with Twitter’s Storm, and it got me wondering, how does it compare to another…
Read More » -
Garbage Collection in Java (2)
Parallel Scavenge Today we cover how Parallel GC works. Specifically this is the combination of running a Parallel Scavenge collector…
Read More » -
MongoDB Primary Keys Are Your Friend
All documents in a MongoDB collection have a primary key dubbed _id. This field is automatically assigned to a document…
Read More » -
Blog Categorisation using Encog, ROME, JSoup and Google Guava
Continuing with Programming Collection Intelligence (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…
Read More » -
Screaming fast Lucene searches using C++ via JNI
At the end of the day, when Lucene executes a query, after the initial setup the true hot-spot is usually…
Read More » -
Spring MVC Error handling flow
There are broadly three ways of handling an exception flow using Spring MVC, the objective being to intercept any application…
Read More » -
Working with Amazon Simple Queue Service using java
Amazon Simple Queue Service or SQS is a highly scalable hosted messaging queue provided by Amazon Webservice stack. Amazon SQS…
Read More »