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:
@@ -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)
|
||||
|
@@ -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',
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user