System Design URL Shortner
motive: understanding partition and sharding
Approach 1: Hashing the URL
if the user gives input, it will hash the value with its size of 128 bits, but
drawback: if two users give the same URL, they will get the same hash value so we differentiate ...
bonthachakri.hashnode.dev3 min read