1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 06:08:36 +01:00

Add new authors; Fix devops guide routing issue (#5883)

* add william and kenny as authors

* fixed routing issue from /authors on new devops guides
This commit is contained in:
dsh 2024-06-17 15:50:04 +01:00 committed by GitHub
parent 533e93e647
commit f37cc57177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 30 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

13
src/data/authors/ekene.md Normal file
View File

@ -0,0 +1,13 @@
---
name: 'Ekene Eze'
imageUrl: '/authors/ekene-eze.jpg'
employment:
title: 'Author'
company: 'roadmap.sh'
social:
linkedin: 'https://www.linkedin.com/in/ekeneeze/'
twitter: 'https://x.com/kenny_io'
website: 'https://kenny.engineer/'
---
Kenny is a Software Engineer and Developer Advocate with over 5 years experience working in DevRel across different functions. Recently as a Senior Developer Experience Engineer at Netlify and leading DevRel teams in others.

View File

@ -0,0 +1,12 @@
---
name: 'William Imoh'
imageUrl: '/authors/william-imoh.jpg'
employment:
title: 'Author'
company: 'roadmap.sh'
social:
linkedin: 'https://www.linkedin.com/in/william-imoh/'
twitter: 'https://x.com/iChuloo'
---
William is a Software Engineer, Developer Advocate and Product Manager turned Entrepreneur. He leads the team at **Hackmamba** and occasionally talks about building performant web experiences.

View File

@ -2,7 +2,7 @@
title: 'DevOps vs SRE: Key Differences Explained'
description: 'DevOps vs SRE: Discover which role suits your career best. Learn key differences, skills required, and career prospects in our detailed guide.'
authorId: kamran
excludedBySlug: 'devops/devops-vs-sre'
excludedBySlug: '/devops/devops-vs-sre'
seo:
title: 'DevOps vs SRE: Key Differences Explained'
description: 'DevOps vs SRE: Discover which role suits your career best. Learn key differences, skills required, and career prospects in our detailed guide.'

View File

@ -1,8 +1,8 @@
---
title: 'How to become a DevOps Engineer in @currentYear@'
description: 'Want to become a DevOps engineer? Our @currentYear@ guide covers skills, certifications, and expert career advice. Start your journey today!'
authorId: kamran
excludedBySlug: 'devops/how-to-become-devops-engineer'
authorId: william
excludedBySlug: '/devops/how-to-become-devops-engineer'
seo:
title: 'How to become a DevOps Engineer in @currentYear@'
description: 'Want to become a DevOps engineer? Our @currentYear@ guide covers skills, certifications, and expert career advice. Start your journey today!'

View File

@ -22,7 +22,7 @@ const ogImageUrl =
<BaseLayout
title={replaceVariables(guideData.seo.title)}
description={replaceVariables(guideData.seo.description)}
permalink={`/devops/devops-vs-sre`}
permalink={guide.frontmatter.excludedBySlug}
canonicalUrl={guideData.canonicalUrl}
ogImageUrl={ogImageUrl}
>

View File

@ -22,7 +22,7 @@ const ogImageUrl =
<BaseLayout
title={replaceVariables(guideData.seo.title)}
description={replaceVariables(guideData.seo.description)}
permalink={`/devops/how-to-become-devops-engineer`}
permalink={guide.frontmatter.excludedBySlug}
canonicalUrl={guideData.canonicalUrl}
ogImageUrl={ogImageUrl}
>