#lowleveldesign search results
Ever wondered how low-level design transforms abstract ideas into efficient code? Think building blocks: classes, interfaces, and patterns like Singleton or Factory. Master this, and your systems become scalable! What's your fav LLD pattern? #LowLevelDesign #SoftwareEngineering
Day 2 for #8weeksLLdchallenge #OOP #LowLevelDesign #LLD #HLD #Abstraction #Encapsulation #SystemDesign #SoftwareEngineer @adityatandon02
Day 3 for #8weeksLLdchallenge #lowleveldesign #SystemDesign #Inheritance #Polymorphism #softwaredeveloper #DSA
🌐 Day 7 of My System Design (LLD) Journey 🚀 Started building a fast-paced LLD Project: Google Docs Clone with Aditya Tandon. Applying core concepts of OOP, SOLID principles, and UML to real-world system design. #SystemDesign #LowLevelDesign #LLD #GoogleDocs
We have the most comprehensive low-level design series at InterviewReady. This will help you code and design better, to raise your team's coding standards. #LowLevelDesign #SystemDesign #DesignPatterns
🌐 Day 9 of My System Design (LLD) Journey 🚀 Dived into the Factory Design Pattern with Aditya Tandon today. Learned how to create objects without exposing the creation logic, promoting loose coupling and scalability in system design. #SystemDesign #LowLevelDesign #LLD
🌐 Day 5 of My System Design (LLD) Journey 🚀 Diving into SOLID Design Principles with Aditya Tandon: ✅ Single Responsibility - Ensuring focused and maintainable classes. ✅ Open/Closed - Promoting flexibility without modification. #SystemDesign #LowLevelDesign #LLD
Design Patterns Day 6 The Command Pattern encapsulates a request as an object letting you parameterize other objects with different requests and support undo operations. Read more here: github.com/mrprince88/sys… #lowleveldesign #systemdesign
✅Day 4 for #8weeksLLdChallenge - What is UML and why it’s used in software design - How to create and analyze Class Diagrams & Sequence Diagrams to visualize system interactions Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
✅Day 2 for #8weeksLLdChallenge 1. Brief history of programming 2. Procedural vs OOP explained 3. Real-world understanding of OOP pillars 4. Deep dive into Abstraction & Encapsulation Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
Week 4 Day 4 ✅ | #SystemDesign Today's Learning: Template Method Pattern 🧠 Design the skeleton of an algorithm 🧩 Let subclasses redefine specific steps Thanks to @rohit_negi9 & @adityatandon02 bhaiya for simplifying tough concepts 🙌 #LowLevelDesign
✅Day 3 for #8weeksLLdChallenge - What is Inheritance in OOP - Understanding Static & dynamic Polymorphism - How to implement both in real-world code -Importance in Low-Level Design and interviews Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
Day 37 of System Design Built Chess engine from scratch Board & pieces via OOP + enums Polymorphic moves, check / mate logic Clean game loop, UML-backed demo @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLDchallenge
Day 40of System Design Wrapped up with Anti-Patterns & Null Object Handled nulls via default safe behavior Discussed common LLD pitfalls & fixes Clean end to our 8-week journey 🚀 @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLDchallenge
🌐 Day 3 of My System Design (LLD) Journey 🚀 Completed the core OOP Concepts with Aditya Tandon today: ✅ Inheritance - Building hierarchical relationships. ✅ Polymorphism - Achieving flexibility and scalability. #SystemDesign #LowLevelDesign #LLD
Coming soon. Serious coding questions for software engineers. #codejudge #lowleveldesign #interviewready
🔥Day-4 of System Design 📷 🌟learned about uml diagram mainly two diagram class and sequence diagram💯 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
♦Day - 9 of System Design🎯 💧 Factory Design pattern 1. simple factory 2. factory method 3. abstract factory method @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
We often hear “reduce your memory footprint”. But what exactly is it, and why should we even care? Let’s decode it step by step 👇 #CppTips #Coding #LowLevelDesign #Cpp #cpptutorials #cppprogramming
Memory & cache behavior: unordered_map → higher memory footprint (due to buckets). map → pointer-heavy but cache-friendly for small datasets. Small data + ordered iteration → map. Large random access data → unordered_map.
In my experience, LLD is where the rubber meets the road. Abstract concepts become concrete implementations. I've learned that consistent, question-based practice is key to mastering it. How are you refining your LLD skills? #LowLevelDesign #SoftwareArchitecture
Please check out for complete resources on Low Level Design - github.com/nitin-kumar-sd… #apidesign #lowleveldesign #APIs #bestpractises #Rest
github.com
GitHub - nitin-kumar-sde/Low-Level-Design: Repository which contains all the resources and roadmap...
Repository which contains all the resources and roadmap for mastering Low level design for interviews - nitin-kumar-sde/Low-Level-Design
(Leave from office) --> (! leave from learning) Productive day so far: -2 graph problems done (needed a hint on one) -Read about SOLID principles LLD -Next up: Rust -Ending the day with some SaaS work #LowLevelDesign #DSA #SaaS #Rust #BuildInPublic
Flash sale hits zero inventory: Do you reject extra orders (consistency) or accept all & reconcile later (availability)? That’s the kind of clarity UML gives you before it becomes a production fire. #systemdesign #uml #lowleveldesign #softwarearchitecture #developer
The box = boundary The arrow = trade-off The diagram = decision #systemdesign #uml #lowleveldesign #softwarearchitecture #developer #classdiagram #sequencediagram @Alertcode_ @DHLUS @IBM @Lucidchart_ @Microsoft @amazon @Meta @Atlassian @netflix @Google
In just 15 minutes, one clean class diagram + one crisp sequence diagram can uncover: Wrong “is-a vs has-a” assumptions Hidden coupling & bottlenecks Better API, ownership, and trade-off boundaries #systemdesign #uml #lowleveldesign #softwarearchitecture #developer
If a bar runs too long → that’s a latency magnet. Batch it. Cache it. Or change the contract. #systemdesign #uml #lowleveldesign #softwarearchitecture #developer #classdiagram #sequencediagram @Alertcode_ @DHLUS @IBM @Lucidchart_ @Microsoft @amazon @Meta @Atlassian @netflix
Return = dashed line Found = enters from outside (webhook) Lost = exits scope (broadcast) #systemdesign #uml #lowleveldesign #softwarearchitecture #developer #classdiagram #sequencediagram @Alertcode_ @DHLUS @IBM @Lucidchart_ @Microsoft @amazon @Meta @Atlassian @netflix @Google
A few weeks back, I was mapping a payment + inventory flow. One quick sequence diagram exposed a blocking call on the hot path. We flipped it async, added an idempotent outbox, and instantly cut p90 latency. #systemdesign #uml #lowleveldesign #softwarearchitecture #developer
UML isn’t boxes and arrows. It’s decisions made visible. When most people hear the term "system design," they think of servers, databases, and technical jargon. But in practice, it’s about something deeper: making trade-offs under pressure. #systemdesign #uml #lowleveldesign
Simple diagrams > overcomplication. #LowLevelDesign #UML #SystemDesign
Just stumbled across Component-Based Architecture in low-level design—think modular, reusable building blocks for ultra-efficient systems. It’s like LEGO for code! Still flying under the radar but could redefine scalable design. Thoughts? #LowLevelDesign #SystemDesign
Ever wondered how low-level design transforms abstract ideas into efficient code? Think building blocks: classes, interfaces, and patterns like Singleton or Factory. Master this, and your systems become scalable! What's your fav LLD pattern? #LowLevelDesign #SoftwareEngineering
Day 2 for #8weeksLLdchallenge #OOP #LowLevelDesign #LLD #HLD #Abstraction #Encapsulation #SystemDesign #SoftwareEngineer @adityatandon02
Day 3 for #8weeksLLdchallenge #lowleveldesign #SystemDesign #Inheritance #Polymorphism #softwaredeveloper #DSA
Design Patterns Day 6 The Command Pattern encapsulates a request as an object letting you parameterize other objects with different requests and support undo operations. Read more here: github.com/mrprince88/sys… #lowleveldesign #systemdesign
🚀 Day 1 of #8weeksLLDChallenge Diving into Introduction to System Design today! with @adityatandon2 grateful to learn from the best! 🙌 📌 What we covered: What is Low-Level Design (LLD)? How LLD differs from DSA Relationship b/w DSA, LLD & HLD. @rohit_negi9 #LowLevelDesign
In my experience, LLD is where the rubber meets the road. Abstract concepts become concrete implementations. I've learned that consistent, question-based practice is key to mastering it. How are you refining your LLD skills? #LowLevelDesign #SoftwareArchitecture
Ever wondered how low-level design transforms abstract ideas into efficient code? Think building blocks: classes, interfaces, and patterns like Singleton or Factory. Master this, and your systems become scalable! What's your fav LLD pattern? #LowLevelDesign #SoftwareEngineering
✅Day 2 for #8weeksLLdChallenge 1. Brief history of programming 2. Procedural vs OOP explained 3. Real-world understanding of OOP pillars 4. Deep dive into Abstraction & Encapsulation Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
✅Day 4 for #8weeksLLdChallenge - What is UML and why it’s used in software design - How to create and analyze Class Diagrams & Sequence Diagrams to visualize system interactions Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
✅Day 3 for #8weeksLLdChallenge - What is Inheritance in OOP - Understanding Static & dynamic Polymorphism - How to implement both in real-world code -Importance in Low-Level Design and interviews Thank you, @adityatandon02 & @rohit_negi9 #OOP #LowLevelDesign #systemdesign
Have completed the "Low-Level Design of Payment Apps" Masterclass with @scaler_official! 🚀 Learned so much about building robust payment applications. Big thanks to the awesome instructors! #Scaler #Masterclass #LowLevelDesign #PaymentApps #Learning #Tech
♦Day - 9 of System Design🎯 💧 Factory Design pattern 1. simple factory 2. factory method 3. abstract factory method @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
Done with lecture 2 of the System Design by @adityatandon02 and @rohit_negi9 #8weeksLLdchallenge #OOP #LowLevelDesign youtu.be/QbGoqAgP_zg?si…
📸 A snapshot of my trusty laptop as I embark on a journey through the intricate world of low-level design! Exploring the building blocks of software magic. 🔮 #LowLevelDesign #codinglife #SoftwareEngineering
♦Day - 7 of System Design🎯 💧 project google docs design using solid ☀ from bad design to better design @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
♦Day - 8 of System Design 💧learned about strategy design pattern 🚗why more inheritance is bad and composition comes to solve the problem @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
🔥Day-4 of System Design 📷 🌟learned about uml diagram mainly two diagram class and sequence diagram💯 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
✅ Lecture 28 done! 🧱 Topic: Builder Design Pattern 📚 System Design Playlist 💯 Part of my 8-week coding challenge 🚀 Thanks a lot @rohit_negi9 & @adityatandon02 bhaiya for the amazing content 🙌 #LowLevelDesign #SystemDesign #BuilderPattern
Day 37 of System Design Built Chess engine from scratch Board & pieces via OOP + enums Polymorphic moves, check / mate logic Clean game loop, UML-backed demo @adityatandon02 @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLDchallenge
🔥Day-3 of System Design 🌈learned about Inheritance and polymorphism in polymorphism there are 2 types static and dynamic. @rohit_negi9 #lowleveldesign #systemdesign #8weeksLLdchallenge
Gathered enough courage to finally end my college youtube journey with teaching some valuable stuffs , plz checkout !! Youtube link : youtu.be/2BydDHfopJ8?si… #lowleveldesign #lld #systemdesign #DSA #FAANG
Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 21.6K posts
- 2. Caleb Wilson 2,670 posts
- 3. Lash Legend 1,836 posts
- 4. #TheLastDriveIn N/A
- 5. #OPLive N/A
- 6. Darryn Peterson 1,779 posts
- 7. Kansas 22.4K posts
- 8. Georgetown 3,024 posts
- 9. Tiller 4,099 posts
- 10. Nia Jax 1,753 posts
- 11. Reed Sheppard N/A
- 12. Dizzy 12.2K posts
- 13. Vesia 6,118 posts
- 14. Tar Heels N/A
- 15. #kubball N/A
- 16. End of 1st 1,826 posts
- 17. #GCWUnderstand N/A
- 18. Bill Self N/A
- 19. Oakland 3,241 posts
- 20. Hubert Davis N/A