1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

Add software design and architecture roadmap

This commit is contained in:
Kamran Ahmed 2022-10-03 21:07:03 +04:00
parent 8a5eacb19c
commit c7204f2efc
7 changed files with 4923 additions and 1 deletions

View File

@ -953,5 +953,54 @@
"id": "software-architect",
"metaPath": "/roadmaps/114-software-architect/meta.json",
"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"
}
]

View 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"
]
}

View File

@ -49,5 +49,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
}
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);
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

View File

@ -102,6 +102,18 @@
<lastmod>2022-09-26T21:37:21.827Z</lastmod>
<priority>1.0</priority>
</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>
<loc>https://roadmap.sh/guides/basics-of-authentication</loc>
<changefreq>monthly</changefreq>