Code & Cluster
Friday, November 22, 2013
JAVA Comparable vs Comparator
›
The java.lang.Comparable and java.util.Comparator interfaces provide similar function and there is sometimes confusion as to which interf...
Friday, October 25, 2013
Apache Cassandra Data Model
›
This is an introduction to the Apache Cassandra data model. For the benefit of those not familiar with Cassandra, it is an open source, h...
Friday, September 20, 2013
Cassandra Vs HBase : Which NoSql store do I need ?
›
There many NoSql databases out there and it can be confusing to determine which one is suitable for a particular use case. In this blog, we...
Friday, August 30, 2013
Java Serializable vs Externalizable
›
Serializable and Externalizable are almost forgotten interfaces in Java. And for good reason. Many applications do not need to serialize ob...
Tuesday, July 23, 2013
Redis : A fast key value store
›
Redis is a fast in-memory key value store that we have been using to develop low latency applications. It is more a cache like Memcached o...
Friday, June 28, 2013
JAVA NIO tutorial
›
Most programmers are familiar with java.io package which offers a variety of classes for input/output operations to files or the network. I...
Tuesday, May 28, 2013
Java Concurrency : 10 things every programmer should know
›
1. Synchronized Every one knows that synchronized keyword is used to acquire a lock and serialize access to a code block. A lesser known...
‹
›
Home
View web version