#systemdesign search results
System Design Interview Rounds💁♀️ LLD: “Design the classes, APIs, flow.” HLD: “Design the entire system, scalability, trade-offs.” LLD is craft. HLD is architecture. Together — they turn ideas into systems. 💡 #systemdesign #kunika #interviews
5 Must-Read Books to Master Software Architecture and System Design in 2026 dlvr.it/TPTZvp #books #softwarearchitecture #SystemDesign
#SystemDesign — Consistent Hashing ⚙️ Days 39–42: -Studied Consistent Hashing -Understood how it helps in load distribution -Learnt why it’s used in sharding & scalable distributed systems @piyushgarg_dev #DistributedSystems #100DaysOfCode #LearnInPublic #Tech #CodingJourney
6 System Design Trade-Offs 💡 You can’t optimize everything — balance is the game: 1 PACELC 2 Consistency vs Availability 3 Latency vs Throughput 4 Cost vs Performance 5 Build vs Buy 6 Sync vs Async 👉 Master these = build resilient systems #SystemDesign #Cloud
just watched this gem by @piyushgarg_dev 🔥 "Don’t just learn — Build, Break, Aage Badho!" hit deep. this video cleared so many paths for me in backend & system design — grateful for such real talks 🙌 #BackendDevelopment #SystemDesign #Motivation
Purchased the System Design course from Bytemonk. As a long-time fan of his clear, best-in-class YouTube content, this was an instant buy—my first paid course outside of Udemy! Can't wait to dive in. #ByteMonk #SystemDesign
Unlock the Secrets of System Design 📚 👉 Read Chapter-by-Chapter Summary & Key Takeaways، key Lesson, About the Author and FAQs tinyurl.com/466mmma2 🛒 👉 Buy Now on Amazon for Fast Delivery amzn.to/4pypO6f #SystemDesign #TechInterview
learned Consistent Hashing in Backend & System Design from @piyushgarg_dev 🔥 the way he explains complex concepts so simply — pure gold 💡 #Backend #SystemDesign #Scalability
#DataEngineering Was Hard Until I Learned These 15 #SystemDesign Concepts by Akanksha Singh medium.com/@akanksha_sing…
Built a Rate Limiter on Spring Boot API Gateway. Requests are throttled by user (free or premium) and IP. Implemented : •Token Bucket •Fixed Counter •Sliding Window •Persisted store with Redis using Lua scripts. Learned a lot about rate limiting! #SystemDesign
Just watched an amazing breakdown by @piyushgarg_dev on Notification System Design 🔥 Learnt how bandwidth optimization works — like when someone likes 40 of your posts in a few seconds, it’s summarized into one smart notification (noticed this on X too 👀). #SystemDesign
AI can write code. But it can’t design systems. Speed is easy to scale. Craft isn’t. The future doesn’t belong to the fastest builders — it belongs to the ones who still understand how everything fits together. #TheArchitectsJournal #SystemDesign #AI #LeadershipInTech
It’s not you... it’s your system. You’re not slow. You’re surrounded by drag. Future leaders don’t work harder — they design faster. #Leadership #SystemDesign #FutureProof #SpiceX
HLD is the map, LLD is the building plan. 🧱 #NamasteDev #SystemDesign #HLD #LLD #SoftwareArchitecture #BackendDevelopment #DesignThinking #DSA #LearnToCode #TechCommunity
✅ Day 20 — System Design Focus Back-of-the-Envelope Calculations 🧠📐 -Storage requirements -Throughput & QPS -Network bandwidth needs -Latency expectations -User scale projections @piyushgarg_dev #SystemDesign #Scalability #100DaysOfCode #BackendEngineering #LearnInPublic
🚀 Just learned how to design a CQRS + Event-Driven Architecture on AWS from @piyushgarg_dev sir! 🧩 Key takeaway: CQRS isn’t just about splitting reads & writes — it’s about designing scalable, decoupled systems that can evolve easily. #AWS #SystemDesign #CQRS #Backend
Key takeaway: Linearizability provides strong consistency but at a cost—higher latency and lower throughput. Always evaluate your application’s requirements before choosing your consistency model. Design wisely! #SystemDesign
This systemic grind redefines participation. What if every action builds future value? #FutureFi #SystemDesign
A quick breakdown of how an API Gateway works,from routing to rate limiting, authentication....... etc I shared a clean, step-by-step explanation here 👇 #BackendEngineering #SoftwareArchitecture #SystemDesign #BackendDevelopment linkedin.com/posts/ibeh-emm…
Secrets in CI/CD are liabilities. Moving Fitlane to Workload Identity Federation removed 100% of long‑lived credentials. Pro tip: if a secret exists, treat it as technical debt. #systemdesign #SaaS
Microservice architecture: when one size doesn’t fit all. We split ShortLink and Redirect so each handles its own storm. Would you go microservices or monolith for this? Read more: iam.slys.dev/p/from-tinyurl… #Microservices #SystemDesign #Scalability
Designing systems is 90% asking the right questions, 10% drawing arrows. Ready?👇 #SystemDesign #TechThread Bookmark this if you are preparing for SD rounds.
Encrypt data client-side, store in nodes, serve on request. That’s @idOS_network architecture. #SystemDesign
Just broke down the Uber System Design and recreated the full architecture Learnings: .Real-time tracking via WebSockets .Grid-based nearest driver matching .Maps + ETA + routing .Trip state machine .Payment flow .Microservices + APIs + databases #SystemDesign #Uber #Engineer
Article on Event Sourcing: A Gentle Guide for Backend Developers bit.ly/44BsSWm #SystemDesign #EventDrivenArchitecture #EventSourcing #DistributedSystems
Key takeaway: Reliability in distributed systems is a balancing act between availability, consistency, and performance. Understand your trade-offs, and design for failure. Build systems that can gracefully handle issues rather than trying to prevent them entirely. #SystemDesign
Thread: 🚨 Imagine a popular social media platform going down during peak hours. Users can't post updates, and engagement plummets. Reliability in distributed systems is crucial for maintaining user trust and service continuity. Let's dive in! #SystemDesign
My junior told A company asked for a high level design of WhatsApp. But the funny part is for 10 LPA Seriously 😳 #systemdesign
Buffered = scalable job queue Unbuffered = strict rendezvous Both have their place. But for worker pools? You almost always want the Queue, not the Handshake.Golang #BackendDevelopment #Concurrency #SystemDesign #SoftwareEngineering #CleanCode #Channel #Go
The real test of any system is how it behaves when things go wrong. #TechImmortals #SoftwareDevelopment #SystemDesign #TechLeadership #Innovation
#SystemDesign — Consistent Hashing ⚙️ Days 39–42: -Studied Consistent Hashing -Understood how it helps in load distribution -Learnt why it’s used in sharding & scalable distributed systems @piyushgarg_dev #DistributedSystems #100DaysOfCode #LearnInPublic #Tech #CodingJourney
Rapid AI adoption is creating brittle systems, hidden dependencies and unpredictable failures. Juniors can’t solve this. Seniors will be more essential than ever. #ai #devops #systemdesign
Just published: The Ultimate Guide to Building a Booking Platform Using Spring Boot, React & Modern System Design 🔗 Read it here: medium.com/@bhuman.soni/t… #SpringBoot #ReactJS #SystemDesign #GitHubCopilot #AItools #FullStackDevelopment #DevSecOps #SoftwareEngineering #MediumBlog
Best tools for system design @drawio @lucidchart @figma @mermaidjs_ @whimsical What is your favourite? 🌸 #SystemDesign
📌 System Design plays a vital role in clearing interviews at top MNCs. FREE GIVEAWAY🚀 👉 Read these books and you'll be miles ahead in your Data journey. Simply: 👉 Follow Me (so I can DM you) 👉 Like and #Repost 👉 Reply with "System Design” #os #systemdesign #design…
Completely messed up my last interview round of a 50LPA job, practicing system design again now. locked in. for 3 months. wish me luck guys :) also, if you're in tech let's connect. #SoftwareEngineering #Coding #systemdesign #technology #WomenInTech thanks @arpit_bhayani…
Randomly found a @piyushgarg_dev video on System Design today — 5 mins in and I was hooked. It completely changed how I see software engineering. It’s not just about code, it’s about building systems that scale and stay reliable. #SystemDesign #TechJourney
System Design Interview Rounds💁♀️ LLD: “Design the classes, APIs, flow.” HLD: “Design the entire system, scalability, trade-offs.” LLD is craft. HLD is architecture. Together — they turn ideas into systems. 💡 #systemdesign #kunika #interviews
What do you struggle with more: identifying use cases or connecting them logically? #SystemDesign #CONNECT
Order and Innovation in Harmony ✅ Structured, modular system design ✅ Stable performance with efficient data flow ✅ Precision and balance at every level 67EX turns innovation into structured stability. 🌐h5.67exus.com/#/home #67EX #SystemDesign #Innovation #DigitalStability
Kicking off System Design👨💻 As a recent alx certified backend dev😎 I’ve started diving into System Design today. It’s key for building scalable, reliable & efficient systems. Laying the foundation step by step😌 #SystemDesign #Backend
#SystemDesign — Consistent Hashing ⚙️ Days 39–42: -Studied Consistent Hashing -Understood how it helps in load distribution -Learnt why it’s used in sharding & scalable distributed systems @piyushgarg_dev #DistributedSystems #100DaysOfCode #LearnInPublic #Tech #CodingJourney
Unlock the Secrets of System Design 📚 👉 Read Chapter-by-Chapter Summary & Key Takeaways، key Lesson, About the Author and FAQs tinyurl.com/466mmma2 🛒 👉 Buy Now on Amazon for Fast Delivery amzn.to/4pypO6f #SystemDesign #TechInterview
still figuring out the system design for my challenge service. any dev spills or tips - i need to know all the places things can go wrong? #buildinpublic #systemdesign #websocket #leetcode
just watched this gem by @piyushgarg_dev 🔥 "Don’t just learn — Build, Break, Aage Badho!" hit deep. this video cleared so many paths for me in backend & system design — grateful for such real talks 🙌 #BackendDevelopment #SystemDesign #Motivation
AI can write code. But it can’t design systems. Speed is easy to scale. Craft isn’t. The future doesn’t belong to the fastest builders — it belongs to the ones who still understand how everything fits together. #TheArchitectsJournal #SystemDesign #AI #LeadershipInTech
Reliability > breakdowns (all the time). If one bug in your backend can crash your entire app, you don’t have a code issue, you have a design issue. Build systems that survive, not crumble. That’s how you earn user trust. #SystemDesign #AppDevelopment #TechLeadership
Planning is crucial for every successful project. In the Software Development Life Cycle (SDLC), creating workflows and architecture helps transform ideas into organized systems. Stay tuned for more updates... 🚀 #DevLife #SystemDesign #SDLC
Wrote about Redis. Go check it out at medium.com/@ajaykrupalk/r… #SystemDesign #October #note #technology
Something went wrong.
Something went wrong.
United States Trends
- 1. Black Friday 316K posts
- 2. #releafcannabis N/A
- 3. Good Friday 49.7K posts
- 4. #DaesangForJin 55.1K posts
- 5. #FanCashDropPromotion N/A
- 6. ARMY Protect The 8thDaesang 58.3K posts
- 7. #AVenezuelaNoLaTocaNadie N/A
- 8. #ENHYPEN 187K posts
- 9. third world countries 41.6K posts
- 10. yeonjun 67.1K posts
- 11. Mnet 207K posts
- 12. Sarah Beckstrom 262K posts
- 13. Lamar 49.4K posts
- 14. Cyber Monday 5,316 posts
- 15. Mr. President 21.7K posts
- 16. MAMA Awards 465K posts
- 17. BNB Chain 7,065 posts
- 18. Wegmans 2,368 posts
- 19. Shane 27.8K posts
- 20. ilya 22.5K posts