mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Add system design roadmap
This commit is contained in:
parent
952169ec8e
commit
a3031a2371
BIN
public/images/system-design.png
Normal file
BIN
public/images/system-design.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 832 KiB |
1
public/jsons/system-design.json
Normal file
1
public/jsons/system-design.json
Normal file
File diff suppressed because one or more lines are too long
BIN
public/pdfs/system-design.pdf
Normal file
BIN
public/pdfs/system-design.pdf
Normal file
Binary file not shown.
@ -29,3 +29,4 @@ Here is the list of PDF links for each of the roadmaps.
|
|||||||
* **Java Roadmap** - [Roadmap Link](https://roadmap.sh/java) / [PDF Link](https://roadmap.sh/pdfs/java.pdf)
|
* **Java Roadmap** - [Roadmap Link](https://roadmap.sh/java) / [PDF Link](https://roadmap.sh/pdfs/java.pdf)
|
||||||
* **Spring Boot Roadmap** - [Roadmap Link](https://roadmap.sh/spring-boot) / [PDF Link](https://roadmap.sh/pdfs/spring-boot.pdf)
|
* **Spring Boot Roadmap** - [Roadmap Link](https://roadmap.sh/spring-boot) / [PDF Link](https://roadmap.sh/pdfs/spring-boot.pdf)
|
||||||
* **Python Roadmap** - [Roadmap Link](https://roadmap.sh/python) / [PDF Link](https://roadmap.sh/pdfs/python.pdf)
|
* **Python Roadmap** - [Roadmap Link](https://roadmap.sh/python) / [PDF Link](https://roadmap.sh/pdfs/python.pdf)
|
||||||
|
* **System Design** - [Roadmap Link](https://roadmap.sh/system-design) / [PDF Link](https://roadmap.sh/pdfs/system-design.pdf)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
jsonUrl: "/jsons/design-system.json"
|
jsonUrl: "/jsons/design-system.json"
|
||||||
pdfUrl: "/pdfs/design-system.pdf"
|
pdfUrl: "/pdfs/design-system.pdf"
|
||||||
order: 11
|
order: 13
|
||||||
featuredTitle: "Design System"
|
featuredTitle: "Design System"
|
||||||
featuredDescription: "Step by step guide to building a modern Design System"
|
featuredDescription: "Step by step guide to building a modern Design System"
|
||||||
title: "Design System"
|
title: "Design System"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
jsonUrl: "/jsons/software-design-architecture.json"
|
jsonUrl: "/jsons/software-design-architecture.json"
|
||||||
pdfUrl: "/pdfs/software-design-architecture.pdf"
|
pdfUrl: "/pdfs/software-design-architecture.pdf"
|
||||||
order: 11
|
order: 12
|
||||||
featuredTitle: "Design and Architecture"
|
featuredTitle: "Design and Architecture"
|
||||||
featuredDescription: "Guide to learn software design and architecture"
|
featuredDescription: "Guide to learn software design and architecture"
|
||||||
title: "Software Design and Architecture"
|
title: "Software Design and Architecture"
|
||||||
|
0
src/roadmaps/system-design/faqs.astro
Normal file
0
src/roadmaps/system-design/faqs.astro
Normal file
50
src/roadmaps/system-design/system-design.md
Normal file
50
src/roadmaps/system-design/system-design.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
jsonUrl: "/jsons/system-design.json"
|
||||||
|
pdfUrl: "/pdfs/system-design.pdf"
|
||||||
|
order: 11
|
||||||
|
featuredTitle: "System Design"
|
||||||
|
featuredDescription: "Guide to learn system Design"
|
||||||
|
title: "System Design"
|
||||||
|
description: "Everything you need to know about designing large scale systems."
|
||||||
|
isNew: true
|
||||||
|
hasTopics: false
|
||||||
|
dimensions:
|
||||||
|
width: 968
|
||||||
|
height: 2848.5
|
||||||
|
schema:
|
||||||
|
headline: "System Design Roadmap"
|
||||||
|
description: "Learn System Design with this interactive step by step guide in 2023. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place."
|
||||||
|
imageUrl: "https://roadmap.sh/roadmaps/system-design.png"
|
||||||
|
datePublished: "2023-01-17"
|
||||||
|
dateModified: "2023-01-17"
|
||||||
|
seo:
|
||||||
|
title: "System Design Roadmap"
|
||||||
|
description: "Learn system design with this step by step guide and resources."
|
||||||
|
keywords:
|
||||||
|
- "guide to learn system design"
|
||||||
|
- "system design roadmap"
|
||||||
|
- "distributed systems roadmap"
|
||||||
|
- "modern system design roadmap"
|
||||||
|
- "system design roadmap"
|
||||||
|
- "scalable system roadmap"
|
||||||
|
- "system design patterns roadmap"
|
||||||
|
- "system design roadmap"
|
||||||
|
- "application architectures"
|
||||||
|
- "system design guide"
|
||||||
|
relatedRoadmaps:
|
||||||
|
- "backend"
|
||||||
|
- "software-architect"
|
||||||
|
- "devops"
|
||||||
|
- "python"
|
||||||
|
- "java"
|
||||||
|
- "nodejs"
|
||||||
|
- "golang"
|
||||||
|
sitemap:
|
||||||
|
priority: 1
|
||||||
|
changefreq: "monthly"
|
||||||
|
tags:
|
||||||
|
- "roadmap"
|
||||||
|
- "main-sitemap"
|
||||||
|
- "skill-roadmap"
|
||||||
|
---
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user