From 5ec0d3185065340830141f93ce5ac56888ea9c17 Mon Sep 17 00:00:00 2001 From: ajay-dhangar Date: Sat, 9 Mar 2024 22:19:00 +0530 Subject: [PATCH 1/2] New Commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37615a1893..bbf6b85b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY package*.json ./ COPY . . # Install node packages, install serve, build the app, and remove dependencies at the end -RUN npm install && npm run build && npm install serve +RUN npm install && npm run build && npm run serve # Expose the port 3000 EXPOSE 3000 From 54d426fb8e0642cca9911cc41a034d2efc775bd1 Mon Sep 17 00:00:00 2001 From: ajay-dhangar Date: Sun, 10 Mar 2024 08:18:17 +0530 Subject: [PATCH 2/2] Added new commit and Debug All Codes --- docs/dsa/dsa.md | 7 +++++++ .../functional-programming-concepts-in-javascript.md | 6 ++++++ .../advanced-topics/object-oriented-javascript.md | 6 ++++++ .../advanced-topics/performance-optimization-techniques.md | 6 ++++++ .../security-best-practices-in-javascript-development.md | 6 ++++++ .../asynchronous-javascript/callback-functions.md | 6 ++++++ .../fetch-api-for-making-http-requests.md | 6 ++++++ .../introduction-to-asynchronous-programming.md | 6 ++++++ .../promises-and-async-and-await-syntax.md | 6 ++++++ .../best-practices-for-error-handling-in-javascript.md | 6 ++++++ .../common-javascript-errors-and-how-to-debug-them.md | 6 ++++++ .../using-browser-developer-tools-for-debugging.md | 6 ++++++ .../javascript/modern-javascript-concepts/es6-features.md | 6 ++++++ .../introduction-to-javascript-frameworks-and-libraries.md | 6 ++++++ .../modules-and-module-loaders.md | 6 ++++++ ...ums-and-online-communities-for-javascript-developers.md | 6 ++++++ ...evelopment-tools-and-ides-for-JavaScript-development.md | 6 ++++++ .../recommended-books-and-online-resources.md | 6 ++++++ .../useful-javascript-libraries-and-frameworks.md | 6 ++++++ web-dev/javascript/welcome-js.md | 4 +--- 20 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 docs/dsa/dsa.md diff --git a/docs/dsa/dsa.md b/docs/dsa/dsa.md new file mode 100644 index 0000000000..f1defd1966 --- /dev/null +++ b/docs/dsa/dsa.md @@ -0,0 +1,7 @@ +--- +id: dsa +title: Data Structures and Algorithms +sidebar_label: DSA +sidebar_position: 1 +--- + diff --git a/web-dev/javascript/advanced-topics/functional-programming-concepts-in-javascript.md b/web-dev/javascript/advanced-topics/functional-programming-concepts-in-javascript.md index e69de29bb2..a61b44e966 100644 --- a/web-dev/javascript/advanced-topics/functional-programming-concepts-in-javascript.md +++ b/web-dev/javascript/advanced-topics/functional-programming-concepts-in-javascript.md @@ -0,0 +1,6 @@ +--- +id: functional-programming-concepts-in-javascript +title: Functional Programming Concepts in JavaScript +sidebar_label: Functional Programming Concepts +sidebar_position: 2 +--- \ No newline at end of file diff --git a/web-dev/javascript/advanced-topics/object-oriented-javascript.md b/web-dev/javascript/advanced-topics/object-oriented-javascript.md index e69de29bb2..c37d211cff 100644 --- a/web-dev/javascript/advanced-topics/object-oriented-javascript.md +++ b/web-dev/javascript/advanced-topics/object-oriented-javascript.md @@ -0,0 +1,6 @@ +--- +id: object-oriented-javascript +title: Object-Oriented JavaScript +sidebar_label: Object-Oriented JavaScript +sidebar_position: 1 +--- \ No newline at end of file diff --git a/web-dev/javascript/advanced-topics/performance-optimization-techniques.md b/web-dev/javascript/advanced-topics/performance-optimization-techniques.md index e69de29bb2..8befac71ad 100644 --- a/web-dev/javascript/advanced-topics/performance-optimization-techniques.md +++ b/web-dev/javascript/advanced-topics/performance-optimization-techniques.md @@ -0,0 +1,6 @@ +--- +id: performance-optimization-techniques +title: Performance Optimization Techniques +sidebar_label: Performance Optimization Techniques +sidebar_position: 3 +--- \ No newline at end of file diff --git a/web-dev/javascript/advanced-topics/security-best-practices-in-javascript-development.md b/web-dev/javascript/advanced-topics/security-best-practices-in-javascript-development.md index e69de29bb2..6df7d0036a 100644 --- a/web-dev/javascript/advanced-topics/security-best-practices-in-javascript-development.md +++ b/web-dev/javascript/advanced-topics/security-best-practices-in-javascript-development.md @@ -0,0 +1,6 @@ +--- +id: security-best-practices-in-javascript-development +title: Security Best Practices in JavaScript Development +sidebar_label: Security Best Practices +sidebar_position: 4 +--- \ No newline at end of file diff --git a/web-dev/javascript/asynchronous-javascript/callback-functions.md b/web-dev/javascript/asynchronous-javascript/callback-functions.md index e69de29bb2..1e4d9a043d 100644 --- a/web-dev/javascript/asynchronous-javascript/callback-functions.md +++ b/web-dev/javascript/asynchronous-javascript/callback-functions.md @@ -0,0 +1,6 @@ +--- +id: callback-functions +title: Callback Functions +sidebar_label: Callback Functions +sidebar_position: 2 +--- \ No newline at end of file diff --git a/web-dev/javascript/asynchronous-javascript/fetch-api-for-making-http-requests.md b/web-dev/javascript/asynchronous-javascript/fetch-api-for-making-http-requests.md index e69de29bb2..bdfc8a8430 100644 --- a/web-dev/javascript/asynchronous-javascript/fetch-api-for-making-http-requests.md +++ b/web-dev/javascript/asynchronous-javascript/fetch-api-for-making-http-requests.md @@ -0,0 +1,6 @@ +--- +id: fetch-api-for-making-http-requests +title: Fetch API for Making HTTP Requests +sidebar_label: Fetch API for Making HTTP Requests +sidebar_position: 4 +--- \ No newline at end of file diff --git a/web-dev/javascript/asynchronous-javascript/introduction-to-asynchronous-programming.md b/web-dev/javascript/asynchronous-javascript/introduction-to-asynchronous-programming.md index e69de29bb2..154c6d842c 100644 --- a/web-dev/javascript/asynchronous-javascript/introduction-to-asynchronous-programming.md +++ b/web-dev/javascript/asynchronous-javascript/introduction-to-asynchronous-programming.md @@ -0,0 +1,6 @@ +--- +id: introduction-to-asynchronous-programming +title: Introduction to Asynchronous Programming +sidebar_label: Introduction to Asynchronous Programming +sidebar_position: 1 +--- \ No newline at end of file diff --git a/web-dev/javascript/asynchronous-javascript/promises-and-async-and-await-syntax.md b/web-dev/javascript/asynchronous-javascript/promises-and-async-and-await-syntax.md index e69de29bb2..91e54e35f2 100644 --- a/web-dev/javascript/asynchronous-javascript/promises-and-async-and-await-syntax.md +++ b/web-dev/javascript/asynchronous-javascript/promises-and-async-and-await-syntax.md @@ -0,0 +1,6 @@ +--- +id: promises-and-async-and-await-syntax +title: Promises and Async and Await Syntax +sidebar_label: Promises and Async and Await Syntax +sidebar_position: 3 +--- \ No newline at end of file diff --git a/web-dev/javascript/error-handling-and-debugging/best-practices-for-error-handling-in-javascript.md b/web-dev/javascript/error-handling-and-debugging/best-practices-for-error-handling-in-javascript.md index e69de29bb2..f4a720de83 100644 --- a/web-dev/javascript/error-handling-and-debugging/best-practices-for-error-handling-in-javascript.md +++ b/web-dev/javascript/error-handling-and-debugging/best-practices-for-error-handling-in-javascript.md @@ -0,0 +1,6 @@ +--- +id: best-practices-for-error-handling-in-javascript +title: Best Practices for Error Handling in JavaScript +sidebar_label: Best Practices for Error Handling +sidebar_position: 3 +--- \ No newline at end of file diff --git a/web-dev/javascript/error-handling-and-debugging/common-javascript-errors-and-how-to-debug-them.md b/web-dev/javascript/error-handling-and-debugging/common-javascript-errors-and-how-to-debug-them.md index e69de29bb2..25f4818be3 100644 --- a/web-dev/javascript/error-handling-and-debugging/common-javascript-errors-and-how-to-debug-them.md +++ b/web-dev/javascript/error-handling-and-debugging/common-javascript-errors-and-how-to-debug-them.md @@ -0,0 +1,6 @@ +--- +id: common-javascript-errors-and-how-to-debug-them +title: Common JavaScript Errors and How to Debug Them +sidebar_label: Common JavaScript Errors and How to Debug Them +sidebar_position: 1 +--- \ No newline at end of file diff --git a/web-dev/javascript/error-handling-and-debugging/using-browser-developer-tools-for-debugging.md b/web-dev/javascript/error-handling-and-debugging/using-browser-developer-tools-for-debugging.md index e69de29bb2..163db56e68 100644 --- a/web-dev/javascript/error-handling-and-debugging/using-browser-developer-tools-for-debugging.md +++ b/web-dev/javascript/error-handling-and-debugging/using-browser-developer-tools-for-debugging.md @@ -0,0 +1,6 @@ +--- +id: using-browser-developer-tools-for-debugging +title: Using Browser Developer Tools for Debugging +sidebar_label: Using Browser Developer Tools for Debugging +sidebar_position: 2 +--- \ No newline at end of file diff --git a/web-dev/javascript/modern-javascript-concepts/es6-features.md b/web-dev/javascript/modern-javascript-concepts/es6-features.md index e69de29bb2..9b98b171ea 100644 --- a/web-dev/javascript/modern-javascript-concepts/es6-features.md +++ b/web-dev/javascript/modern-javascript-concepts/es6-features.md @@ -0,0 +1,6 @@ +--- +id: es6-features +title: ES6 Features +sidebar_label: ES6 Features +sidebar_position: 1 +--- \ No newline at end of file diff --git a/web-dev/javascript/modern-javascript-concepts/introduction-to-javascript-frameworks-and-libraries.md b/web-dev/javascript/modern-javascript-concepts/introduction-to-javascript-frameworks-and-libraries.md index e69de29bb2..2df447fd54 100644 --- a/web-dev/javascript/modern-javascript-concepts/introduction-to-javascript-frameworks-and-libraries.md +++ b/web-dev/javascript/modern-javascript-concepts/introduction-to-javascript-frameworks-and-libraries.md @@ -0,0 +1,6 @@ +--- +id: introduction-to-javascript-frameworks-and-libraries +title: Introduction to JavaScript Frameworks and Libraries +sidebar_label: Introduction to JavaScript Frameworks and Libraries +sidebar_position: 3 +--- \ No newline at end of file diff --git a/web-dev/javascript/modern-javascript-concepts/modules-and-module-loaders.md b/web-dev/javascript/modern-javascript-concepts/modules-and-module-loaders.md index e69de29bb2..76108ec287 100644 --- a/web-dev/javascript/modern-javascript-concepts/modules-and-module-loaders.md +++ b/web-dev/javascript/modern-javascript-concepts/modules-and-module-loaders.md @@ -0,0 +1,6 @@ +--- +id: modules-and-module-loaders +title: Modules and Module Loaders +sidebar_label: Modules and Module Loaders +sidebar_position: 2 +--- \ No newline at end of file diff --git a/web-dev/javascript/tools-and-resources/community-forums-and-online-communities-for-javascript-developers.md b/web-dev/javascript/tools-and-resources/community-forums-and-online-communities-for-javascript-developers.md index e69de29bb2..f547bf2ca1 100644 --- a/web-dev/javascript/tools-and-resources/community-forums-and-online-communities-for-javascript-developers.md +++ b/web-dev/javascript/tools-and-resources/community-forums-and-online-communities-for-javascript-developers.md @@ -0,0 +1,6 @@ +--- +id: community-forums-and-online-communities-for-javascript-developers +title: Community Forums and Online Communities for JavaScript Developers +sidebar_label: Community Forums and Online Communities +sidebar_position: 4 +--- \ No newline at end of file diff --git a/web-dev/javascript/tools-and-resources/popular-development-tools-and-ides-for-JavaScript-development.md b/web-dev/javascript/tools-and-resources/popular-development-tools-and-ides-for-JavaScript-development.md index e69de29bb2..155e74224f 100644 --- a/web-dev/javascript/tools-and-resources/popular-development-tools-and-ides-for-JavaScript-development.md +++ b/web-dev/javascript/tools-and-resources/popular-development-tools-and-ides-for-JavaScript-development.md @@ -0,0 +1,6 @@ +--- +id: popular-development-tools-and-ides-for-JavaScript-development +title: Popular Development Tools and IDEs for JavaScript Development +sidebar_label: Popular Development Tools and IDEs +sidebar_position: 3 +--- \ No newline at end of file diff --git a/web-dev/javascript/tools-and-resources/recommended-books-and-online-resources.md b/web-dev/javascript/tools-and-resources/recommended-books-and-online-resources.md index e69de29bb2..ee3fe64f82 100644 --- a/web-dev/javascript/tools-and-resources/recommended-books-and-online-resources.md +++ b/web-dev/javascript/tools-and-resources/recommended-books-and-online-resources.md @@ -0,0 +1,6 @@ +--- +id: recommended-books-and-online-resources +title: Recommended Books and Online Resources +sidebar_label: Recommended Books and Online Resources +sidebar_position: 2 +--- \ No newline at end of file diff --git a/web-dev/javascript/tools-and-resources/useful-javascript-libraries-and-frameworks.md b/web-dev/javascript/tools-and-resources/useful-javascript-libraries-and-frameworks.md index e69de29bb2..6f74d1d85c 100644 --- a/web-dev/javascript/tools-and-resources/useful-javascript-libraries-and-frameworks.md +++ b/web-dev/javascript/tools-and-resources/useful-javascript-libraries-and-frameworks.md @@ -0,0 +1,6 @@ +--- +id: useful-javascript-libraries-and-frameworks +title: Useful JavaScript Libraries and Frameworks +sidebar_label: Useful JavaScript Libraries and Frameworks +sidebar_position: 1 +--- \ No newline at end of file diff --git a/web-dev/javascript/welcome-js.md b/web-dev/javascript/welcome-js.md index d533bfa4c4..194b8267ea 100644 --- a/web-dev/javascript/welcome-js.md +++ b/web-dev/javascript/welcome-js.md @@ -74,6 +74,4 @@ JavaScript is a versatile language and is used for more than just web pages. For - Useful JavaScript libraries and frameworks - Recommended books and online resources - Popular development tools and IDEs for JavaScript development - - Community forums and online communities for JavaScript developers - - \ No newline at end of file + - Community forums and online communities for JavaScript developers \ No newline at end of file