Monotonic and Wall Clock Time

Monotonic and wall clock time are two ways we measure time.Wall clock time is the time we see on our clocks. It's the time we are all used to and respond with when someone asks "what time it is?". Mon...
0 Read More

Twitter System Design

Twitter System Design
Let’s look at the requirements to start with ⚙️📌 Functional Requirements Tweet - allow users to post text, images, video, links, etc Re-Tweet - allow users to share someone's tweets ...
0 Read More

Databases: SQL vs NoSQL

Databases: SQL vs NoSQL
What is SQL ? SQL (Structured Query Language) - is a specialized language designed for managing and manipulating databases. It enables users to efficiently store, retrieve, update, and delete...
0 Read More