mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
Add engineering manager roadmap
This commit is contained in:
@@ -48,6 +48,7 @@ Here is the list of available roadmaps with more being actively worked upon.
|
||||
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
|
||||
- [MLOps Roadmap](https://roadmap.sh/mlops)
|
||||
- [Product Manager Roadmap](https://roadmap.sh/product-manager)
|
||||
- [Engineering Manager Roadmap](https://roadmap.sh/engineering-manager)
|
||||
- [QA Roadmap](https://roadmap.sh/qa)
|
||||
- [Python Roadmap](https://roadmap.sh/python)
|
||||
- [Software Architect Roadmap](https://roadmap.sh/software-architect)
|
||||
|
@@ -22,6 +22,7 @@ const groupNames = [
|
||||
'Databases',
|
||||
'Computer Science',
|
||||
'Machine Learning',
|
||||
'Management',
|
||||
'Game Development',
|
||||
'Design',
|
||||
'DevOps',
|
||||
@@ -337,11 +338,6 @@ const groups: GroupType[] = [
|
||||
link: '/technical-writer',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'Product Manager',
|
||||
link: '/product-manager',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'DevRel Engineer',
|
||||
link: '/devrel',
|
||||
@@ -379,6 +375,21 @@ const groups: GroupType[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'Management',
|
||||
roadmaps: [
|
||||
{
|
||||
title: 'Product Manager',
|
||||
link: '/product-manager',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'Engineering Manager',
|
||||
link: '/engineering-manager',
|
||||
type: 'role',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'Game Development',
|
||||
roadmaps: [
|
||||
|
@@ -27,6 +27,7 @@ relatedRoadmaps:
|
||||
- 'api-design'
|
||||
- 'design-system'
|
||||
- 'software-architect'
|
||||
- 'engineering-manager'
|
||||
sitemap:
|
||||
priority: 1
|
||||
changefreq: monthly
|
||||
|
@@ -48,6 +48,7 @@ relatedRoadmaps:
|
||||
- 'golang'
|
||||
- 'java'
|
||||
- 'devops'
|
||||
- 'engineering-manager'
|
||||
sitemap:
|
||||
priority: 1
|
||||
changefreq: 'monthly'
|
||||
|
@@ -47,6 +47,7 @@ relatedRoadmaps:
|
||||
- 'java'
|
||||
- 'nodejs'
|
||||
- 'golang'
|
||||
- 'engineering-manager'
|
||||
sitemap:
|
||||
priority: 1
|
||||
changefreq: 'monthly'
|
||||
|
@@ -28,7 +28,15 @@ import {
|
||||
PenSquare,
|
||||
Component,
|
||||
Waypoints,
|
||||
CheckSquare, Braces, FolderKanban, Coins, Megaphone, GitBranch,
|
||||
CheckSquare,
|
||||
Braces,
|
||||
FolderKanban,
|
||||
Coins,
|
||||
Megaphone,
|
||||
GitBranch,
|
||||
UsersRoundIcon,
|
||||
UsersRound,
|
||||
SquareKanban,
|
||||
} from 'lucide-react';
|
||||
import { SectionBadge } from '../components/GetStarted/SectionBadge';
|
||||
import { TipItem } from '../components/GetStarted/TipItem';
|
||||
@@ -366,6 +374,25 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
||||
description='Learn how to deploy and manage machine learning models.'
|
||||
/>
|
||||
</RoleRoadmaps>
|
||||
<RoleRoadmaps
|
||||
badge='Product or Engineering Management'
|
||||
title='Thinking about a career in management?'
|
||||
description='How about diving into our product or engineering management roadmaps?'
|
||||
>
|
||||
<RoadmapCard
|
||||
icon={SquareKanban}
|
||||
title='Product Manager'
|
||||
link='/product-manager'
|
||||
description='Learn all you need to know to become a Product Manager.'
|
||||
/>
|
||||
|
||||
<RoadmapCard
|
||||
icon={UsersRound}
|
||||
title='Engineering Engineer'
|
||||
link='/engineering-manager'
|
||||
description='Learn all you need to become an Engineering Manager.'
|
||||
/>
|
||||
</RoleRoadmaps>
|
||||
<RoleRoadmaps
|
||||
badge='More Roles'
|
||||
title='Fancy something else?'
|
||||
|
Reference in New Issue
Block a user