mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-27 02:54:27 +02:00
Add BI analyst roadmap
This commit is contained in:
@@ -47,6 +47,7 @@ Here is the list of available roadmaps with more being actively worked upon.
|
|||||||
- [Linux Roadmap](https://roadmap.sh/linux)
|
- [Linux Roadmap](https://roadmap.sh/linux)
|
||||||
- [Terraform Roadmap](https://roadmap.sh/terraform)
|
- [Terraform Roadmap](https://roadmap.sh/terraform)
|
||||||
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
|
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
|
||||||
|
- [BI Analyst Roadmap](https://roadmap.sh/bi-analyst)
|
||||||
- [Data Engineer Roadmap](https://roadmap.sh/data-engineer)
|
- [Data Engineer Roadmap](https://roadmap.sh/data-engineer)
|
||||||
- [Machine Learning Roadmap](https://roadmap.sh/machine-learning)
|
- [Machine Learning Roadmap](https://roadmap.sh/machine-learning)
|
||||||
- [MLOps Roadmap](https://roadmap.sh/mlops)
|
- [MLOps Roadmap](https://roadmap.sh/mlops)
|
||||||
|
@@ -408,6 +408,11 @@ const groups: GroupType[] = [
|
|||||||
link: '/data-analyst',
|
link: '/data-analyst',
|
||||||
type: 'role',
|
type: 'role',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'BI Analyst',
|
||||||
|
link: '/bi-analyst',
|
||||||
|
type: 'role',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Data Engineer',
|
title: 'Data Engineer',
|
||||||
link: '/data-engineer',
|
link: '/data-engineer',
|
||||||
|
@@ -391,6 +391,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
description='Learn all you need to know to become a Data Analyst.'
|
description='Learn all you need to know to become a Data Analyst.'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<RoadmapCard
|
||||||
|
icon={Bot}
|
||||||
|
title='BI Analyst'
|
||||||
|
link='/bi-analyst'
|
||||||
|
description='Learn to become a Business Intelligence Analyst in 2025.'
|
||||||
|
/>
|
||||||
|
|
||||||
<RoadmapCard
|
<RoadmapCard
|
||||||
icon={Bot}
|
icon={Bot}
|
||||||
title='Data Engineer'
|
title='Data Engineer'
|
||||||
|
Reference in New Issue
Block a user