mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-17 12:21:43 +08:00
Compare commits
5 Commits
content/da
...
feat/roadm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fd023044d | ||
|
|
13b1c0b1dc | ||
|
|
3b36dd4980 | ||
|
|
c256bba97f | ||
|
|
7cc944d5c9 |
@@ -3,6 +3,6 @@
|
||||
"enabled": false
|
||||
},
|
||||
"_variables": {
|
||||
"lastUpdateCheck": 1756224238932
|
||||
"lastUpdateCheck": 1755042938009
|
||||
}
|
||||
}
|
||||
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
@@ -1 +1,2 @@
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference path="content.d.ts" />
|
||||
6
.github/workflows/sync-content-to-repo.yml
vendored
6
.github/workflows/sync-content-to-repo.yml
vendored
@@ -51,7 +51,9 @@ jobs:
|
||||
base: "master"
|
||||
labels: |
|
||||
automated pr
|
||||
reviewers: jcanalesluna,kamranahmedse
|
||||
reviewers:
|
||||
- jcanalesluna
|
||||
- kamranahmedse
|
||||
commit-message: "chore: sync content to repo"
|
||||
title: "chore: sync content to repository - ${{ inputs.roadmap_slug }}"
|
||||
body: |
|
||||
@@ -63,4 +65,4 @@ jobs:
|
||||
> Commit: ${{ github.sha }}
|
||||
> Workflow Path: ${{ github.workflow_ref }}
|
||||
|
||||
**Please Review the Changes and Merge the PR if everything is fine.**
|
||||
**Please Review the Changes and Merge the PR if everything is fine.**
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 633 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 326 KiB |
@@ -47,7 +47,6 @@ 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)
|
||||
@@ -62,7 +61,6 @@ Here is the list of available roadmaps with more being actively worked upon.
|
||||
- [TypeScript Roadmap](https://roadmap.sh/typescript)
|
||||
- [C++ Roadmap](https://roadmap.sh/cpp)
|
||||
- [React Roadmap](https://roadmap.sh/react)
|
||||
- [Next.js Roadmap](https://roadmap.sh/nextjs)
|
||||
- [React Native Roadmap](https://roadmap.sh/react-native)
|
||||
- [Vue Roadmap](https://roadmap.sh/vue)
|
||||
- [Angular Roadmap](https://roadmap.sh/angular)
|
||||
|
||||
@@ -39,7 +39,7 @@ const formattedDate = DateTime.fromISO(changelog.createdAt).toFormat(
|
||||
}
|
||||
|
||||
<div
|
||||
class='prose prose-sm [&_li_p]:my-0 prose-h2:mt-3 prose-h2:text-lg prose-h2:font-medium prose-p:mb-0 prose-blockquote:font-normal prose-blockquote:text-gray-500 prose-ul:my-0 prose-ul:rounded-lg prose-ul:bg-gray-100 prose-ul:px-4 prose-ul:py-4 prose-ul:pl-7 prose-img:mt-0 prose-img:rounded-lg [&>blockquote>p]:mt-0 [&>ul]:mt-3 [&>ul>li]:my-0 [&>ul>li]:mb-1'
|
||||
class='prose prose-sm prose-h2:mt-3 prose-h2:text-lg prose-h2:font-medium prose-p:mb-0 prose-blockquote:font-normal prose-blockquote:text-gray-500 prose-ul:my-0 prose-ul:rounded-lg prose-ul:bg-gray-100 prose-ul:px-4 prose-ul:py-4 prose-ul:pl-7 prose-img:mt-0 prose-img:rounded-lg [&>blockquote>p]:mt-0 [&>ul]:mt-3 [&>ul>li]:my-0 [&>ul>li]:mb-1'
|
||||
set:html={changelog.description}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,12 +151,6 @@ const groups: GroupType[] = [
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
{
|
||||
title: 'Next.js',
|
||||
link: '/nextjs',
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
{
|
||||
title: 'Spring Boot',
|
||||
link: '/spring-boot',
|
||||
@@ -414,11 +408,6 @@ const groups: GroupType[] = [
|
||||
link: '/data-analyst',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'BI Analyst',
|
||||
link: '/bi-analyst',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'Data Engineer',
|
||||
link: '/data-engineer',
|
||||
|
||||
@@ -6,7 +6,7 @@ briefTitle: 'AI Red Teaming'
|
||||
briefDescription: 'Learn to become a red teaming expert in AI'
|
||||
title: 'AI Red Teaming'
|
||||
description: 'Learn to become a red teaming expert in AI'
|
||||
isNew: false
|
||||
isNew: true
|
||||
isHidden: false
|
||||
hasTopics: true
|
||||
renderer: editor
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,49 +0,0 @@
|
||||
---
|
||||
pdfUrl: '/pdfs/roadmaps/bi-analyst.pdf'
|
||||
jsonUrl: '/jsons/roadmaps/bi-analyst.json'
|
||||
order: 21
|
||||
title: 'BI Analyst'
|
||||
description: 'Learn to become a Business Intelligence Analyst in 2025'
|
||||
briefTitle: 'BI Analyst'
|
||||
briefDescription: 'Learn to become a Business Intelligence Analyst in 2025'
|
||||
hasTopics: true
|
||||
isHidden: false
|
||||
isUpcoming: false
|
||||
isNew: true
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 5120
|
||||
schema:
|
||||
headline: 'BI Analyst'
|
||||
description: 'Learn what business intelligence analysis is, what BI analysts do and how to become one using our community-driven roadmap.'
|
||||
datePublished: '2025-08-21'
|
||||
dateModified: '2025-08-21'
|
||||
imageUrl: 'https://roadmap.sh/roadmaps/bi-analyst.png'
|
||||
seo:
|
||||
title: 'BI Analyst'
|
||||
description: 'Learn what business intelligence analysis is, what BI analysts do and how to become one using our community-driven roadmap.'
|
||||
keywords:
|
||||
- 'bi analyst'
|
||||
- 'bi analyst roadmap'
|
||||
- 'bi analyst roadmap 2025'
|
||||
- 'Business Intelligence'
|
||||
- 'become a BI Analyst'
|
||||
- 'data analytics'
|
||||
- 'business intelligence analyst'
|
||||
- 'analytical skills'
|
||||
- 'data visualization'
|
||||
- 'career roadmap'
|
||||
relatedRoadmaps:
|
||||
- 'data-analyst'
|
||||
- 'sql'
|
||||
- 'python'
|
||||
- 'ai-data-scientist'
|
||||
sitemap:
|
||||
priority: 1
|
||||
changefreq: monthly
|
||||
tags:
|
||||
- 'roadmap'
|
||||
- 'main-sitemap'
|
||||
- 'role-roadmap'
|
||||
renderer: editor
|
||||
---
|
||||
@@ -1 +0,0 @@
|
||||
# A/B Testing
|
||||
@@ -1 +0,0 @@
|
||||
# Accesibility
|
||||
@@ -1 +0,0 @@
|
||||
# Accessibility
|
||||
@@ -1 +0,0 @@
|
||||
# Accuracy
|
||||
@@ -1 +0,0 @@
|
||||
# Advanced Queries
|
||||
@@ -1 +0,0 @@
|
||||
# Airflow
|
||||
@@ -1 +0,0 @@
|
||||
# Algorithmic Bias
|
||||
@@ -1 +0,0 @@
|
||||
# Analog vs Digital Data
|
||||
@@ -1 +0,0 @@
|
||||
# APIs
|
||||
@@ -1 +0,0 @@
|
||||
# Barplot
|
||||
@@ -1 +0,0 @@
|
||||
# Basic Machine Learning
|
||||
@@ -1 +0,0 @@
|
||||
# Basic Queries
|
||||
@@ -1 +0,0 @@
|
||||
# Beyond Linear Regression
|
||||
@@ -1,3 +0,0 @@
|
||||
# BI Analyst vs. Other Roles
|
||||
|
||||
A BI Analyst focuses on analyzing data to provide insights and recommendations for business improvements. This role differs from other data-related roles like Data Scientists, who build predictive models, or Data Engineers, who focus on building and maintaining data infrastructure. While a BI Analyst uses data to understand past and current performance, other roles might focus on predicting future outcomes or ensuring the data is readily available for analysis.
|
||||
@@ -1 +0,0 @@
|
||||
# BI Communities
|
||||
@@ -1 +0,0 @@
|
||||
# BI Competitions
|
||||
@@ -1 +0,0 @@
|
||||
# BI Platforms
|
||||
@@ -1 +0,0 @@
|
||||
# Bias Recognition
|
||||
@@ -1 +0,0 @@
|
||||
# Building Your Portfolio
|
||||
@@ -1 +0,0 @@
|
||||
# Business Acumen
|
||||
@@ -1 +0,0 @@
|
||||
# Calculated Fields & Measures
|
||||
@@ -1 +0,0 @@
|
||||
# Categorical vs Numerical
|
||||
@@ -1 +0,0 @@
|
||||
# CCPA
|
||||
@@ -1 +0,0 @@
|
||||
# Central Tendency
|
||||
@@ -1 +0,0 @@
|
||||
# Certifications
|
||||
@@ -1 +0,0 @@
|
||||
# Change Management
|
||||
@@ -1 +0,0 @@
|
||||
# Chart Categories
|
||||
@@ -1 +0,0 @@
|
||||
# Cloud BI Ecosystem
|
||||
@@ -1 +0,0 @@
|
||||
# Cloud Computing Basics
|
||||
@@ -1 +0,0 @@
|
||||
# Cloud data warehouses
|
||||
@@ -1 +0,0 @@
|
||||
# Cloud
|
||||
@@ -1 +0,0 @@
|
||||
# CLV
|
||||
@@ -1 +0,0 @@
|
||||
# Coherence
|
||||
@@ -1 +0,0 @@
|
||||
# Cohort Analysis
|
||||
@@ -1 +0,0 @@
|
||||
# Color theory
|
||||
@@ -1 +0,0 @@
|
||||
# Communication & Storytelling
|
||||
@@ -1 +0,0 @@
|
||||
# Compliance Reporting
|
||||
@@ -1 +0,0 @@
|
||||
# Compliance Reporting
|
||||
@@ -1 +0,0 @@
|
||||
# Conferences & Webinars
|
||||
@@ -1 +0,0 @@
|
||||
# Confidence Intervals
|
||||
@@ -1 +0,0 @@
|
||||
# Correlation Analysis
|
||||
@@ -1 +0,0 @@
|
||||
# Correlation vs Causation
|
||||
@@ -1 +0,0 @@
|
||||
# Critical Thinking
|
||||
@@ -1 +0,0 @@
|
||||
# CSV
|
||||
@@ -1 +0,0 @@
|
||||
# Dashboard Design
|
||||
@@ -1 +0,0 @@
|
||||
# Dashboard Design
|
||||
@@ -1 +0,0 @@
|
||||
# Data Architectures
|
||||
@@ -1 +0,0 @@
|
||||
# Data Cleaning
|
||||
@@ -1 +0,0 @@
|
||||
# Data Formats
|
||||
@@ -1 +0,0 @@
|
||||
# Data Lake
|
||||
@@ -1 +0,0 @@
|
||||
# Data Lineage
|
||||
@@ -1 +0,0 @@
|
||||
# Data Mart
|
||||
@@ -1 +0,0 @@
|
||||
# Data Modeling for BI
|
||||
@@ -1 +0,0 @@
|
||||
# Data Pipeline Design
|
||||
@@ -1 +0,0 @@
|
||||
# Data Quality
|
||||
@@ -1 +0,0 @@
|
||||
# Data Sources
|
||||
@@ -1 +0,0 @@
|
||||
# Data Transformation Techniques
|
||||
@@ -1 +0,0 @@
|
||||
# Data Warehouse
|
||||
@@ -1 +0,0 @@
|
||||
# Databases
|
||||
@@ -1 +0,0 @@
|
||||
# dbt
|
||||
@@ -1 +0,0 @@
|
||||
# Descriptive Analysis
|
||||
@@ -1 +0,0 @@
|
||||
# Descriptive Statistics
|
||||
@@ -1 +0,0 @@
|
||||
# Design principles
|
||||
@@ -1 +0,0 @@
|
||||
# Diagnostic Analysis
|
||||
@@ -1 +0,0 @@
|
||||
# Discrete vs Continuous
|
||||
@@ -1 +0,0 @@
|
||||
# Dispersion
|
||||
@@ -1 +0,0 @@
|
||||
# Distribution
|
||||
@@ -1 +0,0 @@
|
||||
# dplyr
|
||||
@@ -1 +0,0 @@
|
||||
# Duplicates
|
||||
@@ -1 +0,0 @@
|
||||
# End-to-end Analytics Project
|
||||
@@ -1 +0,0 @@
|
||||
# Ethical Data Use
|
||||
@@ -1 +0,0 @@
|
||||
# ETL basics
|
||||
@@ -1 +0,0 @@
|
||||
# ETL Tools
|
||||
@@ -1 +0,0 @@
|
||||
# Excel
|
||||
@@ -1 +0,0 @@
|
||||
# Excel
|
||||
@@ -1 +0,0 @@
|
||||
# Excel
|
||||
@@ -1 +0,0 @@
|
||||
# Exploratory Data Analysis (EDA)
|
||||
@@ -1 +0,0 @@
|
||||
# Fact vs Dimension Tables
|
||||
@@ -1 +0,0 @@
|
||||
# Finance
|
||||
@@ -1 +0,0 @@
|
||||
# Finance
|
||||
@@ -1 +0,0 @@
|
||||
# Financial Performance
|
||||
@@ -1 +0,0 @@
|
||||
# Forecasting
|
||||
@@ -1 +0,0 @@
|
||||
# Fraud Detection
|
||||
@@ -1 +0,0 @@
|
||||
# GDPR
|
||||
@@ -1 +0,0 @@
|
||||
# Healthcare
|
||||
@@ -1 +0,0 @@
|
||||
# Heatmap
|
||||
@@ -1 +0,0 @@
|
||||
# Histogram
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user