From e3a414e3ab30a67e23b932354b0f83d5b7ed5536 Mon Sep 17 00:00:00 2001 From: Aldiyar Dabarov <36531464+dabarov@users.noreply.github.com> Date: Tue, 20 Jun 2023 04:33:51 +0600 Subject: [PATCH] contents(sd): add roadmap.sh to free resource list (#593) --- apps/website/contents/system-design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/website/contents/system-design.md b/apps/website/contents/system-design.md index 175fc9da..8321c2c5 100644 --- a/apps/website/contents/system-design.md +++ b/apps/website/contents/system-design.md @@ -50,6 +50,7 @@ System design content is still work-in-progress, but the following are some reso - [System Design Primer](https://github.com/donnemartin/system-design-primer) - Most comprehensive resource on system design out there. Recommended only if you have a ton of time to spare. - [System Design Interview](https://github.com/checkcheckzz/system-design-interview) - Contains many links to tips about system design, system design-related topics and engineering blogs of famous companies. - [System Design Cheatsheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f) - Brief and concise content. Serves as a good revision right before your system design interview. +- [System Design Roadmap](https://roadmap.sh/system-design) - Step-by-step guide that includes links to articles and videos on learning essential topics. ## Books