awesome-system-design-resources icon indicating copy to clipboard operation
awesome-system-design-resources copied to clipboard

Learn System Design concepts and prepare for interviews using free resources.

Results 5 awesome-system-design-resources issues
Sort by recently updated
recently updated
newest added

could add this : https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures/

[sudoCode](https://www.youtube.com/@sudocode) by [Yogita Sharma](https://www.linkedin.com/in/yogita-sharma-83400b55/?originalSubdomain=ae) is also go-to tutorials for pure newbies in System Design irrespective of their FE or BE domain. @ashishps1, please check if you find useful, then add...

The link to "Disaster Recovery" is broken : https://cloud.google.com/learn/what-is-disaster-recovery

As per the your [article](https://blog.algomaster.io/i/146668173/sliding-window-log), the request is added to the queue even if the request isn't allowed. But in the [implementation](https://github.com/ashishps1/awesome-system-design-resources/blob/main/implementations/java/rate_limiting/SlidingWindowLog.java) you check if the queue size is less...