AbhisekH MukherjeE
AbhisekH MukherjeE's Blog

AbhisekH MukherjeE's Blog

Follow
homeAbout
Pinned

Consistent Hashing: How to Distribute Data Evenly Across Multiple Servers

Mar 25, 20235 min read

What is Consistent Hashing, Benefit, Use cases, pitfalls. · In a distributed computing environment, it is common to have multiple servers handling...

Consistent Hashing: How to Distribute Data Evenly Across Multiple Servers

Simplifying Databases: The Power of Data Abstraction and Essential Abstractions

Jun 11, 20232 min read

Unveiling the Hidden Layers: Demystifying Data Abstraction in Databases for Optimal Performance and User Experience · Database systems use abstraction to...

Simplifying Databases: The Power of Data Abstraction and Essential Abstractions

ES6 Concepts

Jan 22, 20234 min read

This article will be explaining some ES6-specific features which you can actually use or using in your day-to-day life. Let & Const As Js already has...

ES6 Concepts

What is Scaling ? Which one is best : vertical Scaling or Horizontal Scaling ?

Sep 12, 20224 min read

Intro : The scalability of an application can be measured by the number of requests it can effectively handle in a given time frame. When your website...

What is Scaling ? Which one is best : vertical Scaling or Horizontal Scaling ?

System Design Fundamentals - Part 1

Sep 11, 20224 min read

A journey of thousand miles starts with a single step. Building a complex system which is scalable, provides fault tolerance with other cool stuff...

System Design Fundamentals - Part 1

What is RPA ? Why use it ?

Sep 4, 20222 min read

RPA stands for Robotics Process Automation. We use RPA technology to mimic a human behaviors while interacting with a computer application and...

What is RPA ? Why use it ?