1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

Add BI analyst roadmap

This commit is contained in:
Kamran Ahmed
2025-08-21 17:47:33 +01:00
parent 5a63432412
commit 9316d4027f
3 changed files with 13 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Linux Roadmap](https://roadmap.sh/linux)
- [Terraform Roadmap](https://roadmap.sh/terraform)
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
- [BI Analyst Roadmap](https://roadmap.sh/bi-analyst)
- [Data Engineer Roadmap](https://roadmap.sh/data-engineer)
- [Machine Learning Roadmap](https://roadmap.sh/machine-learning)
- [MLOps Roadmap](https://roadmap.sh/mlops)

View File

@@ -408,6 +408,11 @@ const groups: GroupType[] = [
link: '/data-analyst',
type: 'role',
},
{
title: 'BI Analyst',
link: '/bi-analyst',
type: 'role',
},
{
title: 'Data Engineer',
link: '/data-engineer',

View File

@@ -391,6 +391,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
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
icon={Bot}
title='Data Engineer'