Filter
Exclude
Time range
-
Near
The mental model that changes how you think about load balancing: ​A Load Balancer is not a router. It is a traffic controller with rules, memory, and health awareness. ​Everything you need to know about LB algorithms and architecture 👇 #SRE #DevOps #SytemDesign
4
10
25
614
RAG explained A dense overview of RAG (Retrieval-Augmented Generation): what it is, why it matters, what Retrieval, Augmented, and Generation mean, the offline ingestion pipeline, the online query flow, embeddings, cosine similarity, HNSW, and chunking. tgmarinhopro.com/en/blog/rag… #AIEngineer #RAG #SytemDesign #IA #SWE
1
1
62
Database connections are expensive. Opening and closing them on every request? Even worse. I wrote a simple breakdown on how connection pooling actually works and why it matters Link: sagarshiroya.dev/posts/datab… #Database #SytemDesign
12
98
633
28,863
Split Brain Problem explained in 5 mins 🧵🧵🧵 #SytemDesign #SplitBrain
1
3
134
Do you know how companies scale their cache for millions of users? Today I learned how caching consistent hashing power large distributed systems. Key takeaways from the session: → Cache stores frequently accessed data in fast memory to avoid expensive DB queries. → Use Redis as a cache layer and apply read-through caching to fetch from DB only on cache miss. → Use TTL to avoid stale data and start with a “magic number” that can later be tuned using real usage data. → When cache storage is full, apply eviction strategies like LRU to remove less useful data. → To scale caching servers without huge data reshuffling, use consistent hashing, which keeps data movement minimal when servers are added or removed. System design lesson of the day: Good architecture is not about avoiding problems. It is about reducing their impact at scale. 🚀 #SytemDesign
1
1
29
638
Throughput Throughput is the amount of work completed per unit of time. It measures performance over time. In web applications, throughput is expressed as requests completed per second or transactions completed per second. Improving Throughput Horizontal scaling: Add more servers Vertical scaling: Add more CPU and memory Async processing: Avoid blocking on slow operations Batching: Process multiple items together Caching: Reduce work by reusing results Connection pooling: Reuse expensive connections Load balancing: Distribute work evenly #sytemdesign #learninpublic
1
21
4 lecture done Learned VPN basics, Dark Web working, and OSI Model fundamentals with practical understanding. @rohit_negi9 @CoderArmy #WebDevlopment #SytemDesign
2
11
233
This setup ensures efficient and reliable URL redirection at scale by combining the API Gateway, Request Handler, Caching Layer, and Database. #SytemDesign #LLDL #sde
88
Most #SytemDesign content you see online is just theory, stop wasting time commenting links, join to get hands on experience building real world #architecture with senior engineers & for #networking Register for FREE antt.me/oRF_FATz 📅 Feb 7 | 2:30–5:30 PM #meetups
1
69
#Day5 of #21days of #sytemdesign Learned how Messaging Queues act as a buffer for async communication -Producer → Queue → Consumer -Producers publish messages -Consumers subscribe & act on them -Queue = durable, reliable middleman Keeps systems smooth & scalable.
27
4 Jul 2025
🎁 System Design Roadmap E-Books Buy here -> systemdr.substack.com/p/e-bo… #sytemdesign #interview #jobs
2
2
54
#8weekslldchallange #sytemdesign Today's is lecture 21 And i learn about Proxy design pattern in this i learn why i use cause user can't direct talk to with resource that's why we use Proxy design pattern. Thanks for understanding this. @adityatandon02 Mentor @rohit_negi9
1
28
8 Jul 2023
I watched a series of Google engineers System design discussions and they still used AWS resources over GCP lol. Poor GCP! #AWS #CloudComputing #sytemdesign
41
System design starts with understanding the problem & user needs. Begin bottom-up by breaking major tasks into smaller components & their interactions. #Programming #SytemDesign
2
Design your distributed system from the start around how you expect it to evolve. Start small & simple, then add complexity & scale as needed. #SytemDesign #ProgrammingTips
4
Design applications with scalability in mind. Use modular components to reduce complexity and easily extend functionality when needed #sytemdesign #programming
1
1
5