From b9caa84ba1165e46dd9cc73c3b160c714a4a8788 Mon Sep 17 00:00:00 2001 From: varshitha1707 Date: Sun, 20 Jun 2021 15:11:34 +0530 Subject: [PATCH 1/3] grammatical/typo errors fixed --- src/data/accessibility.js | 2 +- src/data/algorithms.js | 2 +- src/data/architecture-and-paradigmes.js | 4 ++-- src/data/build-tools.js | 2 +- src/data/databases.js | 2 +- src/data/design-and-ux.js | 2 +- src/data/fundamentals.js | 12 ++++++------ src/data/modern.js | 12 ++++++------ src/data/pwa.js | 12 ++++++------ src/data/testing.js | 4 ++-- src/data/web-components.js | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/data/accessibility.js b/src/data/accessibility.js index db65125..391edb1 100644 --- a/src/data/accessibility.js +++ b/src/data/accessibility.js @@ -42,7 +42,7 @@ export const accessibilityCollection = { { name: "ARIA", description: { - text: "Learn how to use ARIA descriptions an labels to help assistive technology understanding your website.", + text: "Learn how to use ARIA descriptions and labels to help assistive technology understand your website.", links: [ ["Google Devs - ARIA Labels", "https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships"], ["Google Devs - Hiding and updating content", "https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content"], diff --git a/src/data/algorithms.js b/src/data/algorithms.js index dc11510..ca539a4 100644 --- a/src/data/algorithms.js +++ b/src/data/algorithms.js @@ -168,7 +168,7 @@ export const algorithmsCollection = { { name: "Cost model", description: { - text: "Learn how to setup a cost model for an algorithm.", + text: "Learn how to set up a cost model for an algorithm.", links: [ ["Wikipedia - Analysis of algorithms", "https://en.wikipedia.org/wiki/Analysis_of_algorithms"], ["Analysis of Algorithms", "https://aofa.cs.princeton.edu/10analysis/"], diff --git a/src/data/architecture-and-paradigmes.js b/src/data/architecture-and-paradigmes.js index 52870f8..01878be 100644 --- a/src/data/architecture-and-paradigmes.js +++ b/src/data/architecture-and-paradigmes.js @@ -7,7 +7,7 @@ export const architectureCollection = { { name: "Programming Paradigms", description: { - text: "Learn how programming languages can be categoried into different paraigmes based on their features.", + text: "Learn how programming languages can be categoried into different paradigmes based on their features.", links: [ ["Wikipedia - Programming paradigm", "https://en.wikipedia.org/wiki/Programming_paradigm"], ["Introduction of Programming Paradigms", "https://www.geeksforgeeks.org/introduction-of-programming-paradigms/"], @@ -68,7 +68,7 @@ export const architectureCollection = { { name: "Higher-Order Functions", description: { - text: "Learn about higher-order functions and when it can be used to make your code more readable.", + text: "Learn about higher-order functions and how they can be used to make your code more readable.", links: [ ["Higher-Order Functions", "https://www.sitepoint.com/higher-order-functions-javascript/"], ["Freecodecamp - A quick intro to Higher-Order Functions", "https://www.freecodecamp.org/news/a-quick-intro-to-higher-order-functions-in-javascript-1a014f89c6b/"], diff --git a/src/data/build-tools.js b/src/data/build-tools.js index 4f75af7..a65dd59 100644 --- a/src/data/build-tools.js +++ b/src/data/build-tools.js @@ -40,7 +40,7 @@ export const buildtoolsCollection = { { name: "Module Bundlers", description: { - text: "Learn about module bundler and how they can help bundling your code.", + text: "Learn about module bundlers and how they can help bundling your code.", links: [ ["dev.to - What is a module bundler?", "https://dev.to/tanhauhau/what-is-module-bundler-and-how-does-it-work-3gp2"], ["Freecodecamp - Let’s learn how module bundlers work", "https://www.freecodecamp.org/news/lets-learn-how-module-bundlers-work-and-then-write-one-ourselves-b2e3fe6c88ae/"], diff --git a/src/data/databases.js b/src/data/databases.js index 26a2a76..fa8ea66 100644 --- a/src/data/databases.js +++ b/src/data/databases.js @@ -393,7 +393,7 @@ export const databasesCollection = { { name: "Request-Reply Protocol", description: { - text: "Learn how computers communicate with eachother using the request-reply protocol.", + text: "Learn how computers communicate with each other using the request-reply protocol.", links: [ ["Wikipedia - Request Response", "https://en.wikipedia.org/wiki/Request%E2%80%93response"], ["Youtube - Event-Driven Architecture", "https://www.youtube.com/watch?v=3bxAm3XIFmk"], diff --git a/src/data/design-and-ux.js b/src/data/design-and-ux.js index 25b268b..44545f2 100644 --- a/src/data/design-and-ux.js +++ b/src/data/design-and-ux.js @@ -230,7 +230,7 @@ export const designAndUXCollection = { { name: "Hit Targets", description: { - text: "Learn about hit targets can why they should not be neglected.", + text: "Learn about hit targets and why they should not be neglected.", links: [ ["Finger-Friendly Design", "https://www.smashingmagazine.com/2012/02/finger-friendly-design-ideal-mobile-touchscreen-target-sizes/"], ["Size matters! Accessibility and Touch Targets", "https://medium.com/@zacdicko/size-matters-accessibility-and-touch-targets-56e942adc0cc"], diff --git a/src/data/fundamentals.js b/src/data/fundamentals.js index 13117ca..d9bb044 100644 --- a/src/data/fundamentals.js +++ b/src/data/fundamentals.js @@ -7,7 +7,7 @@ export const fundamentalsCollection = { { name: "Syntax", description: { - text: "Learn the basics of HTML and get comfortable with it's syntax and main concepts.", + text: "Learn the basics of HTML and get comfortable with its syntax and main concepts.", links: [ ["MDN - HTML Basics", "https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics"], ["MDN - Introduction to HTML", "https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML"], @@ -18,7 +18,7 @@ export const fundamentalsCollection = { { name: "Basic Tags", description: { - text: "Get familiar with the basic HTML tags", + text: "Get familiar with the basic HTML tags.", links: [ ["MDN - HTML elements reference", "https://developer.mozilla.org/en-US/docs/Web/HTML/Element"], ["Tutorialspoint - Basic HTML tags", "https://www.tutorialspoint.com/html/html_basic_tags.htm"], @@ -94,7 +94,7 @@ export const fundamentalsCollection = { { name: "Syntax", description: { - text: "Learn the basics of CSS and get comfortable with it's syntax and main concepts.", + text: "Learn the basics of CSS and get comfortable with its syntax and main concepts.", links: [ ["MDN - CSS Basics", "https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics"], ["W3Schools - CSS Tutorial", "https://www.w3schools.com/css/default.asp"], @@ -348,7 +348,7 @@ export const fundamentalsCollection = { { name: "Syntax", description: { - text: "Learn the basics of Javascript and get comfortable with it's syntax and main concepts.", + text: "Learn the basics of Javascript and get comfortable with its syntax and main concepts.", links: [ ["MDN - Javascript First Steps", "https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps"], ["MDN - Javascript Basics", "https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics"], @@ -480,7 +480,7 @@ export const fundamentalsCollection = { { name: "Template Literals", description: { - text: "Learn how template literals and tagged templates and help you manipulate strings.", + text: "Learn how template literals and tagged templates can help you manipulate strings.", links: [ ["MDN - Template literals", "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals"], ["MDN - ES6 In Depth: Template strings", "https://hacks.mozilla.org/2015/05/es6-in-depth-template-strings-2/"], @@ -760,7 +760,7 @@ export const fundamentalsCollection = { { name: "Debugging", description: { - text: "Learn about the basics concepts of debugging.", + text: "Learn about the basic concepts of debugging.", links: [ ["Google Devs - Inspect and Edit Pages and Styles", "https://developers.google.com/web/tools/chrome-devtools/inspect-styles/"], ["MDN - Cross browser testing", "https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing"], diff --git a/src/data/modern.js b/src/data/modern.js index 5c7c6ef..16e9b4f 100644 --- a/src/data/modern.js +++ b/src/data/modern.js @@ -6,7 +6,7 @@ export const modernCollection = { { name: "Streams", description: { - text: "Learn about streams and how they can help you effeciently transporting data.", + text: "Learn about streams and how they can help you in efficiently transporting data.", links: [ ["MDN - Streams", "https://developer.mozilla.org/en-US/docs/Web/API/Streams_API"], ["MDN - Streams API concepts", "https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Concepts"], @@ -84,7 +84,7 @@ export const modernCollection = { { name: "Speech Synthesis", description: { - text: "Learn how the speech synthesis API can help you converting text to speech.", + text: "Learn how the speech synthesis API can help you in converting text to speech.", links: [ ["Google Devs - Web apps that talk", "https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API"], ["MDN - window.speechSynthesis", "https://developer.mozilla.org/en-US/docs/Web/API/Window/speechSynthesis"], @@ -199,7 +199,7 @@ export const modernCollection = { { name: "Observers", description: { - text: "Learn about the observer pattern and get comfortable concepts such as subjects and observers.", + text: "Learn about the observer pattern and get comfortable with concepts such as subjects and observers.", links: [ ["Javascript Observers and You", "https://chromatichq.com/blog/javascript-observers-and-you"], ["How to Use the Observable Pattern in JavaScript", "https://webdevstudios.com/2019/02/19/observable-pattern-in-javascript/"], @@ -224,7 +224,7 @@ export const modernCollection = { { name: "Intersection Observer", description: { - text: "Learn how to use the Intersection Observer API can help you detect when an element is visible on the screen.", + text: "Learn how to use the Intersection Observer API and how it can help you detect when an element is visible on the screen.", links: [ ["MDN - Intersection Observer API", "https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API"], ["W3C - Intersection Observer", "https://www.w3.org/TR/intersection-observer/"], @@ -314,7 +314,7 @@ export const modernCollection = { { name: "Share", description: { - text: "Learn how the Web Share API can help users sharing your web app.", + text: "Learn how the Web Share API can help users share your web app.", links: [ ["MDN - Share", "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share"], ["Google Devs - Introducing the Web Share API", "https://developers.google.com/web/updates/2016/09/navigator-share"], @@ -473,7 +473,7 @@ export const modernCollection = { { name: "Credentials Manager API", description: { - text: "Learn about the Credentials Manager API proposal and how it can help authenticating users.", + text: "Learn about the Credentials Manager API proposal and how it can help authenticate users.", links: [ ["MDN - Credential Management API", "https://developer.mozilla.org/en-US/docs/Web/API/Credential_Management_API"], ["Google Devs - The Credential Management API", "https://developers.google.com/web/fundamentals/security/credential-management"], diff --git a/src/data/pwa.js b/src/data/pwa.js index 721a87f..b158005 100644 --- a/src/data/pwa.js +++ b/src/data/pwa.js @@ -2,7 +2,7 @@ export const pwaCollection = { name: "Progressive Webapps", areas: [ { - name: "API's", + name: "APIs", skills: [ { name: "Storage", @@ -228,7 +228,7 @@ export const pwaCollection = { { name: "Dynamic Import", description: { - text: "Learn how to use dynamic import to lazy load javascript.", + text: "Learn how to use dynamic import to lazy load Javascript.", links: [ ["V8 - Dynamic import()", "https://v8.dev/features/dynamic-import"], ["JavaScript dynamic import() & export", "https://medium.com/@WebReflection/javascript-dynamic-import-export-b0e8775a59d4"], @@ -274,7 +274,7 @@ export const pwaCollection = { { name: "Codesplitting", description: { - text: "Learn about codesplitting an how dividing your code into multiple chunks makes your web app faster.", + text: "Learn about codesplitting and how dividing your code into multiple chunks makes your web app faster.", links: [ ["Google Devs - Reduce JavaScript Payloads", "https://developers.google.com/web/fundamentals/performance/optimizing-javascript/code-splitting"], ["All you need to know about JavaScript code splitting", "https://www.creativebloq.com/how-to/all-you-need-to-know-about-javascript-code-splitting"] @@ -309,7 +309,7 @@ export const pwaCollection = { { name: "Caching", description: { - text: "Learn about caching and how it can be uses to make web apps load faster.", + text: "Learn about caching and how it can be used to make web apps load faster.", links: [ ["Google Devs - HTTP Caching", "https://developers.google.com/web/fundamentals/performance/get-started/httpcaching-6"], ["MDN - HTTP caching", "https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching"] @@ -362,7 +362,7 @@ export const pwaCollection = { { name: "Stack", description: { - text: "Learn about the stack and how to investigate the staack trace when debugging.", + text: "Learn about the stack and how to investigate the stack trace when debugging.", links: [ ["Javascript Stack Trade - Using it to debug", "https://www.scalyr.com/blog/javascript-stack-trace-understanding-it-and-using-it-to-debug/"], ["MDN - console.trace()", "https://developer.mozilla.org/en-US/docs/Web/API/Console/trace"], @@ -586,7 +586,7 @@ export const pwaCollection = { { name: "Cross-Site Scripting", description: { - text: "Learn about cross-site scripting and how it is possible mitigate these kind of attacks.", + text: "Learn about cross-site scripting and how it is possible mitigate these kinds of attacks.", links: [ ["MDN - Cross-site scripting", "https://developer.mozilla.org/en-US/docs/Glossary/Cross-site_scripting"], ["OWASP - Cross-site Scripting (XSS)", "https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)"], diff --git a/src/data/testing.js b/src/data/testing.js index f4bae8a..3356fdd 100644 --- a/src/data/testing.js +++ b/src/data/testing.js @@ -51,7 +51,7 @@ export const testingCollection = { { name: "Acceptance Testing", description: { - text: "Learn about acceptance testing and how it can be used to test the software for acceptability", + text: "Learn about acceptance testing and how it can be used to test the software for acceptability.", links: [ ["What is User Acceptance Testing?", "https://www.guru99.com/user-acceptance-testing.html"], ["Acceptance Testing", "http://softwaretestingfundamentals.com/acceptance-testing/"], @@ -137,7 +137,7 @@ export const testingCollection = { { name: "Continuous integration", description: { - text: "Learn about continuous integration and it can enable iterative software development.", + text: "Learn about continuous integration and how it can enable iterative software development.", links: [ ["dev.to - Continuous Integration Explained", "https://dev.to/markoa/continuous-integration-explained-59f9"], ["Continuous Integration Tutorial", "https://www.tutorialspoint.com/continuous_integration/index.htm"], diff --git a/src/data/web-components.js b/src/data/web-components.js index 97097d5..a8b1ed0 100644 --- a/src/data/web-components.js +++ b/src/data/web-components.js @@ -87,7 +87,7 @@ export const webcomponentsCollection = { { name: "Constructible Stylesheets", description: { - text: "Learn how the Constructible Stylesheets proposal enables reusable styles when using shadow dom.", + text: "Learn how the Constructible Stylesheets proposal enables reusable styles when using Shadow DOM.", links: [ ["Google Devs - Constructable Stylesheets", "https://developers.google.com/web/updates/2019/02/constructable-stylesheets"], ["W3C - Constructable Stylesheet Objects", "https://wicg.github.io/construct-stylesheets/"], From 7f66f1641d0ad3feee2803c3604241458a5098ac Mon Sep 17 00:00:00 2001 From: varshitha1707 <69676094+varshitha1707@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:26:55 +0530 Subject: [PATCH 2/3] Update architecture-and-paradigmes.js --- src/data/architecture-and-paradigmes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/architecture-and-paradigmes.js b/src/data/architecture-and-paradigmes.js index 01878be..986c334 100644 --- a/src/data/architecture-and-paradigmes.js +++ b/src/data/architecture-and-paradigmes.js @@ -7,7 +7,7 @@ export const architectureCollection = { { name: "Programming Paradigms", description: { - text: "Learn how programming languages can be categoried into different paradigmes based on their features.", + text: "Learn how programming languages can be categoried into different paradigms based on their features.", links: [ ["Wikipedia - Programming paradigm", "https://en.wikipedia.org/wiki/Programming_paradigm"], ["Introduction of Programming Paradigms", "https://www.geeksforgeeks.org/introduction-of-programming-paradigms/"], @@ -252,4 +252,4 @@ export const architectureCollection = { ] } ] -} \ No newline at end of file +} From 622707ccdd80e70291f40e6b5a3f81d51030d15b Mon Sep 17 00:00:00 2001 From: varshitha1707 <69676094+varshitha1707@users.noreply.github.com> Date: Fri, 25 Jun 2021 10:12:17 +0530 Subject: [PATCH 3/3] Update pwa.js --- src/data/pwa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pwa.js b/src/data/pwa.js index b158005..695bdf8 100644 --- a/src/data/pwa.js +++ b/src/data/pwa.js @@ -598,7 +598,7 @@ export const pwaCollection = { { name: "Clickjacking", description: { - text: "Learn about clickjacking and how it is possible to mitigate these kind of attacks.", + text: "Learn about clickjacking and how it is possible to mitigate these kinds of attacks.", links: [ ["OWASP - Clickjacking", "https://www.owasp.org/index.php/Clickjacking"], ["Wikipedia - Clickjacking", "https://en.wikipedia.org/wiki/Clickjacking"],