From fce737573522446cc833de5450759524a24cf59a Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:31:34 +0100 Subject: [PATCH 01/22] Update 01-BasicLayout-IntroJS.md Add link --- courses/web/01-BasicLayout-IntroJS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 04856f92..17499309 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -26,6 +26,7 @@ 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) +9. [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) ### Tasks @@ -56,4 +57,4 @@ In the mentoring training path, you should watch the **"third"** and **"fourth"* - Link to [video4](https://drive.google.com/file/d/1Nr_vAxNQ3wx7zOrc7v7RJNHfRWFTSac-/view?usp=sharing) To complete this section, please follow the instructions provided on [this page](https://github.com/cs-internship/cs-internship-spec/blob/master/courses/mentoring-workshops-instruction.md). - \ No newline at end of file + From e5c032327769c66314c746d3896005536e922952 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:34:30 +0100 Subject: [PATCH 02/22] Update 02-AdvancedLayout-BasicJS.md add link --- courses/web/02-AdvancedLayout-BasicJS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/02-AdvancedLayout-BasicJS.md b/courses/web/02-AdvancedLayout-BasicJS.md index b03c4ae8..b79c62a9 100644 --- a/courses/web/02-AdvancedLayout-BasicJS.md +++ b/courses/web/02-AdvancedLayout-BasicJS.md @@ -24,6 +24,7 @@ 4. [YDKJS Book 1, Chapter 2: Into JavaScript](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch2.md) 5. [YDKJS Book 1, Chapter 3: Into YDKJS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch3.md) 6. [JavaScript Debugging](https://link.medium.com/YRBvjadl3X) +7. [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) ### Tasks @@ -64,4 +65,4 @@ In the mentoring training path, you should watch the **"fifth"** and **"sixth"** - Link to [video6](https://drive.google.com/file/d/1L-xFO4gbmBmxepTldUT61_HuA4d3T9eU/view?usp=sharing) To complete this section, please follow the instructions provided on [this page](https://github.com/cs-internship/cs-internship-spec/blob/master/courses/mentoring-workshops-instruction.md). - \ No newline at end of file + From e68a782899bac6da4ee4aa9a0dbd9ba8fb0aee80 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:36:44 +0100 Subject: [PATCH 03/22] Update 03-intermediateJS(I).md add link --- courses/web/03-intermediateJS(I).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/03-intermediateJS(I).md b/courses/web/03-intermediateJS(I).md index 6f7e476e..be0cefa4 100644 --- a/courses/web/03-intermediateJS(I).md +++ b/courses/web/03-intermediateJS(I).md @@ -22,6 +22,7 @@ 2. [YDKJS Book 2, Chapter 2: Lexical Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch2.md) 3. [YDKJS Book 2, Chapter3: Function vs. Block Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch3.md) 4. [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/) +5. [Deep Dive into LLMs like ChatGPT](https://www.youtube.com/watch?v=7xTGNNLPyMI) ### Tasks @@ -76,4 +77,4 @@ In the mentoring training path, you should watch the **"seventh"** and **"eighth - Link to [video8](https://drive.google.com/file/d/1_5XYfjngoY7LaLdReomoz45BSIoZXovz/view?usp=drive_link) To complete this section, please follow the instructions provided on [this page](https://github.com/cs-internship/cs-internship-spec/blob/master/courses/mentoring-workshops-instruction.md). - \ No newline at end of file + From 83892f0ebf560ddb510d2a97f6f2ae23795474c1 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:40:04 +0100 Subject: [PATCH 04/22] Update 04-intermediateJS(II).md add link --- courses/web/04-intermediateJS(II).md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/web/04-intermediateJS(II).md b/courses/web/04-intermediateJS(II).md index dd0f4969..1751eece 100644 --- a/courses/web/04-intermediateJS(II).md +++ b/courses/web/04-intermediateJS(II).md @@ -23,6 +23,7 @@ 3. [SCSS tutorial](https://www.w3schools.com/sass/default.php) 4. [YDKJS Book 2, Chapter 4: Hoisting](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch4.md) 5. [YDKJS Book 2, Chapter 5: Scope Closures](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch5.md) +6. [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) ### Tasks From 81786a361132facd0059ddce930653fb51fe5359 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:42:18 +0100 Subject: [PATCH 05/22] Update 01-BasicLayout-IntroJS.md add 2 link --- courses/web/01-BasicLayout-IntroJS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 17499309..6c611737 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -27,6 +27,7 @@ 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) 9. [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) +10. [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) ### Tasks From 28db38775793d94c4c69c6be3334d7a3bb5a7b6f Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:08:09 +0100 Subject: [PATCH 06/22] Update 01-BasicLayout-IntroJS.md add explain. --- courses/web/01-BasicLayout-IntroJS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 6c611737..b9608a36 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -26,8 +26,9 @@ 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) -9. [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) -10. [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) +9. The following videos provide a practical introduction to the fast-growing world of AI. They offer a helpful starting point for understanding how AI works and its potential impact on the future of IT careers. Since the field is evolving rapidly, it’s a good idea to stay updated with the latest resources and developments. +- [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) +- [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) ### Tasks From 92729897c7ccd064fa59565eb5fd753a2b141213 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:27:44 +0100 Subject: [PATCH 07/22] Update 01-BasicLayout-IntroJS.md update text --- courses/web/01-BasicLayout-IntroJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index b9608a36..9316ace1 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -26,7 +26,7 @@ 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) -9. The following videos provide a practical introduction to the fast-growing world of AI. They offer a helpful starting point for understanding how AI works and its potential impact on the future of IT careers. Since the field is evolving rapidly, it’s a good idea to stay updated with the latest resources and developments. +9. These two videos and related content are included in the next three steps of the course, providing a practical introduction to the fast-growing world of Large Language Models (LLMs). They offer a helpful starting point for understanding how LLMs work and their potential applications in IT and technical problem-solving. Since the field evolves rapidly, it’s recommended to stay updated with the latest resources and developments. - [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) - [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) From 38b3d38334adb8f00ffdd662ddc7e04866430bec Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:32:54 +0100 Subject: [PATCH 08/22] Update 01-BasicLayout-IntroJS.md update text --- courses/web/01-BasicLayout-IntroJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 9316ace1..7c819945 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -26,7 +26,7 @@ 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) -9. These two videos and related content are included in the next three steps of the course, providing a practical introduction to the fast-growing world of Large Language Models (LLMs). They offer a helpful starting point for understanding how LLMs work and their potential applications in IT and technical problem-solving. Since the field evolves rapidly, it’s recommended to stay updated with the latest resources and developments. +9. These two videos, along with other videos on the same topic included in the next three steps, provide a practical introduction to the fast-growing world of Large Language Models (LLMs). They offer a helpful starting point for understanding how LLMs work and their potential applications in IT and technical problem-solving. Since the field evolves rapidly, it’s recommended to stay updated with the latest resources and developments. - [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) - [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) From b306a158a26238cfb16fb7b572ab491e309d126f Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:56:58 +0100 Subject: [PATCH 09/22] Update 01-BasicLayout-IntroJS.md apply comments --- courses/web/01-BasicLayout-IntroJS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 7c819945..af8c179a 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -26,9 +26,11 @@ 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) -9. These two videos, along with other videos on the same topic included in the next three steps, provide a practical introduction to the fast-growing world of Large Language Models (LLMs). They offer a helpful starting point for understanding how LLMs work and their potential applications in IT and technical problem-solving. Since the field evolves rapidly, it’s recommended to stay updated with the latest resources and developments. -- [Generative AI in a Nutshell - How to survive and thrive in the age of AI](https://www.youtube.com/watch?v=2IK3DFHRFfw) -- [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) +9. AI is the new electricity and will transform and improve nearly all areas of human lives. +To begin exploring the profound impact of large language models (LLMs) on society and software development, start by watching these two insightful videos. +For the latest perspectives, it's also highly recommended to check out the most recently published videos on this topic. +- [Generative AI in a Nutshell - How to survive and thrive in the age of AI - Henrik Kniberg, 2024](https://www.youtube.com/watch?v=2IK3DFHRFfw) +- [Large Language Models (LLMs) - Everything You NEED To know - Matthew Berman, 2024](https://www.youtube.com/watch?v=osKyvYJ3PRM) ### Tasks From 8f1d78b33cf4fcbaabe28c40c4a45c775ba07afc Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:00:43 +0100 Subject: [PATCH 10/22] Update 02-AdvancedLayout-BasicJS.md apply comment --- courses/web/02-AdvancedLayout-BasicJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/02-AdvancedLayout-BasicJS.md b/courses/web/02-AdvancedLayout-BasicJS.md index b79c62a9..b7a39e4d 100644 --- a/courses/web/02-AdvancedLayout-BasicJS.md +++ b/courses/web/02-AdvancedLayout-BasicJS.md @@ -24,7 +24,7 @@ 4. [YDKJS Book 1, Chapter 2: Into JavaScript](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch2.md) 5. [YDKJS Book 1, Chapter 3: Into YDKJS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch3.md) 6. [JavaScript Debugging](https://link.medium.com/YRBvjadl3X) -7. [Large Language Models (LLMs) - Everything You NEED To know](https://www.youtube.com/watch?v=osKyvYJ3PRM) +7. [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) ### Tasks From a1634afcd14b54d3640972d3b7b5b7019a0b92f8 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:11:55 +0100 Subject: [PATCH 11/22] Update 03-intermediateJS(I).md apply comment --- courses/web/03-intermediateJS(I).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/03-intermediateJS(I).md b/courses/web/03-intermediateJS(I).md index be0cefa4..89232ba8 100644 --- a/courses/web/03-intermediateJS(I).md +++ b/courses/web/03-intermediateJS(I).md @@ -22,7 +22,7 @@ 2. [YDKJS Book 2, Chapter 2: Lexical Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch2.md) 3. [YDKJS Book 2, Chapter3: Function vs. Block Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch3.md) 4. [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/) -5. [Deep Dive into LLMs like ChatGPT](https://www.youtube.com/watch?v=7xTGNNLPyMI) +5. [The past, present, and future of AI for application developers, Steve Sanderson](https://youtu.be/awztkr8n0AA?si=U7BpYtq6WfYjnPaP) ### Tasks From 850a345b02927009db85ecccdaa13322595bf91c Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:09:28 +0100 Subject: [PATCH 12/22] Update 02-AdvancedLayout-BasicJS.md add explain --- courses/web/02-AdvancedLayout-BasicJS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/02-AdvancedLayout-BasicJS.md b/courses/web/02-AdvancedLayout-BasicJS.md index b7a39e4d..aca3d302 100644 --- a/courses/web/02-AdvancedLayout-BasicJS.md +++ b/courses/web/02-AdvancedLayout-BasicJS.md @@ -24,7 +24,8 @@ 4. [YDKJS Book 1, Chapter 2: Into JavaScript](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch2.md) 5. [YDKJS Book 1, Chapter 3: Into YDKJS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch3.md) 6. [JavaScript Debugging](https://link.medium.com/YRBvjadl3X) -7. [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) +7. Take a deep dive into the world of Large Language Models (LLMs) by watching this insightful video. To stay up to date with the latest developments and perspectives, be sure to explore the most recently published content on this topic as well. + - [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) ### Tasks From 024309c252cfd0420343954dab4438dc8118f415 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:10:52 +0100 Subject: [PATCH 13/22] Update 03-intermediateJS(I).md add text --- courses/web/03-intermediateJS(I).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/03-intermediateJS(I).md b/courses/web/03-intermediateJS(I).md index 89232ba8..e777fbfc 100644 --- a/courses/web/03-intermediateJS(I).md +++ b/courses/web/03-intermediateJS(I).md @@ -22,7 +22,8 @@ 2. [YDKJS Book 2, Chapter 2: Lexical Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch2.md) 3. [YDKJS Book 2, Chapter3: Function vs. Block Scope](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch3.md) 4. [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/) -5. [The past, present, and future of AI for application developers, Steve Sanderson](https://youtu.be/awztkr8n0AA?si=U7BpYtq6WfYjnPaP) +5. Watch The Past, Present, and Future of AI for Application Developers by Steve Sanderson. It’s strongly recommended to explore the latest videos on this topic to stay informed with the most current insights and developments. + - [The past, present, and future of AI for application developers, Steve Sanderson](https://youtu.be/awztkr8n0AA?si=U7BpYtq6WfYjnPaP) ### Tasks From a902dffcd53af83e31ddc8a27eac0fcef12c46e5 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:11:56 +0100 Subject: [PATCH 14/22] Update 04-intermediateJS(II).md add text --- courses/web/04-intermediateJS(II).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courses/web/04-intermediateJS(II).md b/courses/web/04-intermediateJS(II).md index 1751eece..79ca5e41 100644 --- a/courses/web/04-intermediateJS(II).md +++ b/courses/web/04-intermediateJS(II).md @@ -23,7 +23,8 @@ 3. [SCSS tutorial](https://www.w3schools.com/sass/default.php) 4. [YDKJS Book 2, Chapter 4: Hoisting](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch4.md) 5. [YDKJS Book 2, Chapter 5: Scope Closures](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch5.md) -6. [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) +6. Watch this video to learn how to harness the power of large language models with ChatGPT Prompt Engineering. + - [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) ### Tasks From 887a68c1e065e2c1776b819a639c626f1cd3aede Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:13:14 +0100 Subject: [PATCH 15/22] Update 04-intermediateJS(II).md fix sytle --- courses/web/04-intermediateJS(II).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/04-intermediateJS(II).md b/courses/web/04-intermediateJS(II).md index 79ca5e41..d8e0fd68 100644 --- a/courses/web/04-intermediateJS(II).md +++ b/courses/web/04-intermediateJS(II).md @@ -24,7 +24,7 @@ 4. [YDKJS Book 2, Chapter 4: Hoisting](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch4.md) 5. [YDKJS Book 2, Chapter 5: Scope Closures](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch5.md) 6. Watch this video to learn how to harness the power of large language models with ChatGPT Prompt Engineering. - - [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) + - [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) ### Tasks From 0a8deb621fd952a78370e1f46cb0fd6724e5f212 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:14:01 +0100 Subject: [PATCH 16/22] Update 02-AdvancedLayout-BasicJS.md fix style --- courses/web/02-AdvancedLayout-BasicJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/02-AdvancedLayout-BasicJS.md b/courses/web/02-AdvancedLayout-BasicJS.md index aca3d302..1e145bbc 100644 --- a/courses/web/02-AdvancedLayout-BasicJS.md +++ b/courses/web/02-AdvancedLayout-BasicJS.md @@ -25,7 +25,7 @@ 5. [YDKJS Book 1, Chapter 3: Into YDKJS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch3.md) 6. [JavaScript Debugging](https://link.medium.com/YRBvjadl3X) 7. Take a deep dive into the world of Large Language Models (LLMs) by watching this insightful video. To stay up to date with the latest developments and perspectives, be sure to explore the most recently published content on this topic as well. - - [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) + - [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) ### Tasks From 1f8a86a55c83cbcbf59ba19d965ddfa66674dff7 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:15:19 +0100 Subject: [PATCH 17/22] Update 01-BasicLayout-IntroJS.md fix style --- courses/web/01-BasicLayout-IntroJS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index af8c179a..a3f60f24 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -29,8 +29,8 @@ 9. AI is the new electricity and will transform and improve nearly all areas of human lives. To begin exploring the profound impact of large language models (LLMs) on society and software development, start by watching these two insightful videos. For the latest perspectives, it's also highly recommended to check out the most recently published videos on this topic. -- [Generative AI in a Nutshell - How to survive and thrive in the age of AI - Henrik Kniberg, 2024](https://www.youtube.com/watch?v=2IK3DFHRFfw) -- [Large Language Models (LLMs) - Everything You NEED To know - Matthew Berman, 2024](https://www.youtube.com/watch?v=osKyvYJ3PRM) + - [Generative AI in a Nutshell - How to survive and thrive in the age of AI - Henrik Kniberg, 2024](https://www.youtube.com/watch?v=2IK3DFHRFfw) + - [Large Language Models (LLMs) - Everything You NEED To know - Matthew Berman, 2024](https://www.youtube.com/watch?v=osKyvYJ3PRM) ### Tasks From adae20169359b1eea720d06437ece4ffedacd509 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:19:06 +0100 Subject: [PATCH 18/22] Update 01-BasicLayout-IntroJS.md apply comment and fix conflict --- courses/web/01-BasicLayout-IntroJS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index a3f60f24..3560275a 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -22,12 +22,12 @@ 2. [W3Schools CSS](https://www.w3schools.com/css/default.asp) 3. [Css Reference](https://cssreference.io/) (Study these collections: Box model, flex, grid, positioning, transition) 4. [Don't fear the internet - Layout](http://www.dontfeartheinternet.com/08-layout/) -5. [YDKJS, Chapter Book 1: Intro Programming](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch1.md) +5. [How To Make Websites Using HTML & CSS](https://www.youtube.com/watch?v=PgAZ8KzfhO8) 6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) 7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) 8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) 9. AI is the new electricity and will transform and improve nearly all areas of human lives. -To begin exploring the profound impact of large language models (LLMs) on society and software development, start by watching these two insightful videos. +To begin exploring the profound impact of large language models (LLMs) on society and software development, start by watching these two videos as a starting point. For the latest perspectives, it's also highly recommended to check out the most recently published videos on this topic. - [Generative AI in a Nutshell - How to survive and thrive in the age of AI - Henrik Kniberg, 2024](https://www.youtube.com/watch?v=2IK3DFHRFfw) - [Large Language Models (LLMs) - Everything You NEED To know - Matthew Berman, 2024](https://www.youtube.com/watch?v=osKyvYJ3PRM) From c1c6df3dd7fe5c23b3b3ac812ffd98cab631d763 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:20:12 +0100 Subject: [PATCH 19/22] Update 02-AdvancedLayout-BasicJS.md apply comment --- courses/web/02-AdvancedLayout-BasicJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/02-AdvancedLayout-BasicJS.md b/courses/web/02-AdvancedLayout-BasicJS.md index 1e145bbc..22a6ef3b 100644 --- a/courses/web/02-AdvancedLayout-BasicJS.md +++ b/courses/web/02-AdvancedLayout-BasicJS.md @@ -24,7 +24,7 @@ 4. [YDKJS Book 1, Chapter 2: Into JavaScript](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch2.md) 5. [YDKJS Book 1, Chapter 3: Into YDKJS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch3.md) 6. [JavaScript Debugging](https://link.medium.com/YRBvjadl3X) -7. Take a deep dive into the world of Large Language Models (LLMs) by watching this insightful video. To stay up to date with the latest developments and perspectives, be sure to explore the most recently published content on this topic as well. +7. Learn more about Large Language Models (LLMs) in this comprehensive, in-depth video. For the latest developments, you can also check the most recently published content on this topic. - [Deep Dive into LLMs like ChatGPT, Andrej Karpathy, 2025](https://www.youtube.com/watch?v=7xTGNNLPyMI) ### Tasks From 4d94e281e951248724b2e09b0d8d01666bdff555 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:21:36 +0100 Subject: [PATCH 20/22] Update 04-intermediateJS(II).md apply comment --- courses/web/04-intermediateJS(II).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/web/04-intermediateJS(II).md b/courses/web/04-intermediateJS(II).md index d8e0fd68..a5c3b039 100644 --- a/courses/web/04-intermediateJS(II).md +++ b/courses/web/04-intermediateJS(II).md @@ -23,7 +23,7 @@ 3. [SCSS tutorial](https://www.w3schools.com/sass/default.php) 4. [YDKJS Book 2, Chapter 4: Hoisting](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch4.md) 5. [YDKJS Book 2, Chapter 5: Scope Closures](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/scope%20%26%20closures/ch5.md) -6. Watch this video to learn how to harness the power of large language models with ChatGPT Prompt Engineering. +6. Watch this video to learn how to harness the power of large language models with ChatGPT Prompt Engineering.For the latest developments, you can also check the most recently published content on this topic. - [ChatGPT Prompt Engineering for Developers](https://learn.deeplearning.ai/courses/chatgpt-prompt-eng/lesson/dfbds/introduction) ### Tasks From 6adaf264ff346b61e0ba40d07454c48749b80c12 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:50:33 +0100 Subject: [PATCH 21/22] Update 01-BasicLayout-IntroJS.md fix conflict --- courses/web/01-BasicLayout-IntroJS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/courses/web/01-BasicLayout-IntroJS.md b/courses/web/01-BasicLayout-IntroJS.md index 3560275a..c2381cd0 100644 --- a/courses/web/01-BasicLayout-IntroJS.md +++ b/courses/web/01-BasicLayout-IntroJS.md @@ -22,11 +22,12 @@ 2. [W3Schools CSS](https://www.w3schools.com/css/default.asp) 3. [Css Reference](https://cssreference.io/) (Study these collections: Box model, flex, grid, positioning, transition) 4. [Don't fear the internet - Layout](http://www.dontfeartheinternet.com/08-layout/) -5. [How To Make Websites Using HTML & CSS](https://www.youtube.com/watch?v=PgAZ8KzfhO8) -6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) -7. [Git Handbook](https://guides.github.com/introduction/git-handbook/) -8. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) -9. AI is the new electricity and will transform and improve nearly all areas of human lives. +5. [YDKJS, Chapter Book 1: Intro Programming](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/up%20%26%20going/ch1.md) +6. [How To Make Websites Using HTML & CSS](https://www.youtube.com/watch?v=PgAZ8KzfhO8) +7. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS) +8. [Git Handbook](https://guides.github.com/introduction/git-handbook/) +9. [How to use Git and Github](https://youtu.be/HkdAHXoRtos?si=GuoimMTGpS0dGwYm) +10. AI is the new electricity and will transform and improve nearly all areas of human lives. To begin exploring the profound impact of large language models (LLMs) on society and software development, start by watching these two videos as a starting point. For the latest perspectives, it's also highly recommended to check out the most recently published videos on this topic. - [Generative AI in a Nutshell - How to survive and thrive in the age of AI - Henrik Kniberg, 2024](https://www.youtube.com/watch?v=2IK3DFHRFfw) From cd04cbd76e95e484d1486d968f19a94d6205fc56 Mon Sep 17 00:00:00 2001 From: Faegheh <59620602+faeghehmohammadian@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:41:14 +0100 Subject: [PATCH 22/22] Update Step 0.md update --- courses/Step 0.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/courses/Step 0.md b/courses/Step 0.md index 86c7a559..c3cf288f 100644 --- a/courses/Step 0.md +++ b/courses/Step 0.md @@ -5,13 +5,19 @@ This is your first task, you should talk (literally talk on the phone or Skype) ### Guideline -At the end of each week, you are supposed to give your mentor a report including the following items: +- Ask your coordinator for a detailed description of the step content before setting a deadline. -- Link to all your posts during the last week specifying the relevant task item for each link, and also mention the exact date that each one of them were posted. -- How many hours did you spend on cs_internship last week? -- What percentage are you satisfied with what you did last week? +- For each study item and each task, you should post an update to LinkedIn, Twitter, and Telegram using the following hashtags: +`#cs_internship` +`#[courseName]` +`#[stepNumber]` -Watch the [Preparing For Live Presentation](https://youtu.be/MM47EKwACy4) video. +- At the end of each week, you are supposed to give your coordinator a report including the following items: + 1. Links to all your posts during the last week specifying the relevant task or study item for each link, and also mention the exact date that each one of them were posted. + 2. How many hours did you spend on cs_internship last week? + 3. What percentage are you satisfied with what you did last week? + + You will have a session with a technical mentor based on your report. ### Tasks