Add software design and architecture roadmap

pull/2164/head
Kamran Ahmed 2 years ago
parent 8a5eacb19c
commit c7204f2efc
  1. 49
      content/roadmaps.json
  2. 47
      content/roadmaps/115-software-design-architecture/meta.json
  3. 2
      lib/roadmap.ts
  4. BIN
      public/pdfs/software-design-architecture.pdf
  5. 4814
      public/project/software-design-architecture.json
  6. BIN
      public/roadmaps/software-design-architecture.png
  7. 12
      public/sitemap.xml

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

@ -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);
} }

File diff suppressed because it is too large Load Diff

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>

Loading…
Cancel
Save