donnemartin / system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Other
278.23k stars 46.6k forks source link

Feature request: Improve readability by moving the contents into a site #446

Open nutboltu opened 4 years ago

nutboltu commented 4 years ago

First of all, a huge thanks to @donnemartin . This repository is the source of truth to all the resources of the system design and you have shown your great effort to maintain this masterpiece.

I truly follow the resources and I believe it really helps others as well. But reading the resources on one page, sometimes make my work harder. I couldn't navigate properly, I have to scroll up and down to find a section and sometimes I lost to keep track of the content as everything on one page. During this hardship, I am thinking of some ideas where we can improve the readability and introduce smooth navigation.

Thinking of that, I made a prototype to get it started. I created a repo to split all the contents and convert them into a static site using gatsbyjs.

Here is my repository. https://github.com/nutboltu/system-design-primer-site

You can visit the prototype site here. Though it's not yet ready. https://systemdesignprimer.netlify.app/

I am looking forward to hearing from you.

tejasa97 commented 4 years ago

@nutboltu this is awesome!