#systemdesign kết quả tìm kiếm
Learned new System Design concepts 🏗️ (Shoutout to @piyushgarg_dev for his amazing content 🙌) #SystemDesign

🧵 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

When I used to read articles, things didn’t make much sense. But today everything became crystal clear — what messaging actually is, how Kafka works, and what RabbitMQ is all about. Thanks a lot for this amazing lecture, @adityatandon02 Sir #TechTwitter #SystemDesign




Hey #fellowCoders, spent my evening diving into an amazing System Design overview by @Hiteshdotcom on YouTube 🎥 No matter how experienced you are, you'll definitely pick up something new! 🧠 #SystemDesign #Learning #SoftwareEngineering youtu.be/geQX1bL2oLI?si…

Shoutout to @piyushgarg_dev 🙌 Just completed 2 of his system design videos—cleared up so many concepts! 💡 The Payment System explanation was mind-blowing. 🔥 Grateful for the amazing learning journey. 📚 #systemdesign #buildinpublic #learning

Day-01 #SystemDesign #LLD Today's Learning: Course Introduction What is Low-Level Design (LLD)? LLD vs DSA Three Pillars of LLD Reusable Algorithms LLD vs HLD Final Thoughts & Motivation Thank you @rohit_negi9 Bhaiya and @adityatandon02 Bhaiya for this Course.

What do you struggle with more: identifying use cases or connecting them logically? #SystemDesign #CONNECT

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

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


Ever noticed how Google results load instantly the second time you search the same thing? That’s not magic. That’s Caching. Let’s talk about it 👇 #buildinpublic #LearnInPublic #SystemDesign

Ever wondered how YouTube handles billions of uploads and streams without drowning in costs? Check smart engineering behind it 👇🏻👇🏻 #YouTube #SystemDesign

#Day07 | Designing a Notification System 🔔 Core ideas: Rate limiting + Authentication for safety Message Queues (MQ) → Workers for scalability Multi-channel delivery (APNs, FCM, Twilio, MailChimp) Caching + DB Logging + Analytics for monitoring. #SystemDesign #Tech



Explore a curated list of powerful patterns to transform software building. 🚀 This is part 2 of the series that offers key insights into architecture patterns senior devs need for large-scale systems. #systemdesign #interview levelup.gitconnected.com/architecture-d…

User Progress Tracking (Nexus) Auto problem tracking, no duplicates, MongoDB references, real-time results, memory-efficient, scalable, Submit & Run modes.@rohit_negi9 #SystemDesign #MongoDB #BackendEngineering #CodingPlatform #Nexus #Judge0


Today I learned some key #SystemDesign concepts 🔹 Latency 🔹 CDN 🔹 Caching 🔹 Throughput These are the backbone of scalable, high-performance systems.Learning how the web actually works is fascinating! #Backend #WebDev #SoftwareEngineering #otpenToWork
10/ The takeaway: Stop treating KYC as an API call. Treat it as a critical, stateful workflow. Resilient systems don’t just improve uptime. They save money, retain users, and scale naturally. #BackendEngineering #SystemDesign #APIArchitecture
🧵 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

What looked like a liquidation cascade was actually a full-stack stress test — of liquidity, infra design, latency tolerance, and geopolitical reflex. Markets didn’t crash. They revealed. #Bitcoin #DeFi #SystemDesign
📊 Error budgets help balance innovation & stability 🧠 “How many microservices?” → Only as many as you can handle 🔍 Observability is non-negotiable 👉 “Better to ignore a few requests than break everything.” 💯 #DistributedSystems #SystemDesign #CloudNative
📘 Dive deeper with diagrams + code examples in my latest blog: 👉 medium.com/@vishipatil/ca… Learn caching like an engineer who designs scalable systems 💪 #SystemDesign #Caching #Backend #SoftwareEngineering #TechBlog #Performance #scalability
🚀 New Blog Drop! 🧠 Caching Strategies Every Engineer Should Know From in-memory caches to CDN, write-through vs write-back, and real-world system design examples — this guide breaks it all down 👇 🔗medium.com/@vishipatil/ca… #SystemDesign #Caching #WebPerformance
Day 28: Today's checklist. ✅ Made paymentservice APIs. github.com/aaaryansgh/vau… ✅ Meditation done 🕊️ ✅ solved DSA questions 🧠. #100DaysOfCode #LearningInPublic #SystemDesign #DSA #dailyroutine
System Design Interview – An insider's guide business-tips.odoo.com/blog/amazon-bo… Unlock Best-Selling Business Wisdom. business-tips.odoo.com Key Hashtags #SystemDesign #TechInterview #SoftwareArchitecture #DistributedSystems #EngineeringInterview

