Code & Cluster
Saturday, September 30, 2017
Cloud service vs Software as a service
›
Everyday we use some awesome cloud services or applications like Gmail, Whatsapp, Waze etc. If I write a web application and put it on a ...
Saturday, September 16, 2017
Cache consistency issues in distributed applications
›
Your typical enterprise web application is Going to the database for every read or write is expensive. Developers try to improv...
Tuesday, July 4, 2017
Distributed Consensus: Raft
›
In the Paxos blog, we discussed the distributed consensus problem and how the Paxos algorithm describes a method for a cluster of servers...
Saturday, November 12, 2016
Distributed Systems : Basic Paxos
›
1.0 Introduction How to build reliable highly available distributed systems that are consistent ? Paxos is a protocol that addresses t...
Tuesday, October 20, 2015
JAVA 8 : Lambdas tutorial
›
Lambdas are the biggest addition to JAVA in not just release 8 but several releases. But when you look at the cryptic lambda syntax, like m...
Monday, July 20, 2015
ConcurrentHashMap vs ConcurrentSkipListMap
›
In the blog Map classes , we discussed the map classes in java.util package. In blog ConcurrentHashMap , we ventured into concurrent collec...
Tuesday, May 19, 2015
Apache Cassandra: Compaction
›
In Cassandra vs HBase , I provided an an overview of Cassandra. In Cassandra data model , I covered data modeling in Cassandra. In this blo...
‹
›
Home
View web version