|
|
@ -28,7 +28,15 @@ import { |
|
|
|
PenSquare, |
|
|
|
PenSquare, |
|
|
|
Component, |
|
|
|
Component, |
|
|
|
Waypoints, |
|
|
|
Waypoints, |
|
|
|
CheckSquare, Braces, FolderKanban, Coins, Megaphone, GitBranch, |
|
|
|
CheckSquare, |
|
|
|
|
|
|
|
Braces, |
|
|
|
|
|
|
|
FolderKanban, |
|
|
|
|
|
|
|
Coins, |
|
|
|
|
|
|
|
Megaphone, |
|
|
|
|
|
|
|
GitBranch, |
|
|
|
|
|
|
|
UsersRoundIcon, |
|
|
|
|
|
|
|
UsersRound, |
|
|
|
|
|
|
|
SquareKanban, |
|
|
|
} from 'lucide-react'; |
|
|
|
} from 'lucide-react'; |
|
|
|
import { SectionBadge } from '../components/GetStarted/SectionBadge'; |
|
|
|
import { SectionBadge } from '../components/GetStarted/SectionBadge'; |
|
|
|
import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
@ -223,10 +231,10 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={Braces} |
|
|
|
icon={Braces} |
|
|
|
title='API Design' |
|
|
|
title='API Design' |
|
|
|
link='/api-design' |
|
|
|
link='/api-design' |
|
|
|
description='Learn all you need to know to design robust APIs.' |
|
|
|
description='Learn all you need to know to design robust APIs.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -338,10 +346,10 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={Bot} |
|
|
|
icon={Bot} |
|
|
|
title='AI Engineer' |
|
|
|
title='AI Engineer' |
|
|
|
link='/ai-engineer' |
|
|
|
link='/ai-engineer' |
|
|
|
description='Learn all you need to become an AI Engineer.' |
|
|
|
description='Learn all you need to become an AI Engineer.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
@ -366,6 +374,25 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
description='Learn how to deploy and manage machine learning models.' |
|
|
|
description='Learn how to deploy and manage machine learning models.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
</RoleRoadmaps> |
|
|
|
</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 |
|
|
|
<RoleRoadmaps |
|
|
|
badge='More Roles' |
|
|
|
badge='More Roles' |
|
|
|
title='Fancy something else?' |
|
|
|
title='Fancy something else?' |
|
|
@ -385,10 +412,10 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
description='Learn all you need to know to become a UX Designer.' |
|
|
|
description='Learn all you need to know to become a UX Designer.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={Coins} |
|
|
|
icon={Coins} |
|
|
|
title='Blockchain' |
|
|
|
title='Blockchain' |
|
|
|
link='/blockchain' |
|
|
|
link='/blockchain' |
|
|
|
description='Learn all you need to know to become a Blockchain Developer.' |
|
|
|
description='Learn all you need to know to become a Blockchain Developer.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class='flex flex-col justify-start gap-3'> |
|
|
|
<div class='flex flex-col justify-start gap-3'> |
|
|
@ -405,18 +432,18 @@ import { TipItem } from '../components/GetStarted/TipItem'; |
|
|
|
description='Learn all you need to know to become a Technical Writer.' |
|
|
|
description='Learn all you need to know to become a Technical Writer.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={Megaphone} |
|
|
|
icon={Megaphone} |
|
|
|
title='DevRel Engineer' |
|
|
|
title='DevRel Engineer' |
|
|
|
link='/devrel' |
|
|
|
link='/devrel' |
|
|
|
description='Learn all you need to know to become a DevRel Engineer.' |
|
|
|
description='Learn all you need to know to become a DevRel Engineer.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class='flex flex-col justify-start gap-3'> |
|
|
|
<div class='flex flex-col justify-start gap-3'> |
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={FolderKanban} |
|
|
|
icon={FolderKanban} |
|
|
|
title='Product Manager' |
|
|
|
title='Product Manager' |
|
|
|
link='/product-manager' |
|
|
|
link='/product-manager' |
|
|
|
description='Learn all you need to know to become a Project Manager.' |
|
|
|
description='Learn all you need to know to become a Project Manager.' |
|
|
|
/> |
|
|
|
/> |
|
|
|
<RoadmapCard |
|
|
|
<RoadmapCard |
|
|
|
icon={Component} |
|
|
|
icon={Component} |
|
|
|