Code & Cluster
Friday, January 23, 2015
MongoDB tutorial #1 : Introduction
›
In the blog NoSQL , I provided an introduction to NoSql databases. We have discussed some NoSql databases such as HBase , Cassandra , Redi...
Friday, January 9, 2015
Apache Kafka JAVA tutorial #3: Once and only once delivery
›
In Apache Kafka introduction , I provided an architectural overview on the internet scale messaging broker. In JAVA tutorial 1 , we learnt ...
Thursday, November 20, 2014
Apache Kafka Java tutorial #2
›
In the blog Kafka introduction , I provided an overview of the features of Apache Kafka, an internet scale messaging broker. In Kafka tutor...
Friday, October 10, 2014
ServletContainerInitializer : Discovering classes in your Web Application
›
In my blog on java.util.ServiceLoader, we discussed how it can be used to discover third party implementations of your interfaces. This can...
Saturday, September 20, 2014
Discovering third party API/SPI implementations using java.util.ServiceLoader
›
One interface, many implementations is a very well known object oriented programming paradigm. If you write the implementations yourself th...
Tuesday, August 26, 2014
Android programming tutorial
›
Android is an open source linux based operating system for mobile devices like smart phones, tables and other devices. The purpose of this ...
Saturday, July 26, 2014
Distributed Systems : Consensus Protocols
›
Modern software systems scale by partitioning the data and distributing data across several machines. Systems are made highly available by ...
‹
›
Home
View web version