Rearrange pdfs and images

pull/3356/head
Kamran Ahmed 2 years ago
parent 6ab477df8d
commit c7302d7484
  1. BIN
      public/best-practices/frontend-performance.png
  2. BIN
      public/pdfs/checklists/frontend-performance.pdf
  3. 0
      public/pdfs/roadmaps/angular.pdf
  4. 0
      public/pdfs/roadmaps/aspnet-core.pdf
  5. 0
      public/pdfs/roadmaps/backend.pdf
  6. 0
      public/pdfs/roadmaps/blockchain.pdf
  7. 0
      public/pdfs/roadmaps/computer-science.pdf
  8. 0
      public/pdfs/roadmaps/design-system.pdf
  9. 0
      public/pdfs/roadmaps/devops.pdf
  10. 0
      public/pdfs/roadmaps/flutter.pdf
  11. 0
      public/pdfs/roadmaps/frontend.pdf
  12. 0
      public/pdfs/roadmaps/golang.pdf
  13. 0
      public/pdfs/roadmaps/graphql.pdf
  14. 0
      public/pdfs/roadmaps/java.pdf
  15. 0
      public/pdfs/roadmaps/javascript.pdf
  16. 0
      public/pdfs/roadmaps/nodejs.pdf
  17. 0
      public/pdfs/roadmaps/python.pdf
  18. 0
      public/pdfs/roadmaps/qa.pdf
  19. 0
      public/pdfs/roadmaps/react.pdf
  20. 0
      public/pdfs/roadmaps/software-architect.pdf
  21. 0
      public/pdfs/roadmaps/software-design-architecture.pdf
  22. 0
      public/pdfs/roadmaps/spring-boot.pdf
  23. 0
      public/pdfs/roadmaps/system-design.pdf
  24. 0
      public/pdfs/roadmaps/vue.pdf
  25. 27
      src/best-practices/frontend-performance/frontend-performance.md
  26. 2
      src/pages/about.astro
  27. 44
      src/pages/pdfs.md
  28. 2
      src/roadmaps/android/android.md
  29. 2
      src/roadmaps/angular/angular.md
  30. 2
      src/roadmaps/aspnet-core/aspnet-core.md
  31. 2
      src/roadmaps/backend/backend.md
  32. 2
      src/roadmaps/blockchain/blockchain.md
  33. 2
      src/roadmaps/computer-science/computer-science.md
  34. 2
      src/roadmaps/design-system/design-system.md
  35. 2
      src/roadmaps/devops/devops.md
  36. 2
      src/roadmaps/flutter/flutter.md
  37. 2
      src/roadmaps/frontend/frontend.md
  38. 2
      src/roadmaps/golang/golang.md
  39. 2
      src/roadmaps/graphql/graphql.md
  40. 2
      src/roadmaps/java/java.md
  41. 2
      src/roadmaps/javascript/javascript.md
  42. 2
      src/roadmaps/nodejs/nodejs.md
  43. 2
      src/roadmaps/postgresql-dba/postgresql-dba.md
  44. 2
      src/roadmaps/python/python.md
  45. 2
      src/roadmaps/qa/qa.md
  46. 2
      src/roadmaps/react/react.md
  47. 2
      src/roadmaps/software-architect/software-architect.md
  48. 2
      src/roadmaps/software-design-architecture/software-design-architecture.md
  49. 2
      src/roadmaps/spring-boot/spring-boot.md
  50. 2
      src/roadmaps/system-design/system-design.md
  51. 2
      src/roadmaps/vue/vue.md

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

@ -0,0 +1,27 @@
---
jsonUrl: "/jsons/best-practices/frontend-performance.json"
pdfUrl: "/pdfs/best-practices/frontend-performance.pdf"
order: 1
featuredTitle: "Frontend Performance"
featuredDescription: "Detailed list of best practices to improve your frontend performance"
title: "Frontend Performance"
description: "Detailed list of best practices to improve your frontend performance"
dimensions:
width: 968
height: 2734.48
schema:
headline: "Frontend Performance Best Practices"
description: "Detailed list of best practices to improve the frontend performance of your website. Each best practice carries further details and how to implement that best practice."
imageUrl: "https://roadmap.sh/best-practices/frontend-performance.png"
datePublished: "2023-01-23"
dateModified: "2023-01-23"
seo:
title: "Frontend Performance Best Practices"
description: "Detailed list of best practices to improve the frontend performance of your website. Each best practice carries further details and how to implement that best practice."
keywords:
- "frontend performance"
- "frontend performance best practices"
- "frontend performance checklist"
- "frontend checklist"
- "make performant frontends"
---

