mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 11:43:58 +02:00
Add software design and architecture roadmap
This commit is contained in:
@@ -953,5 +953,54 @@
|
|||||||
"id": "software-architect",
|
"id": "software-architect",
|
||||||
"metaPath": "/roadmaps/114-software-architect/meta.json",
|
"metaPath": "/roadmaps/114-software-architect/meta.json",
|
||||||
"isUpcoming": false
|
"isUpcoming": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"seo": {
|
||||||
|
"title": "Software Design and Architecture Roadmap",
|
||||||
|
"description": "Learn software design and architecture with this step by step guide and resources.",
|
||||||
|
"keywords": [
|
||||||
|
"guide to learn software design and architecture",
|
||||||
|
"software design roadmap",
|
||||||
|
"software architecture roadmap",
|
||||||
|
"software design and architecture roadmap",
|
||||||
|
"modern software design and architecture roadmap",
|
||||||
|
"fullstack software design and architecture roadmap",
|
||||||
|
"design and architecture roadmap",
|
||||||
|
"scalable design roadmap",
|
||||||
|
"software design patterns roadmap",
|
||||||
|
"software architecture patterns roadmap",
|
||||||
|
"design architecture patterns roadmap",
|
||||||
|
"application architectures",
|
||||||
|
"software architecture guide"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title": "Software Design and Architecture",
|
||||||
|
"description": "Step by step guide to learn software design and architecture",
|
||||||
|
"featuredTitle": "Software Design and Architecture",
|
||||||
|
"type": "tool",
|
||||||
|
"featuredDescription": "Guide to learn software design and architecture",
|
||||||
|
"isTextHeavy": false,
|
||||||
|
"isCommunity": false,
|
||||||
|
"isNew": true,
|
||||||
|
"isUpcoming": false,
|
||||||
|
"featured": true,
|
||||||
|
"jsonUrl": "/project/software-design-architecture.json",
|
||||||
|
"author": {
|
||||||
|
"name": "Kamran Ahmed",
|
||||||
|
"url": "https://twitter.com/kamranahmedse"
|
||||||
|
},
|
||||||
|
"pdfUrl": "/pdfs/software-design-architecture.pdf",
|
||||||
|
"contentPathsFilePath": "/roadmaps/115-software-design-architecture/content-paths.json",
|
||||||
|
"relatedRoadmaps": [
|
||||||
|
"backend",
|
||||||
|
"software-architect",
|
||||||
|
"devops",
|
||||||
|
"python",
|
||||||
|
"java",
|
||||||
|
"nodejs",
|
||||||
|
"golang"
|
||||||
|
],
|
||||||
|
"id": "software-design-architecture",
|
||||||
|
"metaPath": "/roadmaps/115-software-design-architecture/meta.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
47
content/roadmaps/115-software-design-architecture/meta.json
Normal file
47
content/roadmaps/115-software-design-architecture/meta.json
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"seo": {
|
||||||
|
"title": "Software Design and Architecture Roadmap",
|
||||||
|
"description": "Learn software design and architecture with this step by step guide and resources.",
|
||||||
|
"keywords": [
|
||||||
|
"guide to learn software design and architecture",
|
||||||
|
"software design roadmap",
|
||||||
|
"software architecture roadmap",
|
||||||
|
"software design and architecture roadmap",
|
||||||
|
"modern software design and architecture roadmap",
|
||||||
|
"fullstack software design and architecture roadmap",
|
||||||
|
"design and architecture roadmap",
|
||||||
|
"scalable design roadmap",
|
||||||
|
"software design patterns roadmap",
|
||||||
|
"software architecture patterns roadmap",
|
||||||
|
"design architecture patterns roadmap",
|
||||||
|
"application architectures",
|
||||||
|
"software architecture guide"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title": "Software Design and Architecture",
|
||||||
|
"description": "Step by step guide to learn software design and architecture",
|
||||||
|
"featuredTitle": "Software Design and Architecture",
|
||||||
|
"type": "tool",
|
||||||
|
"featuredDescription": "Guide to learn software design and architecture",
|
||||||
|
"isTextHeavy": false,
|
||||||
|
"isCommunity": false,
|
||||||
|
"isNew": true,
|
||||||
|
"isUpcoming": false,
|
||||||
|
"featured": true,
|
||||||
|
"jsonUrl": "/project/software-design-architecture.json",
|
||||||
|
"author": {
|
||||||
|
"name": "Kamran Ahmed",
|
||||||
|
"url": "https://twitter.com/kamranahmedse"
|
||||||
|
},
|
||||||
|
"pdfUrl": "/pdfs/software-design-architecture.pdf",
|
||||||
|
"contentPathsFilePath": "./content-paths.json",
|
||||||
|
"relatedRoadmaps": [
|
||||||
|
"backend",
|
||||||
|
"software-architect",
|
||||||
|
"devops",
|
||||||
|
"python",
|
||||||
|
"java",
|
||||||
|
"nodejs",
|
||||||
|
"golang"
|
||||||
|
]
|
||||||
|
}
|
@@ -49,5 +49,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function isInteractiveRoadmap(id: string): boolean {
|
export function isInteractiveRoadmap(id: string): boolean {
|
||||||
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs', 'qa', 'design-system', 'angular', 'software-architect'].includes(id);
|
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs', 'qa', 'design-system', 'angular', 'software-architect', 'software-design-architecture'].includes(id);
|
||||||
}
|
}
|
||||||
|
BIN
public/pdfs/software-design-architecture.pdf
Normal file
BIN
public/pdfs/software-design-architecture.pdf
Normal file
Binary file not shown.
4814
public/project/software-design-architecture.json
Normal file
4814
public/project/software-design-architecture.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/roadmaps/software-design-architecture.png
Normal file
BIN
public/roadmaps/software-design-architecture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 678 KiB |
@@ -102,6 +102,18 @@
|
|||||||
<lastmod>2022-09-26T21:37:21.827Z</lastmod>
|
<lastmod>2022-09-26T21:37:21.827Z</lastmod>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://roadmap.sh/software-design-architecture</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<lastmod>2022-10-03T17:03:35.645Z</lastmod>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://roadmap.sh/guides/http-basic-authentication</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<lastmod>2022-10-03T19:59:14.191Z</lastmod>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://roadmap.sh/guides/basics-of-authentication</loc>
|
<loc>https://roadmap.sh/guides/basics-of-authentication</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
|
Reference in New Issue
Block a user