Skip to content

Commit

Permalink
chore: add System design primer (#1994)
Browse files Browse the repository at this point in the history
* Add : System design primer

* Update system-design.json

---------

Co-authored-by: Rupali Haldiya <[email protected]>
  • Loading branch information
Akib-Vijapura and rupali-codes authored Oct 15, 2023
1 parent 6c89020 commit 6a1f1c8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions database/backend/system-design.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"name": "Gaurav Sen",
"description": "This channel teaches System Design and other computer science concepts such as Algorithm design, Dynamic programming, Software engineering, Competitive programming,and more.",
"description": "This channel teaches System Design and other computer science concepts such as Algorithm Design, Dynamic Programming, Software engineering, Competitive Programming, and more.",
"url": "https://www.youtube.com/@gkcs",
"category": "backend",
"subcategory": "system-design",
"language": "english"
},
{
"name": "What is System Design",
"description": "This platform gives you an detailed overview of Sytem Design And why one should learn it. It also teaches you objectives, components of system design, its architecture and more.",
"description": "This platform gives you an detailed overview of Sytem Design And why one should learn it. It also teaches you objectives, components of System Design, its architecture and more.",
"url": "https://www.geeksforgeeks.org/what-is-system-design-learn-system-design/",
"category": "backend",
"subcategory": "system-design",
Expand All @@ -22,5 +22,13 @@
"category": "backend",
"subcategory": "system-design",
"language": "english"
},
{
"name": "System Design Primer",
"description": "The System Design Primer stands out as one of the most widely embraced GitHub repositories for acquiring knowledge in the realm of system design.",
"url": "https://github.com/donnemartin/system-design-primer",
"category": "backend",
"subcategory": "system-design",
"language": "english"
}
]
]

1 comment on commit 6a1f1c8

@vercel
Copy link

@vercel vercel bot commented on 6a1f1c8 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.