Code & Cluster
Saturday, June 23, 2018
Search vs Database : Do I need a search engine ?
›
Since the beginning of time, applications have been developed with a database at backend to store application data. Relational databases ...
Tuesday, April 3, 2018
Tomcat vs Dropwizard
›
For the last 15 years, for Java web applications, Apache Tomcat has been the gold standard as web application server. More recently, for...
Sunday, December 3, 2017
MongoDb Query tutorial and cheatsheet
›
Mongodb querying is easy and very powerful. But it is handy to have a cheatsheet around when digging for data. In this tutorial, we list a...
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...
‹
›
Home
View web version