1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Redraw MLOps roadmap usin gour editor

This commit is contained in:
Kamran Ahmed
2024-07-18 23:20:41 +01:00
parent 5a2cb3ee8d
commit ba04fe112e
38 changed files with 2181 additions and 3259 deletions

View File

@@ -85,7 +85,7 @@ const relatedQuestionDetails = await getQuestionGroupsByIds(relatedQuestions);
href={`/${relatedRoadmap.id}`}
class='flex flex-col gap-0.5 rounded-md border bg-white px-3.5 py-2 hover:bg-gray-50 sm:flex-row sm:gap-0'
>
<span class='inline-block min-w-[150px] font-medium'>
<span class='inline-block min-w-[170px] font-medium'>
{relatedRoadmap.frontmatter.briefTitle}
</span>
<span class='text-gray-500'>

View File

@@ -1 +0,0 @@
#

View File

@@ -0,0 +1,34 @@
{
"programming-fundamentals": "_7uvOebQUI4xaSwtMjpEd",
"programming-fundamentals:python": "Vh81GnOUOZvDOlOyI5PwT",
"programming-fundamentals:golang": "vdVq3RQvQF3mF8PQc6DMg",
"programming-fundamentals:bash": "mMzqJF2KQ49TDEk5F3VAI",
"version-control-systems": "oUhlUoWQQ1txx_sepD5ev",
"version-control-systems:git": "06T5CbZAGJU6fJhCmqCC8",
"version-control-systems:github": "7t7jSb3YgyWlhgCe8Se1I",
"cloud-computing": "00GZcwe25QYi7rDzaOoMt",
"cloud-computing:aws-azure-gcp": "u3E7FGW4Iwdsu61KYFxCX",
"cloud-computing:cloud-native-ml-services": "kbfucfIO5KCsuv3jKbHTa",
"containerization": "tKeejLv8Q7QX40UtOjpav",
"containerization:docker": "XIdCvT-4HyyglHJLRrHlz",
"containerization:kubernetes": "XQoK9l-xtN2J8ZV8dw53X",
"ml-fundamentals": "ulka7VEVjz6ls5SnI6a6z",
"data-eng-fundamentals": "VykbCu7LWIx8fQpqKzoA7",
"data-eng-fundamentals:data-pipelines": "cOg3ejZRYE-u-M0c89IjM",
"data-eng-fundamentals:data-lakes-warehouses": "wOogVDV4FIDLXVPwFqJ8C",
"data-eng-fundamentals:data-ingestion-architecture": "Berd78HvnulNEGOsHCf8n",
"data-eng-fundamentals:data-pipelines:airflow": "pVSlVHXIap0unFxLGM-lQ",
"data-eng-fundamentals:spark": "UljuqA89_SlCSDWWMD_C_",
"data-eng-fundamentals:kafka": "fMNwzhgLgHlAZJ9NvKikR",
"data-eng-fundamentals:flink": "o6GQ3-8DgDtHzdX6yeg1w",
"mlops-principles": "iTsEHVCo6KGq7H2HMgy5S",
"mlops-components": "l1xasxQy2vAY34NWaqKEe",
"mlops-components:version-control": "kHDSwlSq8WkLey4EJIQSR",
"mlops-components:ci-cd": "a6vawajw7BpL6plH_nuAz",
"mlops-components:orchestration": "fes7M--Y8i08_zeP98tVV",
"mlops-components:experiment-tracking": "fGGWKmAJ50Ke6wWJBEgby",
"mlops-components:data-lineage": "6XgP_2NLuiw654zvTyueT",
"mlops-components:model-training": "zsW1NRb0dMgS-KzWsI0QU",
"mlops-components:monitoring": "r4fbUwD83uYumEO1X8f09",
"infra-as-code": "sf67bSL7HAx6iN7S6MYKs"
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
---
jsonUrl: '/jsons/roadmaps/mlops.json'
pdfUrl: '/pdfs/roadmaps/mlops.pdf'
renderer: 'editor'
order: 18
briefTitle: 'MLOps'
briefDescription: 'Step by step guide to learn MLOps in 2024'
@@ -10,13 +11,13 @@ hasTopics: true
isNew: false
dimensions:
width: 968
height: 1256.63
height: 1475
schema:
headline: 'MLOps Roadmap'
description: 'Learn about MLOps with this interactive step by step guide in 2023. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.'
imageUrl: 'https://roadmap.sh/roadmaps/mlops.png'
datePublished: '2024-02-12'
dateModified: '2024-02-12'
dateModified: '2024-07-18
seo:
title: 'MLOps Roadmap'
description: 'Learn about MLOps using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern backend development.'
@@ -27,7 +28,10 @@ seo:
- 'ai ops engineer'
relatedRoadmaps:
- 'ai-data-scientist'
- 'devops'
- 'backend'
- 'python'
- 'golang'
sitemap:
priority: 1
changefreq: 'monthly'

View File

@@ -102,6 +102,7 @@ export function clearMigratedRoadmapProgress(
'game-developer',
'server-side-game-developer',
'technical-writer',
'mlops',
];
if (!migratedRoadmaps.includes(resourceId)) {