How Powerful is Cassandra : Chapter 1
Tenets of Cassandra Facts Data Model Understanding the diagram inside-out The analogy with relational can be seen like – Cassandra Relational DB Column Key Field Column Value Value Column Cell…
Tenets of Cassandra Facts Data Model Understanding the diagram inside-out The analogy with relational can be seen like – Cassandra Relational DB Column Key Field Column Value Value Column Cell…
Today we talk about what is elastic container service by AWS – ECS. This is going to be a short, crisp but a complete understanding from end-to-end. What is Elastic?…
If you are here, i hope you have read the first part. If not, would strongly recommend to read it, to enjoy reading this one. Let’s start. Problem 2 :…
Introduction In this post, we learn about concepts and tricks of dynamic programming. This article helps you learn ways of “how to think” when you get a DP problem. 5…
As a software developer who constantly deploy new codes to the server, you must know how the server is migrating from old code to your newly deployed code and how…
TCP (Transmission Control Protocol). This is a transport layer protocol which controls the transmission of data. It ensures multiple things like source and destination are verified and data is delivered…
Introduction Today we will talk about AWS Lambda in 15 simple points. AWS Lambda See you in the next read.
Introduction We will start off by describing what concurrency in AWS Lambda is, and then what are the default standards that AWS has described. Further, we shall talk about types…
Introduction Today we will talk about AWS DynamoDB in 15 simple points. AWS DynamoDB See you in the next read.
Introduction Consistent Hashing is an amazing hashing technique which is the technology behind various services like DynamoDB, Cassandra, Akamai etc. How? We will learn in detail. What is Hashing? I…