-
Core Java
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 » -
Software Development
8 Things you should not be afraid of as a Developer
Change In Software Development there is no such thing as stagnancy. Everything you develop now is just another version of…
Read More » -
Android Core
Android – Import projects from Git
There are many cases when we have requirement and need to clone Git repository, at that time we have to…
Read More » -
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 »