@ -90,7 +90,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Our long-term plan is to make roadmap.sh a go-to place for Our long-term plan is to make roadmap.sh a go-to place for
developers whenever they plan on learning something new. We started developers whenever they plan on learning something new. We started
with roadmaps, guides, videos and other visual content but we plan with roadmaps, guides, videos and other visual content but we plan
on introducing best practices, checklists for certain tasks, quizzes on introducing best practices, best-practices for certain tasks, quizzes
to test your knowledge and prepare yourself for the interviews, to test your knowledge and prepare yourself for the interviews,
project ideas to work on while following the roadmaps, public project ideas to work on while following the roadmaps, public
profiles to share your progress and interact with the other learners profiles to share your progress and interact with the other learners

@ -8,25 +8,25 @@ noIndex: true
Here is the list of PDF links for each of the roadmaps. Here is the list of PDF links for each of the roadmaps.
* **Frontend Roadmap** - [Roadmap Link](https://roadmap.sh/frontend) / [PDF Link](https://roadmap.sh/pdfs/frontend.pdf) * **Frontend Roadmap** - [Roadmap Link](https://roadmap.sh/frontend) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/frontend.pdf)
* **Backend Roadmap** - [Roadmap Link](https://roadmap.sh/backend) / [PDF Link](https://roadmap.sh/pdfs/backend.pdf) * **Backend Roadmap** - [Roadmap Link](https://roadmap.sh/backend) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/backend.pdf)
* **DevOps Roadmap** - [Roadmap Link](https://roadmap.sh/devops) / [PDF Link](https://roadmap.sh/pdfs/devops.pdf) * **DevOps Roadmap** - [Roadmap Link](https://roadmap.sh/devops) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/devops.pdf)
* **Computer Science Roadmap** - [Roadmap Link](https://roadmap.sh/computer-science) / [PDF Link](https://roadmap.sh/pdfs/computer-science.pdf) * **Computer Science Roadmap** - [Roadmap Link](https://roadmap.sh/computer-science) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/computer-science.pdf)
* **QA Roadmap** - [Roadmap Link](https://roadmap.sh/qa) / [PDF Link](https://roadmap.sh/pdfs/qa.pdf) * **QA Roadmap** - [Roadmap Link](https://roadmap.sh/qa) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/qa.pdf)
* **ASP.NET Core Roadmap** - [Roadmap Link](https://roadmap.sh/aspnet-core) / [PDF Link](https://roadmap.sh/pdfs/aspnet-core.pdf) * **ASP.NET Core Roadmap** - [Roadmap Link](https://roadmap.sh/aspnet-core) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/aspnet-core.pdf)
* **Flutter Roadmap** - [Roadmap Link](https://roadmap.sh/flutter) / [PDF Link](https://roadmap.sh/pdfs/flutter.pdf) * **Flutter Roadmap** - [Roadmap Link](https://roadmap.sh/flutter) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/flutter.pdf)
* **Go Roadmap** - [Roadmap Link](https://roadmap.sh/golang) / [PDF Link](https://roadmap.sh/pdfs/golang.pdf) * **Go Roadmap** - [Roadmap Link](https://roadmap.sh/golang) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/golang.pdf)
* **Software Architect Roadmap** - [Roadmap Link](https://roadmap.sh/software-architect) / [PDF Link](https://roadmap.sh/pdfs/software-architect.pdf) * **Software Architect Roadmap** - [Roadmap Link](https://roadmap.sh/software-architect) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/software-architect.pdf)
* **Software Design and Architecture Roadmap** - [Roadmap Link](https://roadmap.sh/software-design-architecture) / [PDF Link](https://roadmap.sh/pdfs/software-design-architecture.pdf) * **Software Design and Architecture Roadmap** - [Roadmap Link](https://roadmap.sh/software-design-architecture) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/software-design-architecture.pdf)
* **JavaScript Roadmap** - [Roadmap Link](https://roadmap.sh/javascript) / [PDF Link](https://roadmap.sh/pdfs/javascript.pdf) * **JavaScript Roadmap** - [Roadmap Link](https://roadmap.sh/javascript) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/javascript.pdf)
* **Node.js Roadmap** - [Roadmap Link](https://roadmap.sh/nodejs) / [PDF Link](https://roadmap.sh/pdfs/nodejs.pdf) * **Node.js Roadmap** - [Roadmap Link](https://roadmap.sh/nodejs) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/nodejs.pdf)
* **GraphQL Roadmap** - [Roadmap Link](https://roadmap.sh/graphql) / [PDF Link](https://roadmap.sh/pdfs/graphql.pdf) * **GraphQL Roadmap** - [Roadmap Link](https://roadmap.sh/graphql) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/graphql.pdf)
* **Angular Roadmap** - [Roadmap Link](https://roadmap.sh/angular) / [PDF Link](https://roadmap.sh/pdfs/angular.pdf) * **Angular Roadmap** - [Roadmap Link](https://roadmap.sh/angular) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/angular.pdf)
* **React Roadmap** - [Roadmap Link](https://roadmap.sh/react) / [PDF Link](https://roadmap.sh/pdfs/react.pdf) * **React Roadmap** - [Roadmap Link](https://roadmap.sh/react) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/react.pdf)
* **Vue Roadmap** - [Roadmap Link](https://roadmap.sh/vue) / [PDF Link](https://roadmap.sh/pdfs/vue.pdf) * **Vue Roadmap** - [Roadmap Link](https://roadmap.sh/vue) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/vue.pdf)
* **Design System Roadmap** - [Roadmap Link](https://roadmap.sh/design-system) / [PDF Link](https://roadmap.sh/pdfs/design-system.pdf) * **Design System Roadmap** - [Roadmap Link](https://roadmap.sh/design-system) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/design-system.pdf)
* **Blockchain Roadmap** - [Roadmap Link](https://roadmap.sh/blockchain) / [PDF Link](https://roadmap.sh/pdfs/blockchain.pdf) * **Blockchain Roadmap** - [Roadmap Link](https://roadmap.sh/blockchain) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/blockchain.pdf)
* **Java Roadmap** - [Roadmap Link](https://roadmap.sh/java) / [PDF Link](https://roadmap.sh/pdfs/java.pdf) * **Java Roadmap** - [Roadmap Link](https://roadmap.sh/java) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/java.pdf)
* **Spring Boot Roadmap** - [Roadmap Link](https://roadmap.sh/spring-boot) / [PDF Link](https://roadmap.sh/pdfs/spring-boot.pdf) * **Spring Boot Roadmap** - [Roadmap Link](https://roadmap.sh/spring-boot) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/spring-boot.pdf)
* **Python Roadmap** - [Roadmap Link](https://roadmap.sh/python) / [PDF Link](https://roadmap.sh/pdfs/python.pdf) * **Python Roadmap** - [Roadmap Link](https://roadmap.sh/python) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/python.pdf)
* **System Design** - [Roadmap Link](https://roadmap.sh/system-design) / [PDF Link](https://roadmap.sh/pdfs/system-design.pdf) * **System Design** - [Roadmap Link](https://roadmap.sh/system-design) / [PDF Link](https://roadmap.sh/pdfs/roadmaps/system-design.pdf)

@ -1,6 +1,6 @@
--- ---
# jsonUrl: "/jsons/roadmaps/android.json" # jsonUrl: "/jsons/roadmaps/android.json"
pdfUrl: "/pdfs/android.pdf" pdfUrl: "/pdfs/roadmaps/android.pdf"
order: 4 order: 4
featuredTitle: "Android" featuredTitle: "Android"
featuredDescription: "Step by step guide to becoming an Android Developer in 2023" featuredDescription: "Step by step guide to becoming an Android Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/angular.json" jsonUrl: "/jsons/roadmaps/angular.json"
pdfUrl: "/pdfs/angular.pdf" pdfUrl: "/pdfs/roadmaps/angular.pdf"
order: 3 order: 3
featuredTitle: "Angular" featuredTitle: "Angular"
featuredDescription: "Step by step guide to become a Angular Developer in 2023" featuredDescription: "Step by step guide to become a Angular Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/aspnet-core.json" jsonUrl: "/jsons/roadmaps/aspnet-core.json"
pdfUrl: "/pdfs/aspnet-core.pdf" pdfUrl: "/pdfs/roadmaps/aspnet-core.pdf"
order: 9 order: 9
featuredTitle: "ASP.NET Core" featuredTitle: "ASP.NET Core"
featuredDescription: "Step by step guide to becoming an ASP.NET Core Developer in 2023" featuredDescription: "Step by step guide to becoming an ASP.NET Core Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/backend.json" jsonUrl: "/jsons/roadmaps/backend.json"
pdfUrl: "/pdfs/backend.pdf" pdfUrl: "/pdfs/roadmaps/backend.pdf"
order: 2 order: 2
featuredTitle: "Backend" featuredTitle: "Backend"
featuredDescription: "Step by step guide to becoming a backend developer in 2023" featuredDescription: "Step by step guide to becoming a backend developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/blockchain.json" jsonUrl: "/jsons/roadmaps/blockchain.json"
pdfUrl: "/pdfs/blockchain.pdf" pdfUrl: "/pdfs/roadmaps/blockchain.pdf"
order: 6 order: 6
featuredTitle: "Blockchain" featuredTitle: "Blockchain"
featuredDescription: "Step by step guide to becoming a blockchain developer in 2023" featuredDescription: "Step by step guide to becoming a blockchain developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/computer-science.json" jsonUrl: "/jsons/roadmaps/computer-science.json"
pdfUrl: "/pdfs/computer-science.pdf" pdfUrl: "/pdfs/roadmaps/computer-science.pdf"
order: 1 order: 1
featuredTitle: "Computer Science" featuredTitle: "Computer Science"
featuredDescription: "Curriculum with free resources for a self-taught developer." featuredDescription: "Curriculum with free resources for a self-taught developer."

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/design-system.json" jsonUrl: "/jsons/roadmaps/design-system.json"
pdfUrl: "/pdfs/design-system.pdf" pdfUrl: "/pdfs/roadmaps/design-system.pdf"
order: 13 order: 13
featuredTitle: "Design System" featuredTitle: "Design System"
featuredDescription: "Step by step guide to building a modern Design System" featuredDescription: "Step by step guide to building a modern Design System"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/devops.json" jsonUrl: "/jsons/roadmaps/devops.json"
pdfUrl: "/pdfs/devops.pdf" pdfUrl: "/pdfs/roadmaps/devops.pdf"
order: 3 order: 3
featuredTitle: "DevOps" featuredTitle: "DevOps"
featuredDescription: "Step by step guide for DevOps or operations role in 2023" featuredDescription: "Step by step guide for DevOps or operations role in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/flutter.json" jsonUrl: "/jsons/roadmaps/flutter.json"
pdfUrl: "/pdfs/flutter.pdf" pdfUrl: "/pdfs/roadmaps/flutter.pdf"
order: 10 order: 10
featuredTitle: "Flutter" featuredTitle: "Flutter"
featuredDescription: "Step by step guide to becoming a Flutter Developer in 2023" featuredDescription: "Step by step guide to becoming a Flutter Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/frontend.json" jsonUrl: "/jsons/roadmaps/frontend.json"
pdfUrl: "/pdfs/frontend.pdf" pdfUrl: "/pdfs/roadmaps/frontend.pdf"
order: 1 order: 1
featuredTitle: "Frontend" featuredTitle: "Frontend"
featuredDescription: "Step by step guide to becoming a frontend developer in 2023" featuredDescription: "Step by step guide to becoming a frontend developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/golang.json" jsonUrl: "/jsons/roadmaps/golang.json"
pdfUrl: "/pdfs/golang.pdf" pdfUrl: "/pdfs/roadmaps/golang.pdf"
order: 11 order: 11
featuredTitle: "Go" featuredTitle: "Go"
featuredDescription: "Step by step guide to becoming a Go developer in 2023" featuredDescription: "Step by step guide to becoming a Go developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/graphql.json" jsonUrl: "/jsons/roadmaps/graphql.json"
pdfUrl: "/pdfs/graphql.pdf" pdfUrl: "/pdfs/roadmaps/graphql.pdf"
order: 12 order: 12
featuredTitle: "GraphQL" featuredTitle: "GraphQL"
featuredDescription: "Step by Step guide to learn GraphQL in 2023" featuredDescription: "Step by Step guide to learn GraphQL in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/java.json" jsonUrl: "/jsons/roadmaps/java.json"
pdfUrl: "/pdfs/java.pdf" pdfUrl: "/pdfs/roadmaps/java.pdf"
order: 9 order: 9
featuredTitle: "Java" featuredTitle: "Java"
featuredDescription: "Step by step guide to becoming a Java Developer in 2023" featuredDescription: "Step by step guide to becoming a Java Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/javascript.json" jsonUrl: "/jsons/roadmaps/javascript.json"
pdfUrl: "/pdfs/javascript.pdf" pdfUrl: "/pdfs/roadmaps/javascript.pdf"
order: 5 order: 5
featuredTitle: "JavaScript" featuredTitle: "JavaScript"
featuredDescription: "Step by step guide to learn JavaScript in 2023" featuredDescription: "Step by step guide to learn JavaScript in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/nodejs.json" jsonUrl: "/jsons/roadmaps/nodejs.json"
pdfUrl: "/pdfs/nodejs.pdf" pdfUrl: "/pdfs/roadmaps/nodejs.pdf"
order: 6 order: 6
featuredTitle: "Node.js" featuredTitle: "Node.js"
featuredDescription: "Step by step guide to becoming a Node.js developer in 2023" featuredDescription: "Step by step guide to becoming a Node.js developer in 2023"

@ -1,5 +1,5 @@
--- ---
pdfUrl: "/pdfs/postgresql-dba.pdf" pdfUrl: "/pdfs/roadmaps/postgresql-dba.pdf"
order: 5 order: 5
featuredTitle: "DBA" featuredTitle: "DBA"
featuredDescription: "Step by step guide to become a PostgreSQL DBA in 2023" featuredDescription: "Step by step guide to become a PostgreSQL DBA in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/python.json" jsonUrl: "/jsons/roadmaps/python.json"
pdfUrl: "/pdfs/python.pdf" pdfUrl: "/pdfs/roadmaps/python.pdf"
order: 7 order: 7
featuredTitle: "Python" featuredTitle: "Python"
featuredDescription: "Step by step guide to becoming a Python Developer in 2023" featuredDescription: "Step by step guide to becoming a Python Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/qa.json" jsonUrl: "/jsons/roadmaps/qa.json"
pdfUrl: "/pdfs/qa.pdf" pdfUrl: "/pdfs/roadmaps/qa.pdf"
order: 7 order: 7
featuredTitle: "QA" featuredTitle: "QA"
featuredDescription: "Step by step guide to becoming a modern QA Engineer in 2023" featuredDescription: "Step by step guide to becoming a modern QA Engineer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/react.json" jsonUrl: "/jsons/roadmaps/react.json"
pdfUrl: "/pdfs/react.pdf" pdfUrl: "/pdfs/roadmaps/react.pdf"
order: 2 order: 2
featuredTitle: "React" featuredTitle: "React"
featuredDescription: "Step by step guide to become a React Developer in 2023" featuredDescription: "Step by step guide to become a React Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/software-architect.json" jsonUrl: "/jsons/roadmaps/software-architect.json"
pdfUrl: "/pdfs/software-architect.pdf" pdfUrl: "/pdfs/roadmaps/software-architect.pdf"
order: 8 order: 8
featuredTitle: "Software Architect" featuredTitle: "Software Architect"
featuredDescription: "Step by step guide to become a Software Architect in 2023" featuredDescription: "Step by step guide to become a Software Architect in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/software-design-architecture.json" jsonUrl: "/jsons/roadmaps/software-design-architecture.json"
pdfUrl: "/pdfs/software-design-architecture.pdf" pdfUrl: "/pdfs/roadmaps/software-design-architecture.pdf"
order: 12 order: 12
featuredTitle: "Design and Architecture" featuredTitle: "Design and Architecture"
featuredDescription: "Guide to learn software design and architecture" featuredDescription: "Guide to learn software design and architecture"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/spring-boot.json" jsonUrl: "/jsons/roadmaps/spring-boot.json"
pdfUrl: "/pdfs/spring-boot.pdf" pdfUrl: "/pdfs/roadmaps/spring-boot.pdf"
order: 10 order: 10
featuredTitle: "Spring Boot" featuredTitle: "Spring Boot"
featuredDescription: "Step by step guide to becoming a Spring Boot Developer in 2023" featuredDescription: "Step by step guide to becoming a Spring Boot Developer in 2023"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/system-design.json" jsonUrl: "/jsons/roadmaps/system-design.json"
pdfUrl: "/pdfs/system-design.pdf" pdfUrl: "/pdfs/roadmaps/system-design.pdf"
order: 8 order: 8
featuredTitle: "System Design" featuredTitle: "System Design"
featuredDescription: "Guide to learn system Design" featuredDescription: "Guide to learn system Design"

@ -1,6 +1,6 @@
--- ---
jsonUrl: "/jsons/roadmaps/vue.json" jsonUrl: "/jsons/roadmaps/vue.json"
pdfUrl: "/pdfs/vue.pdf" pdfUrl: "/pdfs/roadmaps/vue.pdf"
order: 4 order: 4
featuredTitle: "Vue" featuredTitle: "Vue"
featuredDescription: "Step by step guide to become a Vue Developer in 2023" featuredDescription: "Step by step guide to become a Vue Developer in 2023"

Loading…
Cancel
Save