diff --git a/content/roadmaps/100-frontend/content/101-html/104-accessibility.md b/content/roadmaps/100-frontend/content/101-html/104-accessibility.md index a00893550..76ae338cc 100644 --- a/content/roadmaps/100-frontend/content/101-html/104-accessibility.md +++ b/content/roadmaps/100-frontend/content/101-html/104-accessibility.md @@ -2,7 +2,7 @@ Web accessibility means that websites, tools, and technologies are designed and developed in such a way that people with disabilities can use them easily. Free Content -Complete Playlist on Accessibility Accessibility Tutorial A Complete Guide To Accessible Front-End Components +Complete Playlist on Accessibility diff --git a/content/roadmaps/100-frontend/content/101-html/readme.md b/content/roadmaps/100-frontend/content/101-html/readme.md index 39d8ceab3..76a3d16e7 100644 --- a/content/roadmaps/100-frontend/content/101-html/readme.md +++ b/content/roadmaps/100-frontend/content/101-html/readme.md @@ -5,7 +5,7 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives Free Content W3Schools: Learn HTML Web Development Basics -HTML Full Course - Build a Website Tutorial -HTML Tutorial for Beginners: HTML Crash Course Codecademy - Learn HTML Interactive HTML Course +HTML Full Course - Build a Website Tutorial +HTML Tutorial for Beginners: HTML Crash Course diff --git a/content/roadmaps/100-frontend/content/117-progressive-web-apps/101-performance.md b/content/roadmaps/100-frontend/content/117-progressive-web-apps/101-performance.md index 448bf7a77..c4a8a3486 100644 --- a/content/roadmaps/100-frontend/content/117-progressive-web-apps/101-performance.md +++ b/content/roadmaps/100-frontend/content/117-progressive-web-apps/101-performance.md @@ -8,5 +8,5 @@ Performance plays a significant role in the success of any online venture, as hi Measure performance with the RAIL model Introduction to Chrome Lighthouse Lighthouse PWA Analysis Tool -PWA Tutorial: Lighthouse Audit Lighthouse: Optimize website speed +PWA Tutorial: Lighthouse Audit diff --git a/content/roadmaps/100-frontend/content/118-server-side-rendering/100-react-js/readme.md b/content/roadmaps/100-frontend/content/118-server-side-rendering/100-react-js/readme.md index f0bda943f..4a9ad4ab0 100644 --- a/content/roadmaps/100-frontend/content/118-server-side-rendering/100-react-js/readme.md +++ b/content/roadmaps/100-frontend/content/118-server-side-rendering/100-react-js/readme.md @@ -3,7 +3,7 @@ React is the most popular front-end JavaScript library for building user interfaces. React can also render on the server using Node and power mobile apps using React Native. Free Content -React Website +React Website Official Getting Started The Beginner's Guide to React React JS Course for Beginners diff --git a/content/roadmaps/100-frontend/content/118-server-side-rendering/102-vue-js/readme.md b/content/roadmaps/100-frontend/content/118-server-side-rendering/102-vue-js/readme.md index ec9da5d7c..bcaf8c804 100644 --- a/content/roadmaps/100-frontend/content/118-server-side-rendering/102-vue-js/readme.md +++ b/content/roadmaps/100-frontend/content/118-server-side-rendering/102-vue-js/readme.md @@ -3,7 +3,7 @@ Vue.js is an open-source JavaScript framework for building user interfaces and single-page applications. It is mainly focused on front end development. Free Content -Vue.js Website +Vue.js Website Official Getting Started -Vue.js Course for Beginners -Vue.js Crash Course +Vue.js Course for Beginners +Vue.js Crash Course diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md index 942bf0b24..30778f16d 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md @@ -3,7 +3,7 @@ Eleventy (11ty) is a simple to use, easy to customize, highly performant and powerful static site generator with a helpful set of plugins (e.g. navigation, build-time image transformations, cache assets). Pages can be built and written with a variety of template languages (HTML, Markdown, JavaScript, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug or JS template literals). But it also offers the possibility to dynamically create pages from local data or external sources that are compiled at build time. It has zero client-side JavaScript dependencies. Free Content -Official Website +Official Website A collection of 11ty starters, projects, plugins, and resources Introduction to Eleventy diff --git a/content/roadmaps/101-backend/content/100-internet/100-how-does-the-internet-work.md b/content/roadmaps/101-backend/content/100-internet/100-how-does-the-internet-work.md index 43d7c2635..52b05ec01 100644 --- a/content/roadmaps/101-backend/content/100-internet/100-how-does-the-internet-work.md +++ b/content/roadmaps/101-backend/content/100-internet/100-how-does-the-internet-work.md @@ -5,7 +5,7 @@ The Internet is a global network of computers connected to each other which comm Free Content The Internet Explained How Does the Internet Work? -Introduction to Internet +Introduction to Internet How does the Internet work? How the Internet Works in 5 Minutes Internet for Dummies diff --git a/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md b/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md index e4861113d..b2261009e 100644 --- a/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md +++ b/content/roadmaps/101-backend/content/101-basic-frontend/100-html.md @@ -4,7 +4,7 @@ HTML stands for HyperText Markup Language. It is used on the frontend and gives Free Content W3Schools: Learn HTML -HTML Full Course - Build a Website Tutorial -HTML Tutorial for Beginners: HTML Crash Course Codecademy - Learn HTML Interactive HTML Course +HTML Full Course - Build a Website Tutorial +HTML Tutorial for Beginners: HTML Crash Course diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/108-posix-basics.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/108-posix-basics.md index 75704a420..9774536e5 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/108-posix-basics.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/108-posix-basics.md @@ -9,6 +9,6 @@ So, in this case, when we want to interact with any of these streams (through a POSIX also adds a standard for exit codes, filesystem semantics, and several other command line utility API conventions. Free Content -Summary of some POSIX implementations -A guide to POSIX -POSIX standard by IEEE +POSIX standard by IEEE +Summary of some POSIX implementations +A guide to POSIX diff --git a/content/roadmaps/101-backend/content/105-repo-hosting-services/100-github.md b/content/roadmaps/101-backend/content/105-repo-hosting-services/100-github.md index ea477f633..ae1363c60 100644 --- a/content/roadmaps/101-backend/content/105-repo-hosting-services/100-github.md +++ b/content/roadmaps/101-backend/content/105-repo-hosting-services/100-github.md @@ -6,8 +6,8 @@ GitHub is a provider of Internet hosting for software development and version co GitHub Website GitHub Documentation +How to Use Git in a Professional Dev Team What is GitHub? Git vs. GitHub: What's the difference? Git and GitHub for Beginners -Git and GitHub - CS50 Beyond 2019 -How to Use Git in a Professional Dev Team \ No newline at end of file +Git and GitHub - CS50 Beyond 2019 \ No newline at end of file diff --git a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md index b50df5d3d..f7ec5eaee 100644 --- a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md +++ b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md @@ -8,8 +8,8 @@ MongoDB is a source-available cross-platform document-oriented database program. MongoDB Website MongoDB Documentation -Learning Path for MongoDB Developers MongoDB Online Sandbox +Learning Path for MongoDB Developers ## DynamoDB diff --git a/content/roadmaps/101-backend/content/109-apis/100-rest.md b/content/roadmaps/101-backend/content/109-apis/100-rest.md index a89587508..7b38b8115 100644 --- a/content/roadmaps/101-backend/content/109-apis/100-rest.md +++ b/content/roadmaps/101-backend/content/109-apis/100-rest.md @@ -7,4 +7,4 @@ REST, or REpresentational State Transfer, is an architectural style for providin What is REST? What is a REST API? Roy Fielding's dissertation chapter, "Representational State Transfer (REST)" -Learn REST: A RESTful Tutorial \ No newline at end of file +Learn REST: A RESTful Tutorial \ No newline at end of file diff --git a/content/roadmaps/101-backend/content/109-apis/101-json-apis.md b/content/roadmaps/101-backend/content/109-apis/101-json-apis.md index caa561528..cbff87737 100644 --- a/content/roadmaps/101-backend/content/109-apis/101-json-apis.md +++ b/content/roadmaps/101-backend/content/109-apis/101-json-apis.md @@ -4,6 +4,6 @@ JSON or JavaScript Object Notation is an encoding scheme that is designed to eli Free Content -Official Website +Official Website Official Docs JSON API: Explained in 4 minutes diff --git a/content/roadmaps/101-backend/content/109-apis/102-soap.md b/content/roadmaps/101-backend/content/109-apis/102-soap.md index 886f04334..6833bfdd1 100644 --- a/content/roadmaps/101-backend/content/109-apis/102-soap.md +++ b/content/roadmaps/101-backend/content/109-apis/102-soap.md @@ -3,4 +3,4 @@ Simple Object Access Protocol (SOAP) is a message protocol for exchanging information between systems and applications. When it comes to application programming interfaces (APIs), a SOAP API is developed in a more structured and formalized way. SOAP messages can be carried over a variety of lower-level protocols, including the web-related Hypertext Transfer Protocol (HTTP). Free Content -w3school SOAP explanation +w3school SOAP explanation diff --git a/content/roadmaps/101-backend/content/110-caching/101-server-side/101-memcached.md b/content/roadmaps/101-backend/content/110-caching/101-server-side/101-memcached.md index bacc42ecb..ed166e1a9 100644 --- a/content/roadmaps/101-backend/content/110-caching/101-server-side/101-memcached.md +++ b/content/roadmaps/101-backend/content/110-caching/101-server-side/101-memcached.md @@ -12,4 +12,4 @@ Memcached has no internal mechanism to track misses which may happen. However, s Memcached, From Official Github -Memcached Tutorial +Memcached Tutorial