mirror of
https://github.com/madd86/awesome-system-design.git
synced 2026-07-15 23:32:04 -05:00
[GH-ISSUE #29] Practical Resources for System Design and ML Interview Questions (repo+website) #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ali-Meh619 on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/madd86/awesome-system-design/issues/29
Hi everyone and @madd86,
I’ve been preparing for system design and machine learning interviews and started organizing my notes into a structured guide.
It covers topics like:
• System design fundamentals (load balancing, caching, distributed systems)
• Scalable architecture patterns
• Machine learning concepts often asked in interviews
• ML system design and deployment basics
• Practical patterns and explanations for common interview questions
The goal is to keep explanations concise and practical so engineers can quickly review key concepts before interviews.
GitHub repo:
https://github.com/Ali-Meh619/System_Design_ML_Principles
Website version:
https://ali-meh619.github.io/System_Design_ML_Principles/site/index.html
It is still in progress. If anyone has suggestions for topics I should add or improve, I’d really appreciate the feedback.
Thanks