Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fce7375
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 27, 2025
e5c0323
Update 02-AdvancedLayout-BasicJS.md
faeghehmohammadian Aug 27, 2025
e68a782
Update 03-intermediateJS(I).md
faeghehmohammadian Aug 27, 2025
83892f0
Update 04-intermediateJS(II).md
faeghehmohammadian Aug 27, 2025
81786a3
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 27, 2025
28db387
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 27, 2025
9272989
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 27, 2025
38b3d38
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 27, 2025
b306a15
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 28, 2025
8f1d78b
Update 02-AdvancedLayout-BasicJS.md
faeghehmohammadian Aug 28, 2025
a1634af
Update 03-intermediateJS(I).md
faeghehmohammadian Aug 28, 2025
850a345
Update 02-AdvancedLayout-BasicJS.md
faeghehmohammadian Aug 30, 2025
024309c
Update 03-intermediateJS(I).md
faeghehmohammadian Aug 30, 2025
a902dff
Update 04-intermediateJS(II).md
faeghehmohammadian Aug 30, 2025
887a68c
Update 04-intermediateJS(II).md
faeghehmohammadian Aug 30, 2025
0a8deb6
Update 02-AdvancedLayout-BasicJS.md
faeghehmohammadian Aug 30, 2025
1f8a86a
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Aug 30, 2025
adae201
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Sep 1, 2025
c1c6df3
Update 02-AdvancedLayout-BasicJS.md
faeghehmohammadian Sep 1, 2025
4d94e28
Update 04-intermediateJS(II).md
faeghehmohammadian Sep 1, 2025
6adaf26
Update 01-BasicLayout-IntroJS.md
faeghehmohammadian Sep 1, 2025
cd04cbd
Update Step 0.md
faeghehmohammadian Sep 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion courses/web/01-BasicLayout-IntroJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
6. [Git and Github quick introduction](https://youtu.be/wpISo9TNjfU?si=bP6GuAHQXNQQx5fS)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

فائقه فکر کنم وقتی خواستی تغییرات رو این بیاری قبلش پول نگرفته بودی. استادی ایتم ۵ کنونی تو تغییراتت نیست و پول ریکوئستت کانفلیکت به خاطر این داره.

تو چیزی که الان رو مین هست (لینک) یه استادی ایتم ۵ داریم که تایتلش How To Make Websites Using HTML & CSS هست.
اینو به پول ریکوئستت اضافه بکن که مشکل کانفلیکتش حل بشه.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

برای استپ ۱ این متن رو پیشنهاد می‌کنم:

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

  • Large Language Models (LLMs) - Everything You NEED To know - Matthew Berman, 2024

- [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 <!-- omit in toc -->

Expand Down Expand Up @@ -56,4 +59,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).


3 changes: 2 additions & 1 deletion courses/web/02-AdvancedLayout-BasicJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

این اشتباه شده. لینک ترتیب ویدیو ها رو برات ارسال کردم.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

برای استپ دوم این متن رو پیشنهاد میدم

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

اینجا هم لینک اصلاح شد. به نظرم نیازی به متن اضافه نیست. چون در استپ اول هم اشاره شده که باید در جریان آخرین مطالب مرتبط با موضوع باشید. همچنین، جمله‌ی ابتدایی مثل «این ویدیو با این عنوان از فلانی رو ببینید» هم ضرورتی نداره؛ چون هر چیزی که در بخش Study Item قرار بگیره، اینترن موظفه ببینه یا بخونه و به محض باز کردن لینک، مشخص میشه موضوع و منبعش از چه کسی هست.


### Tasks <!-- omit in toc -->

Expand Down Expand Up @@ -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).


3 changes: 2 additions & 1 deletion courses/web/03-intermediateJS(I).md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

برای استپ ۳ متن زیر رو پیشنهاد میکنم

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 (https://youtu.be/awztkr8n0AA?si=U7BpYtq6WfYjnPaP) - Steve Sanderson

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

اینجا هم لینک اصلاح شد. به نظرم نیازی به متن اضافه نیست؛ چون در استپ اول هم اشاره شده که باید در جریان آخرین مطالب مرتبط با موضوع باشید. همچنین، جمله‌ی ابتدایی مثل «این ویدیو با این عنوان از فلانی رو ببینید» هم ضرورتی نداره؛ چون هر چیزی که در بخش Study Item قرار بگیره، اینترن موظفه ببینه یا بخونه و به محض باز کردن لینک، مشخص میشه موضوع و منبعش از چه کسی هست.


### Tasks <!-- omit in toc -->

Expand Down Expand Up @@ -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).


1 change: 1 addition & 0 deletions courses/web/04-intermediateJS(II).md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

متن پیشنهادی من این هست:

Watch this video to learn how to harness the power of large language models with ChatGPT Prompt Engineering.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

این جا هم به نظرم توضیح نذاریم بهتره.


### Tasks <!-- omit in toc -->

Expand Down