diff --git a/content/roadmaps.json b/content/roadmaps.json index 3059cbdd6..fdcf056ce 100644 --- a/content/roadmaps.json +++ b/content/roadmaps.json @@ -29,9 +29,9 @@ ] }, "title": "Frontend Developer", - "description": "Step by step guide to becoming a modern frontend developer in 2021", + "description": "Step by step guide to becoming a modern frontend developer in 2022", "featuredTitle": "Frontend", - "featuredDescription": "Step by step guide to becoming a frontend developer in 2021", + "featuredDescription": "Step by step guide to becoming a frontend developer in 2022", "author": { "name": "Kamran Ahmed", "url": "https://twitter.com/kamranahmedse" @@ -76,9 +76,9 @@ ] }, "title": "Backend Developer", - "description": "Step by step guide to becoming a modern backend developer in 2021", + "description": "Step by step guide to becoming a modern backend developer in 2022", "featuredTitle": "Backend", - "featuredDescription": "Step by step guide to becoming a backend developer in 2021", + "featuredDescription": "Step by step guide to becoming a backend developer in 2022", "featured": true, "imageUrl": "/roadmaps/backend.png", "jsonUrl": "/project/frontend.json", @@ -115,9 +115,9 @@ ] }, "title": "DevOps Roadmap", - "description": "Step by step guide for DevOps, SRE or any other Operations Role in 2021", + "description": "Step by step guide for DevOps, SRE or any other Operations Role in 2022", "featuredTitle": "DevOps", - "featuredDescription": "Step by step guide for DevOps or operations role in 2021", + "featuredDescription": "Step by step guide for DevOps or operations role in 2022", "featured": true, "imageUrl": "/roadmaps/devops.png", "jsonUrl": "/project/devops.json", @@ -155,9 +155,9 @@ ] }, "title": "React Developer", - "description": "Everything that is there to learn about React and the ecosystem in 2021.", + "description": "Everything that is there to learn about React and the ecosystem in 2022.", "featuredTitle": "React", - "featuredDescription": "Step by step guide to become a React Developer in 2021", + "featuredDescription": "Step by step guide to become a React Developer in 2022", "isTextHeavy": false, "isCommunity": false, "featured": true, @@ -197,9 +197,9 @@ ] }, "title": "Angular Developer", - "description": "Everything that is there to learn about Angular and the ecosystem in 2021.", + "description": "Everything that is there to learn about Angular and the ecosystem in 2022.", "featuredTitle": "Angular", - "featuredDescription": "Step by step guide to become a Angular Developer in 2021", + "featuredDescription": "Step by step guide to become a Angular Developer in 2022", "isTextHeavy": false, "isCommunity": false, "featured": true, @@ -239,9 +239,9 @@ ] }, "title": "Android Developer", - "description": "Step by step guide to becoming an Android developer in 2021", + "description": "Step by step guide to becoming an Android developer in 2022", "featuredTitle": "Android", - "featuredDescription": "Step by step guide to becoming an Android Developer in 2021", + "featuredDescription": "Step by step guide to becoming an Android Developer in 2022", "isTextHeavy": true, "isCommunity": false, "featured": true, @@ -280,9 +280,9 @@ ] }, "title": "Python Developer", - "description": "Step by step guide to becoming a Python developer in 2021", + "description": "Step by step guide to becoming a Python developer in 2022", "featuredTitle": "Python", - "featuredDescription": "Step by step guide to becoming a Python Developer in 2021", + "featuredDescription": "Step by step guide to becoming a Python Developer in 2022", "isTextHeavy": true, "isCommunity": false, "featured": true, @@ -330,9 +330,9 @@ ] }, "title": "Go Developer", - "description": "Step by step guide to becoming a Go developer in 2021", + "description": "Step by step guide to becoming a Go developer in 2022", "featuredTitle": "Go", - "featuredDescription": "Step by step guide to becoming a Go developer in 2021", + "featuredDescription": "Step by step guide to becoming a Go developer in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": false, @@ -381,9 +381,9 @@ ] }, "title": "Java Developer", - "description": "Step by step guide to becoming a Java developer in 2021", + "description": "Step by step guide to becoming a Java developer in 2022", "featuredTitle": "Java", - "featuredDescription": "Step by step guide to becoming a Java Developer in 2021", + "featuredDescription": "Step by step guide to becoming a Java Developer in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": false, @@ -430,9 +430,9 @@ ] }, "title": "PostgreSQL DBA", - "description": "Step by step guide to becoming a modern PostgreSQL DB Administrator in 2021", + "description": "Step by step guide to becoming a modern PostgreSQL DB Administrator in 2022", "featuredTitle": "DBA", - "featuredDescription": "Step by step guide to become a PostgreSQL DBA in 2021", + "featuredDescription": "Step by step guide to become a PostgreSQL DBA in 2022", "landingPath": "/roadmaps/109-postgresql-dba/landscape.md", "resourcesPath": "/roadmaps/109-postgresql-dba/resources.md", "author": { @@ -465,9 +465,9 @@ ] }, "title": "AWS", - "description": "Everything that is there to learn about AWS and the ecosystem in 2021.", + "description": "Everything that is there to learn about AWS and the ecosystem in 2022.", "featuredTitle": "AWS", - "featuredDescription": "Step by step guide to learn AWS in 2021", + "featuredDescription": "Step by step guide to learn AWS in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": true, @@ -506,9 +506,9 @@ ] }, "title": "QA Engineer", - "description": "Steps to follow in order to become a modern QA Engineer in 2021", + "description": "Steps to follow in order to become a modern QA Engineer in 2022", "featuredTitle": "QA", - "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2021", + "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2022", "isUpcoming": true, "featured": true, "landingPath": "/roadmaps/111-qa/landscape.md", @@ -520,4 +520,4 @@ "id": "qa", "metaPath": "/roadmaps/111-qa/meta.json" } -] \ No newline at end of file +] diff --git a/content/roadmaps/100-frontend/content/109-css-preprocessors/readme.md b/content/roadmaps/100-frontend/content/109-css-preprocessors/readme.md index aad47afac..689a71c56 100644 --- a/content/roadmaps/100-frontend/content/109-css-preprocessors/readme.md +++ b/content/roadmaps/100-frontend/content/109-css-preprocessors/readme.md @@ -1,4 +1,4 @@ -# Css Preprocessors +# CSS Preprocessors CSS Preprocessors are scripting languages that extend the default capabilities of CSS. They enable us to use logic in our CSS code, such as variables, nesting, inheritance, mixins, functions, and mathematical operations. diff --git a/content/roadmaps/100-frontend/meta.json b/content/roadmaps/100-frontend/meta.json index e885a65db..84ea4ed9b 100644 --- a/content/roadmaps/100-frontend/meta.json +++ b/content/roadmaps/100-frontend/meta.json @@ -3,9 +3,9 @@ "title": "Frontend Developer Roadmap: Learn to become a modern frontend developer", "description": "Learn to become a modern frontend developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern frontend development.", "keywords": [ - "javascript roadmap 2021", - "frontend roadmap 2021", - "frontend developer roadmap 2021", + "javascript roadmap 2022", + "frontend roadmap 2022", + "frontend developer roadmap 2022", "guide to becoming a developer", "guide to becoming a frontend developer", "frontend developer", @@ -31,9 +31,9 @@ ] }, "title": "Frontend Developer", - "description": "Step by step guide to becoming a modern frontend developer in 2021", + "description": "Step by step guide to becoming a modern frontend developer in 2022", "featuredTitle": "Frontend", - "featuredDescription": "Step by step guide to becoming a frontend developer in 2021", + "featuredDescription": "Step by step guide to becoming a frontend developer in 2022", "author": { "name": "Kamran Ahmed", "url": "https://twitter.com/kamranahmedse" diff --git a/content/roadmaps/101-backend/meta.json b/content/roadmaps/101-backend/meta.json index 62fb90641..5af244713 100644 --- a/content/roadmaps/101-backend/meta.json +++ b/content/roadmaps/101-backend/meta.json @@ -3,8 +3,8 @@ "title": "Backend Developer Roadmap: Learn to become a modern backend developer", "description": "Learn to become a modern backend developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern backend development.", "keywords": [ - "backend roadmap 2021", - "backend developer roadmap 2021", + "backend roadmap 2022", + "backend developer roadmap 2022", "guide to becoming a developer", "guide to becoming a backend developer", "backend roadmap", @@ -30,9 +30,9 @@ ] }, "title": "Backend Developer", - "description": "Step by step guide to becoming a modern backend developer in 2021", + "description": "Step by step guide to becoming a modern backend developer in 2022", "featuredTitle": "Backend", - "featuredDescription": "Step by step guide to becoming a backend developer in 2021", + "featuredDescription": "Step by step guide to becoming a backend developer in 2022", "featured": true, "imageUrl": "/roadmaps/backend.png", "jsonUrl": "/project/frontend.json", diff --git a/content/roadmaps/102-devops/meta.json b/content/roadmaps/102-devops/meta.json index 8de513807..7584ffb33 100644 --- a/content/roadmaps/102-devops/meta.json +++ b/content/roadmaps/102-devops/meta.json @@ -3,9 +3,9 @@ "title": "DevOps Roadmap: Learn to become a DevOps Engineer or SRE", "description": "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap.", "keywords": [ - "devops roadmap 2021", - "sre roadmap 2021", - "operations roadmap 2021", + "devops roadmap 2022", + "sre roadmap 2022", + "operations roadmap 2022", "guide to becoming a devops enginer", "devops roadmap", "sre roadmap", @@ -24,9 +24,9 @@ ] }, "title": "DevOps Roadmap", - "description": "Step by step guide for DevOps, SRE or any other Operations Role in 2021", + "description": "Step by step guide for DevOps, SRE or any other Operations Role in 2022", "featuredTitle": "DevOps", - "featuredDescription": "Step by step guide for DevOps or operations role in 2021", + "featuredDescription": "Step by step guide for DevOps or operations role in 2022", "featured": true, "imageUrl": "/roadmaps/devops.png", "jsonUrl": "/project/devops.json", diff --git a/content/roadmaps/103-react/meta.json b/content/roadmaps/103-react/meta.json index fa810b7d4..d0a865de2 100644 --- a/content/roadmaps/103-react/meta.json +++ b/content/roadmaps/103-react/meta.json @@ -3,8 +3,8 @@ "title": "React Developer Roadmap: Learn to become a React developer", "description": "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap.", "keywords": [ - "react roadmap 2021", - "react developer roadmap 2021", + "react roadmap 2022", + "react developer roadmap 2022", "guide to becoming a react developer", "react developer roadmap", "react roadmap", @@ -19,9 +19,9 @@ ] }, "title": "React Developer", - "description": "Everything that is there to learn about React and the ecosystem in 2021.", + "description": "Everything that is there to learn about React and the ecosystem in 2022.", "featuredTitle": "React", - "featuredDescription": "Step by step guide to become a React Developer in 2021", + "featuredDescription": "Step by step guide to become a React Developer in 2022", "isTextHeavy": false, "isCommunity": false, "featured": true, diff --git a/content/roadmaps/104-angular/meta.json b/content/roadmaps/104-angular/meta.json index 8a2023a15..32a35a48f 100644 --- a/content/roadmaps/104-angular/meta.json +++ b/content/roadmaps/104-angular/meta.json @@ -17,9 +17,9 @@ ] }, "title": "Angular Developer", - "description": "Everything that is there to learn about Angular and the ecosystem in 2021.", + "description": "Everything that is there to learn about Angular and the ecosystem in 2022.", "featuredTitle": "Angular", - "featuredDescription": "Step by step guide to become a Angular Developer in 2021", + "featuredDescription": "Step by step guide to become a Angular Developer in 2022", "isTextHeavy": false, "isCommunity": false, "featured": true, diff --git a/content/roadmaps/105-android/meta.json b/content/roadmaps/105-android/meta.json index 04c0eece5..96946d227 100644 --- a/content/roadmaps/105-android/meta.json +++ b/content/roadmaps/105-android/meta.json @@ -17,9 +17,9 @@ ] }, "title": "Android Developer", - "description": "Step by step guide to becoming an Android developer in 2021", + "description": "Step by step guide to becoming an Android developer in 2022", "featuredTitle": "Android", - "featuredDescription": "Step by step guide to becoming an Android Developer in 2021", + "featuredDescription": "Step by step guide to becoming an Android Developer in 2022", "isTextHeavy": true, "isCommunity": false, "featured": true, diff --git a/content/roadmaps/106-python/meta.json b/content/roadmaps/106-python/meta.json index 5da02b579..58ada4239 100644 --- a/content/roadmaps/106-python/meta.json +++ b/content/roadmaps/106-python/meta.json @@ -17,9 +17,9 @@ ] }, "title": "Python Developer", - "description": "Step by step guide to becoming a Python developer in 2021", + "description": "Step by step guide to becoming a Python developer in 2022", "featuredTitle": "Python", - "featuredDescription": "Step by step guide to becoming a Python Developer in 2021", + "featuredDescription": "Step by step guide to becoming a Python Developer in 2022", "isTextHeavy": true, "isCommunity": false, "featured": true, diff --git a/content/roadmaps/107-golang/meta.json b/content/roadmaps/107-golang/meta.json index 593224935..3a2375c0c 100644 --- a/content/roadmaps/107-golang/meta.json +++ b/content/roadmaps/107-golang/meta.json @@ -27,9 +27,9 @@ ] }, "title": "Go Developer", - "description": "Step by step guide to becoming a Go developer in 2021", + "description": "Step by step guide to becoming a Go developer in 2022", "featuredTitle": "Go", - "featuredDescription": "Step by step guide to becoming a Go developer in 2021", + "featuredDescription": "Step by step guide to becoming a Go developer in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": false, diff --git a/content/roadmaps/108-java/meta.json b/content/roadmaps/108-java/meta.json index f2a84bba6..0b52b70fe 100644 --- a/content/roadmaps/108-java/meta.json +++ b/content/roadmaps/108-java/meta.json @@ -26,9 +26,9 @@ ] }, "title": "Java Developer", - "description": "Step by step guide to becoming a Java developer in 2021", + "description": "Step by step guide to becoming a Java developer in 2022", "featuredTitle": "Java", - "featuredDescription": "Step by step guide to becoming a Java Developer in 2021", + "featuredDescription": "Step by step guide to becoming a Java Developer in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": false, diff --git a/content/roadmaps/109-postgresql-dba/meta.json b/content/roadmaps/109-postgresql-dba/meta.json index 26be38bbf..0c30d2a5e 100644 --- a/content/roadmaps/109-postgresql-dba/meta.json +++ b/content/roadmaps/109-postgresql-dba/meta.json @@ -24,9 +24,9 @@ ] }, "title": "PostgreSQL DBA", - "description": "Step by step guide to becoming a modern PostgreSQL DB Administrator in 2021", + "description": "Step by step guide to becoming a modern PostgreSQL DB Administrator in 2022", "featuredTitle": "DBA", - "featuredDescription": "Step by step guide to become a PostgreSQL DBA in 2021", + "featuredDescription": "Step by step guide to become a PostgreSQL DBA in 2022", "landingPath": "./landscape.md", "resourcesPath": "./resources.md", "author": { diff --git a/content/roadmaps/110-aws/meta.json b/content/roadmaps/110-aws/meta.json index a9734d6da..0d2e310ca 100644 --- a/content/roadmaps/110-aws/meta.json +++ b/content/roadmaps/110-aws/meta.json @@ -15,9 +15,9 @@ ] }, "title": "AWS", - "description": "Everything that is there to learn about AWS and the ecosystem in 2021.", + "description": "Everything that is there to learn about AWS and the ecosystem in 2022.", "featuredTitle": "AWS", - "featuredDescription": "Step by step guide to learn AWS in 2021", + "featuredDescription": "Step by step guide to learn AWS in 2022", "isTextHeavy": false, "isCommunity": false, "isUpcoming": true, diff --git a/content/roadmaps/111-qa/meta.json b/content/roadmaps/111-qa/meta.json index 492b716d8..c8cc92d9a 100644 --- a/content/roadmaps/111-qa/meta.json +++ b/content/roadmaps/111-qa/meta.json @@ -18,9 +18,9 @@ ] }, "title": "QA Engineer", - "description": "Steps to follow in order to become a modern QA Engineer in 2021", + "description": "Steps to follow in order to become a modern QA Engineer in 2022", "featuredTitle": "QA", - "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2021", + "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2022", "isUpcoming": true, "featured": true, "landingPath": "./landscape.md", diff --git a/license b/license index c76d897f0..f13896e7b 100644 --- a/license +++ b/license @@ -9,7 +9,7 @@ posts, articles, newsletters, you must get prior consent from the understated. T conditions do not apply to the readonly GitHub forks created using the Fork button on GitHub with the whole purpose of contributing to the project. -Copyright © 2021 Kamran Ahmed +Copyright © 2022 Kamran Ahmed Please note that I am really flexible with allowing the usage of the content in this repository. If you reach out to me with a brief detail of why and how you would like