2/4 The toughest part? Designing an architecture that ensures tx consistency, reliability, and isolation while maintaining scalability. Handling ACID properties in distributed flows especially across currency and region boundaries push me to think deeper #SystemDesign #Engineer
Real LLD Interview Simulation — Designing a Payment Plugin System (SDE-2). Strategy + Factory + Idempotency in one extensible design. 🧠💡 #SystemDesign #LLD #SDE2 #ScalaBrix medium.com/p/e98d86c1da9a
Horizontal vs Vertical Scaling ⚙️ 🧠 Vertical = Add more power to one server ⚡ Horizontal = Add more servers to share the load Choose wrong — and your app crashes under pressure 😬 #SystemDesign #Scalability #TechSimplified
🚀 Ever wondered how Netflix loads so fast, even when EVERYONE's watching? That’s the magic of a CDN (Content Delivery Network)! It brings content closer to you, literally. 🎥 Watch this quick breakdown: 👉 youtube.com/watch?v=Y-hAoY… #SystemDesign #CDN #Cloudfare #AWS #tech
youtube.com
YouTube
System Design Lec. 09: What is CDN? (What is Content Delivery...
Nailing entity relationships is key in OOP! 🚗✨ In a car rental app, Users, Cars, Reservations & Payments must connect smoothly. E.g., one Car = many Reservations, but only one active! #SystemDesign #OOP

Summary + CTA TCP = reliable & ordered. UDP = lightweight & real-time friendly. QUIC = secure, stream-multiplexed, mobile-proof—modern web default. Pick by user experience, not hype. Follow for more system design insights 🚀 #SystemDesign #Networking #Backend #HTTP3…
🚨 ICYMI: Design new gameplay systems for WoW! 🤩 💼 Associate Game Designer, Systems - World of Warcraft 🏢 Blizzard 🇺🇸 Irvine, CA 📃 Full Time 🎚 Intermediate 🏷 #GameDesign, #SystemDesign, #WorldofWarcraft 💵 USD 24.04–44.47 per hour Link to apply below 👇
Your infrastructure is only as strong as your network. 🌐 Design it right, and everything else scales. Ignore it, and watch chaos unfold. #DevOps #Networking #SystemDesign

Learned new System Design concepts 🏗️ (Shoutout to @piyushgarg_dev for his amazing content 🙌) #SystemDesign

When I used to read articles, things didn’t make much sense. But today everything became crystal clear — what messaging actually is, how Kafka works, and what RabbitMQ is all about. Thanks a lot for this amazing lecture, @adityatandon02 Sir #TechTwitter #SystemDesign




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


What do you struggle with more: identifying use cases or connecting them logically? #SystemDesign #CONNECT

🧵 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

System Design - Part 7 (Consistent Hashing) by @piyushgarg_dev - What is Consistent Hashing? - Hash Space and Hash Ring #SystemDesign #Hashing

(1/5) API Gateway An API Gateway isn’t just a “router” for microservices. Even if each service has a unique endpoint, there are important reasons to put a gateway in front. #SystemDesign 101

Shoutout to @piyushgarg_dev 🙌 Just completed 2 of his system design videos—cleared up so many concepts! 💡 The Payment System explanation was mind-blowing. 🔥 Grateful for the amazing learning journey. 📚 #systemdesign #buildinpublic #learning

3 truths about blur (that explain why your business feels like a maze) 🧵 1. Blur isn’t chaos. It’s a system with no authorship — defaults running your day, undocumented. #SystemDesign #BusinessClarity

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 - Part 3 (Event Sourcing) by @piyushgarg_dev - Ab Kafka bhi sikhna padega 🫠 #SystemDesign #EventSourcing #Kafka

Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 70.2K posts
- 2. Fred Warner 9,107 posts
- 3. Panthers 70.8K posts
- 4. Packers 23.9K posts
- 5. Zac Taylor 2,626 posts
- 6. Ravens 63.1K posts
- 7. Browns 62.4K posts
- 8. #FTTB 3,519 posts
- 9. Dolphins 45.7K posts
- 10. #KeepPounding 7,832 posts
- 11. Eberflus 9,649 posts
- 12. Cam Ward 1,890 posts
- 13. Penn State 62.1K posts
- 14. Colts 55.2K posts
- 15. #49ers 5,374 posts
- 16. Steelers 64.8K posts
- 17. Franklin 70.9K posts
- 18. Drake Maye 21.9K posts
- 19. #Bengals 2,318 posts
- 20. Rico Dowdle 10.6K posts