-
Groovy
Groovy Java companion – introduction
Some of us come to Java from scripting languages like Python, Ruby or Perl. Almost everything in Java is fascinating…
Read More » -
Enterprise Java
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 » -
Software Development
What makes a great Developer
Passion It’s the taste of success that comes with every little task that you’ve mastered, and smart solutions you’ve found…
Read More » -
Android Core
Android – Volley library example
I am not sure whether you have heard “Volley” word yet but it’s the library on which one expert talk…
Read More » -
Enterprise Java
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 » -
Core Java
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 » -
Enterprise Java
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 » -
Scala
How does Scala work it’s Magic?
Hello everyone, today we’re gonna talk a little about the said “automagics” of Scala, how it does what it does,…
Read More » -
Enterprise Java
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 »