

NoSql - How is the data stored ?
NoSql database have gained lot of popularity over the years and have become a viable choice to build many highly scalable and performant...
Jan 21, 202310 min read


CAP Theorem - Should you use for designing Systems ?
The Wrong Interpretation CAP theorem is often interpreted as — given C (Consistency), A (Availability) and P (Partition), you can choose...
Dec 28, 20223 min read


Postgres - Sneak Peek
Sql database systems in general aim to solve for structured representation of data sets which our fragile mind can perceive and process...
Aug 9, 20226 min read


Map Reduce
As the name suggests, Map Reduce programming model consists of two main methods, Map and Reduce. The core idea behind this model is to...
Jun 13, 20226 min read


Distributed Systems: Defer it if you can
Though fancy it may sound, distributed systems bring in a lot of complexity into your implementation. If possible, stick to the single...
May 10, 20222 min read











