Add machine learning roadmap to readme

This commit is contained in:
Kamran Ahmed
2025-08-19 17:39:31 +01:00
parent fc1f666daf
commit 96b2eb2797
3 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Terraform Roadmap](https://roadmap.sh/terraform)
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
- [Data Engineer Roadmap](https://roadmap.sh/data-engineer)
- [Machine Learning Roadmap](https://roadmap.sh/machine-learning)
- [MLOps Roadmap](https://roadmap.sh/mlops)
- [Product Manager Roadmap](https://roadmap.sh/product-manager)
- [Engineering Manager Roadmap](https://roadmap.sh/engineering-manager)

View File

@@ -470,10 +470,10 @@ export function PersonalDashboard(props: PersonalDashboardProps) {
<div className="grid grid-cols-1 gap-5 bg-gray-50 px-4 py-5 sm:gap-16 sm:px-0 sm:py-16">
<FeaturedGuideList
heading="Guides"
guides={guides.slice(0, 7)}
guides={guides.slice(0, 15)}
questions={guides
.filter((guide) => guide.roadmapId === 'questions')
.slice(0, 7)}
.slice(0, 15)}
/>
<FeaturedVideoList heading="Videos" videos={videos} />
</div>

View File

@@ -70,8 +70,8 @@ const enrichedBestPractices = bestPractices.map((bestPractice) => {
builtInSkillRoadmaps={enrichedSkillRoadmaps}
builtInBestPractices={enrichedBestPractices}
questionGroups={questionGroups}
guides={guides.slice(0, 7)}
videos={videos.slice(0, 7)}
guides={guides.slice(0, 10)}
videos={videos.slice(0, 10)}
client:load
/>
<div slot='open-source-banner'></div>