#system-design
Read more stories on Hashnode
Articles with this tag
A vector database is a type of database optimized for storing, indexing, and querying high-dimensional vectors. these vectors often represent data in...
"Ever wondered how your WhatsApp messages reach instantly, no matter where you are? Scaling chat systems ensures every message gets through, even with...
Clustering Clustering involves connecting multiple servers to work together as a single unit to imprve database performance, scalability, and fault...
Let’s do a system design of collaborative Editing and scale them Flowchart Functional Requirements Tools for Collaborative Editing Non-Functional...
When a computer bots up, it follows a series of steps to initialize and start the operating system. Here's a general overview of the process: 1)...
What's an API Gateway An API gateway is like a manager for different services in an app. It handles requests from users, decides which service should...