#systemdesign 검색 결과
🚀 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
#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
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
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
5 Must-Read Books to Master Software Architecture and System Design in 2026 dlvr.it/TPTZvp #books #softwarearchitecture #SystemDesign
Can anyone please suggest my good system design course available on YouTube or Udemy? #SystemDesign #SoftwareDevelopment
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…
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
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
🧵 Day 19 — #SystemDesign / MCP Architecture 💻 -Learned more about MCP -Event-driven messaging 🔔 -CQRS for command/query separation ⚡ -Distributed system design patterns 🌐 Building scalable systems step by step 🚀 @piyushgarg_dev #DataScience #Architecture #100DaysOfCode
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
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
HLD is the map, LLD is the building plan. 🧱 #NamasteDev #SystemDesign #HLD #LLD #SoftwareArchitecture #BackendDevelopment #DesignThinking #DSA #LearnToCode #TechCommunity
Can anyone please suggest my good system design course available on YouTube or Udemy? #SystemDesign #SoftwareDevelopment
Day 2/100 — CAP Theorem In distributed systems, you only get 2: Consistency, Availability, Partition Tolerance Since networks fail, Partition Tolerance is non-negotiable This is why backend architecture is all about choices, not additions. #Backend #SystemDesign #100DaysOfBackend
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
Best tools for system design @drawio @lucidchart @figma @mermaidjs_ @whimsical What is your favourite? 🌸 #SystemDesign
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
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
🚀 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
#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
📌 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…
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
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
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
Don't wait for issues to escalate. 🚨 DocsGPT empowers your team to proactively troubleshoot and understand complex systems before problems arise, transforming reactive fixes into strategic prevention. 👉 docs.docsgpt.cloud #Troubleshooting #SystemDesign #ProactiveDev…
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 54.7K posts
- 2. Black Friday 470K posts
- 3. Nebraska 12.4K posts
- 4. Swift 55.6K posts
- 5. Sydney Brown 1,114 posts
- 6. Iowa 13.7K posts
- 7. Lane Kiffin 10.4K posts
- 8. Rhule 2,876 posts
- 9. Ben Johnson 3,050 posts
- 10. Black Ops 7 Blueprint 12K posts
- 11. #CHIvsPHI 1,202 posts
- 12. Sumrall 3,732 posts
- 13. Jalon Daniels N/A
- 14. #SoleRetriever N/A
- 15. Go Birds 11.7K posts
- 16. Egg Bowl 8,313 posts
- 17. Kansas 16K posts
- 18. Gunner 4,233 posts
- 19. #Huskers 1,356 posts
- 20. #kufball 1,029 posts