From ed17a89de4ea54f5613978a7d4a082f1072526f1 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 16:26:49 +0530 Subject: [PATCH 1/8] Update 1. databases.md --- 5. databases/1. databases.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/5. databases/1. databases.md b/5. databases/1. databases.md index 2a6adb8..72244f1 100644 --- a/5. databases/1. databases.md +++ b/5. databases/1. databases.md @@ -11,11 +11,12 @@ Setting up MySQL 8 -[Installing on Ubuntu](https://linuxize.com/post/how-to-install-mysql-on-ubuntu-18-04/) -[Installing on Mac](https://dev.mysql.com/doc/mysql-osx-excerpt/5.7/en/osx-installation-pkg.html) +[Installing using docker-compose - Recommended if comfortable with Docker](https://geshan.com.np/blog/2022/02/mysql-docker-compose/#running-mysql-with-docker-compose) -[Installing on Windows](https://www.liquidweb.com/kb/install-mysql-windows/) +[Installing on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-22-04) + +[Installing on Mac](https://www.geeksforgeeks.org/how-to-install-mysql-on-macos/) Optional : MySQL Workbench From 0b28c60c070c1d34cf687ec0b1cbf3b238f9eeba Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 16:27:14 +0530 Subject: [PATCH 2/8] Update 1. databases.md --- 5. databases/1. databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5. databases/1. databases.md b/5. databases/1. databases.md index 72244f1..859ccf6 100644 --- a/5. databases/1. databases.md +++ b/5. databases/1. databases.md @@ -12,7 +12,7 @@ Setting up MySQL 8 -[Installing using docker-compose - Recommended if comfortable with Docker](https://geshan.com.np/blog/2022/02/mysql-docker-compose/#running-mysql-with-docker-compose) +[Installing using docker-compose](https://geshan.com.np/blog/2022/02/mysql-docker-compose/#running-mysql-with-docker-compose) (Recommended if comfortable with Docker) [Installing on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-22-04) From 5ddea2ee1f7ca974af20a32214ac1f4e5c3ffa4c Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 16:50:01 +0530 Subject: [PATCH 3/8] Update 4. client-server-architecture.md --- 7. javascript-dom/4. client-server-architecture.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/7. javascript-dom/4. client-server-architecture.md b/7. javascript-dom/4. client-server-architecture.md index 51db804..8befa26 100644 --- a/7. javascript-dom/4. client-server-architecture.md +++ b/7. javascript-dom/4. client-server-architecture.md @@ -6,6 +6,3 @@ Articles Check the Slides on Slideshare for Client Server Architecture [https://www.slideshare.net/secret/wYOQgHZBO0B1qm](https://www.slideshare.net/secret/wYOQgHZBO0B1qm) -Watch the video below for the recorded session. (55 minutes 59 seconds) - -[https://www.youtube.com/watch?v=h_7XxdbnkAg](https://www.youtube.com/watch?v=h_7XxdbnkAg) From 041511a0a3fd6cf47e57cce1b621225ca06b6240 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 16:54:41 +0530 Subject: [PATCH 4/8] Delete 7. javascript-dom/4. client-server-architecture.md A bit confusing + redundant content --- 7. javascript-dom/4. client-server-architecture.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 7. javascript-dom/4. client-server-architecture.md diff --git a/7. javascript-dom/4. client-server-architecture.md b/7. javascript-dom/4. client-server-architecture.md deleted file mode 100644 index 8befa26..0000000 --- a/7. javascript-dom/4. client-server-architecture.md +++ /dev/null @@ -1,8 +0,0 @@ -# Client Server Architecture - -Articles -- [https://www.pagecloud.com/blog/website-terminology](https://www.pagecloud.com/blog/website-terminology) -- [https://engineering.videoblocks.com/web-architecture-101-a3224e126947](https://engineering.videoblocks.com/web-architecture-101-a3224e126947) - -Check the Slides on Slideshare for Client Server Architecture [https://www.slideshare.net/secret/wYOQgHZBO0B1qm](https://www.slideshare.net/secret/wYOQgHZBO0B1qm) - From 609b329e185ec27b15acc6099031f307b3d99317 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 17:00:33 +0530 Subject: [PATCH 5/8] Update react.md --- 8. react/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8. react/react.md b/8. react/react.md index 3efde57..60a57b9 100644 --- a/8. react/react.md +++ b/8. react/react.md @@ -2,7 +2,7 @@ ## Prerequisites -- JS Library vs Framework +- JS Library vs Framework - [https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/] - Client side frameworks - [https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks) - Webpack - [https://ui.dev/webpack/](https://ui.dev/webpack/) - Polyfills - [https://ui.dev/compiling-polyfills/](https://ui.dev/compiling-polyfills/) From a9ef61c91910a0ddf34dcbeab08d82ef54972ad5 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 17:06:36 +0530 Subject: [PATCH 6/8] Update react.md --- 8. react/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8. react/react.md b/8. react/react.md index 60a57b9..a0dad13 100644 --- a/8. react/react.md +++ b/8. react/react.md @@ -2,7 +2,7 @@ ## Prerequisites -- JS Library vs Framework - [https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/] +- JS Library vs Framework - https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/ - Client side frameworks - [https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks) - Webpack - [https://ui.dev/webpack/](https://ui.dev/webpack/) - Polyfills - [https://ui.dev/compiling-polyfills/](https://ui.dev/compiling-polyfills/) From e8835b095149957d2e7c55e3a2e35827edc02614 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 17:25:46 +0530 Subject: [PATCH 7/8] Delete 9. redux/redux.md --- 9. redux/redux.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 9. redux/redux.md diff --git a/9. redux/redux.md b/9. redux/redux.md deleted file mode 100644 index 8f64df3..0000000 --- a/9. redux/redux.md +++ /dev/null @@ -1,9 +0,0 @@ -# Redux - -## Introduction to Redux - -[https://www.youtube.com/watch?v=poQXNp9ItL4](https://www.youtube.com/watch?v=poQXNp9ItL4) - -## React-Redux Library - -[React-Redux Guide](https://www.valentinog.com/blog/redux/) From 5b58bec071cfcf89d17b03c006fc777e67b4f036 Mon Sep 17 00:00:00 2001 From: sanchitsharma Date: Mon, 8 Jul 2024 17:26:05 +0530 Subject: [PATCH 8/8] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9607c6..45dddcd 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,5 @@ Sequence of topics (tentative): - HTML and CSS - JavaScript DOM - React -- Redux - Searching