Sharding and partitioning are both about breaking up a large data set into smaller subsets.
The difference is that partitioning is about grouping subsets of data within a single database and sharding implies that data is spread across multiple servers.
@SumitM_X Implementation details: On the client side, a βtypingβ event is emitted when the user starts typing. The backend listens for this socket event and forwards (or broadcasts) the update to the relevant recipient in real time.
Layout animation is a powerful tool for creating smooth, automatic animations for layout changes. When the layout of a component changes (size, position, visibility) it can animate those changes rather than making them abrupt.
π Dive into today's tech lesson! As a web developer, I've uncovered some fascinating insights that will blow your mind! #TechTalk#SoftwareEngineering
Today, I experimented with CSS current color property,
current color inherits color of its parent element.
get to know some new concept today.
There are two kinds of type systems: Structural and Nominal. When a type checker checks against the name it is nominal typing and checking against the structure is structural typing.
#programming
a fun little react app, it has helped me to learn the use of useEffect, useState hooks.
It's a simple user info page that fetches random users from API and display there's information in a card component.
#reactjs#100DaysOfCode#javascript