1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

Add link to devrel engineer roadmap in readme

This commit is contained in:
Kamran Ahmed
2024-07-01 22:56:02 +01:00
parent fa6f4aa6e3
commit 47e6f8e926
2 changed files with 12 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [AI and Data Scientist Roadmap](https://roadmap.sh/ai-data-scientist) - [AI and Data Scientist Roadmap](https://roadmap.sh/ai-data-scientist)
- [AWS Roadmap](https://roadmap.sh/aws) - [AWS Roadmap](https://roadmap.sh/aws)
- [Linux Roadmap](https://roadmap.sh/linux) - [Linux Roadmap](https://roadmap.sh/linux)
- [Terraform Roadmap](https://roadmap.sh/terraform)
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst) - [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
- [MLOps Roadmap](https://roadmap.sh/mlops) - [MLOps Roadmap](https://roadmap.sh/mlops)
- [Product Manager Roadmap](https://roadmap.sh/product-manager) - [Product Manager Roadmap](https://roadmap.sh/product-manager)
@@ -79,6 +80,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Docker Roadmap](https://roadmap.sh/docker) - [Docker Roadmap](https://roadmap.sh/docker)
- [Prompt Engineering Roadmap](https://roadmap.sh/prompt-engineering) - [Prompt Engineering Roadmap](https://roadmap.sh/prompt-engineering)
- [Technical Writer Roadmap](https://roadmap.sh/technical-writer) - [Technical Writer Roadmap](https://roadmap.sh/technical-writer)
- [DevRel Engineer Roadmap](https://roadmap.sh/devrel)
There are also interactive best practices: There are also interactive best practices:

View File

@@ -28,7 +28,7 @@ import {
PenSquare, PenSquare,
Component, Component,
Waypoints, Waypoints,
CheckSquare, Braces, FolderKanban, CheckSquare, Braces, FolderKanban, Coins, Megaphone,
} 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';
@@ -285,8 +285,9 @@ import { TipItem } from '../components/GetStarted/TipItem';
{ title: 'Docker', link: '/docker' }, { title: 'Docker', link: '/docker' },
{ title: 'Kubernetes', link: '/kubernetes' }, { title: 'Kubernetes', link: '/kubernetes' },
{ title: 'Linux', link: '/linux' }, { title: 'Linux', link: '/linux' },
{ title: 'Terraform', link: '/terraform' },
]} ]}
description='or perhaps you want to learn Docker, Kubernetes or Linux?' description='or perhaps you want to learn Docker, Kubernetes, Terraform or Linux?'
secondaryRoadmaps={[ secondaryRoadmaps={[
{ title: 'Python', link: '/python' }, { title: 'Python', link: '/python' },
{ title: 'Go', link: '/golang' }, { title: 'Go', link: '/golang' },
@@ -376,7 +377,7 @@ 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={PenSquare} 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.'
@@ -395,6 +396,12 @@ import { TipItem } from '../components/GetStarted/TipItem';
link='/technical-writer' link='/technical-writer'
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
icon={Megaphone}
title='DevRel Engineer'
link='/devrel'
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