Skip to content

Commit e3e5e58

Browse files
Merge pull request #63 from kamranahmedse/master
Create a new pull request by comparing changes across two branches
2 parents c0858c3 + 5bca983 commit e3e5e58

File tree

225 files changed

+6655
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+6655
-209
lines changed
61.9 KB
Loading

public/jsons/roadmaps/kubernetes.json

Lines changed: 4380 additions & 0 deletions
Large diffs are not rendered by default.
67.7 KB
Binary file not shown.

public/roadmaps/kubernetes.png

542 KB
Loading

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Here is the list of available roadmaps with more being actively worked upon.
5555
- [Blockchain Roadmap](https://roadmap.sh/blockchain)
5656
- [ASP.NET Core Roadmap](https://roadmap.sh/aspnet-core)
5757
- [System Design Roadmap](https://roadmap.sh/system-design)
58+
- [Kubernetes Roadmap](https://roadmap.sh/kubernetes)
59+
60+
We have also added a new form of visual content covering best practices:
61+
62+
- [Frontend Performance Best Practices](https://roadmap.sh/best-practices/frontend-performance)
5863

5964
![](https://i.imgur.com/waxVImv.png)
6065

src/best-practices/frontend-performance/frontend-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
jsonUrl: "/jsons/best-practices/frontend-performance.json"
33
pdfUrl: "/pdfs/best-practices/frontend-performance.pdf"
44
order: 1
5-
featuredTitle: "Frontend Performance"
6-
featuredDescription: "Frontend Performance Best Practices"
5+
briefTitle: "Frontend Performance"
6+
briefDescription: "Frontend Performance Best Practices"
77
isNew: true
88
isUpcoming: false
9-
title: "Frontend Performance"
9+
title: "Frontend Performance Best Practices"
1010
description: "Detailed list of best practices to improve your frontend performance"
1111
dimensions:
1212
width: 968

src/components/RoadmapBanner.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ const { roadmap, roadmapId } = Astro.props;
1717
<span class='hidden sm:inline'>Click to visit the interactive version of</span>
1818
<span class='inline sm:hidden'>Visit complete</span>
1919

20-
<span class='sm:lowercase ml-0.5 font-medium underline underline-offset-1'>{roadmap.featuredTitle} roadmap</span>
20+
<span class='sm:lowercase ml-0.5 font-medium underline underline-offset-1'>{roadmap.briefTitle} roadmap</span>
2121
</span>
2222
</a>

src/components/YouTubeBanner.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import Icon from './Icon.astro';
33
---
44

5-
<div class='sticky top-0 border-b border-b-yellow-300 z-20 flex h-[37px]' youtube-banner>
5+
<!-- sticky top-0 -->
6+
<div class='border-b border-b-yellow-300 z-20 flex h-[37px]' youtube-banner>
67
<a
78
href='https://youtube.com/theroadmap?sub_confirmation=1'
89
target='_blank'

0 commit comments

Comments
 (0)