low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview. (by prasadgujar)
system-design-questions
Problem statements on System Design and Software Architecture as part of Arpit's System Design Masterclass (by arpitbbhayani)
low-level-design-primer | system-design-questions | |
---|---|---|
6 | 2 | |
7,077 | 2,475 | |
3.2% | 6.8% | |
1.7 | 0.0 | |
over 1 year ago | over 1 year ago | |
Python | ||
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
low-level-design-primer
Posts with mentions or reviews of low-level-design-primer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-06.
-
🔥 17 Best Free GitHub Repositories to Crack System Design Interviews 🛠️
7. Low Level Design Primer
-
People who started with 4 or 5LPA and now earning more than 30+ what was your path and how many years it took to reach 30+?
For LLD, I referred to a github repo consisting of some solved common LLD problems. Link here for reference.
-
Amazon SDE 1 Final Interview Prep (US)
For OOD this might be helpful
-
Sr. Software Developers of reddit, I need help!
- https://github.com/prasadgujar/low-level-design-primer/blob/master/solutions.md
-
Resources for Low-Level design and SOLID principals in C++
https://github.com/prasadgujar/low-level-design-primer https://www.educative.io/courses/grokking-the-object-oriented-design-interview https://sourcemaking.com/ https://www.andiamogo.com/S-OOD.pdf
system-design-questions
Posts with mentions or reviews of system-design-questions.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-06.
-
🔥 17 Best Free GitHub Repositories to Crack System Design Interviews 🛠️
13. System Design questions by Arpit Bhayani
- Where to practice LLD?
What are some alternatives?
When comparing low-level-design-primer and system-design-questions you can also consider the following projects:
Low-Level-Design - Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
Portfolio - Some technical blogs for easy understanding of the concepts.
CrackingTheSQLInterview - DBMS Concepts, SQL Queries & Schema Design for your Interviews.
mobile-system-design - A simple framework for mobile system design interviews
system-design-101 - Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Faust - Python Stream Processing