mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 11:39:52 +02:00
Add linux roadmap
This commit is contained in:
@@ -207,8 +207,9 @@ export function TopicDetail(props: TopicDetailProps) {
|
||||
}
|
||||
|
||||
const hasContent = topicHtml?.length > 0 || links?.length > 0 || topicTitle;
|
||||
const googleSearchUrl = `https://www.google.com/search?q=${topicHtmlTitle?.toLowerCase()} guide for ${resourceTitle?.toLowerCase()}`;
|
||||
const youtubeSearchUrl = `https://www.youtube.com/results?search_query=${topicHtmlTitle?.toLowerCase()} for ${resourceTitle?.toLowerCase()}`;
|
||||
const resourceTitleForSearch = resourceTitle?.toLowerCase()?.replace(/\s+?roadmap/ig, '');
|
||||
const googleSearchUrl = `https://www.google.com/search?q=${topicHtmlTitle?.toLowerCase()} guide for ${resourceTitleForSearch}`;
|
||||
const youtubeSearchUrl = `https://www.youtube.com/results?search_query=${topicHtmlTitle?.toLowerCase()} for ${resourceTitleForSearch}`;
|
||||
|
||||
return (
|
||||
<div className={'relative z-50'}>
|
||||
|
@@ -6,7 +6,7 @@ briefTitle: 'AWS'
|
||||
briefDescription: 'Step by step guide to learning AWS in 2024'
|
||||
title: 'AWS Roadmap'
|
||||
description: 'Step by step guide to learning AWS in 2024'
|
||||
isNew: true
|
||||
isNew: false
|
||||
hasTopics: true
|
||||
dimensions:
|
||||
width: 968
|
||||
|
@@ -6,7 +6,7 @@ briefDescription: 'Roadmap to becoming a Game Developer in 2024'
|
||||
title: 'Game Developer'
|
||||
description: 'Roadmap to becoming a Game Developer in 2024'
|
||||
hasTopics: true
|
||||
isNew: true
|
||||
isNew: false
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 2104.59
|
||||
|
0
src/data/roadmaps/linux/faqs.astro
Normal file
0
src/data/roadmaps/linux/faqs.astro
Normal file
5261
src/data/roadmaps/linux/linux.json
Normal file
5261
src/data/roadmaps/linux/linux.json
Normal file
File diff suppressed because it is too large
Load Diff
59
src/data/roadmaps/linux/linux.md
Normal file
59
src/data/roadmaps/linux/linux.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
jsonUrl: '/jsons/roadmaps/linux.json'
|
||||
pdfUrl: '/pdfs/roadmaps/linux.pdf'
|
||||
order: 14
|
||||
briefTitle: 'Linux'
|
||||
briefDescription: 'Step by step guide to learning Linux in 2024'
|
||||
title: 'Linux Roadmap'
|
||||
description: 'Step by step guide to learning Linux in 2024'
|
||||
isNew: true
|
||||
hasTopics: true
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 2070
|
||||
schema:
|
||||
headline: 'Linux Roadmap'
|
||||
description: 'Learn how to use Linux with this interactive step by step guide in 2024. 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/linux.png'
|
||||
datePublished: '2024-04-24'
|
||||
dateModified: '2024-04-24'
|
||||
seo:
|
||||
title: 'Linux Roadmap - roadmap.sh'
|
||||
description: 'Step by step guide to learn Linux in 2024. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.'
|
||||
keywords:
|
||||
- 'linux tutorial'
|
||||
- 'step by step guide for linux'
|
||||
- 'linux for beginners'
|
||||
- 'how to learn linux'
|
||||
- 'use linux in production'
|
||||
- 'linux roadmap 2024'
|
||||
- 'guide to learning linux'
|
||||
- 'linux roadmap'
|
||||
- 'linux learning path'
|
||||
- 'linux learning roadmap'
|
||||
- 'container roadmap'
|
||||
- 'linux'
|
||||
- 'linux learning guide'
|
||||
- 'linux skills'
|
||||
- 'linux for development'
|
||||
- 'linux for development skills'
|
||||
- 'linux for development skills test'
|
||||
- 'linux learning guide'
|
||||
- 'become a linux expert'
|
||||
- 'linux career path'
|
||||
- 'learn linux for development'
|
||||
- 'what is linux'
|
||||
- 'linux quiz'
|
||||
- 'linux interview questions'
|
||||
relatedRoadmaps:
|
||||
- 'devops'
|
||||
- 'backend'
|
||||
- 'docker'
|
||||
sitemap:
|
||||
priority: 1
|
||||
changefreq: 'monthly'
|
||||
tags:
|
||||
- 'roadmap'
|
||||
- 'main-sitemap'
|
||||
- 'skill-roadmap'
|
||||
---
|
@@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to learn MLOps in 2024'
|
||||
title: 'MLOps Roadmap'
|
||||
description: 'Step by step guide to learn MLOps in 2024'
|
||||
hasTopics: true
|
||||
isNew: true
|
||||
isNew: false
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 1256.63
|
||||
|
@@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to becoming a Rust developer in 2024'
|
||||
title: 'Rust Developer'
|
||||
description: 'Step by step guide to becoming a Rust developer in 2024'
|
||||
hasTopics: true
|
||||
isNew: true
|
||||
isNew: false
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 2220.4
|
||||
|
@@ -6,7 +6,7 @@ briefDescription: 'Roadmap for anyone looking for a career in technical writing'
|
||||
title: 'Technical Writer'
|
||||
description: 'Roadmap for anyone looking for a career in technical writing'
|
||||
hasTopics: true
|
||||
isNew: true
|
||||
isNew: false
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 1958.71
|
||||
|
Reference in New Issue
Block a user