-
Notifications
You must be signed in to change notification settings - Fork 62
Update 01-BasicLayout-IntroJS.md #333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 8 commits
fce7375
e5c0323
e68a782
83892f0
81786a3
28db387
9272989
38b3d38
b306a15
8f1d78b
a1634af
850a345
024309c
a902dff
887a68c
0a8deb6
1f8a86a
adae201
c1c6df3
4d94e28
6adaf26
cd04cbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +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. 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) | ||
|
|
||
| ### Tasks <!-- omit in toc --> | ||
|
|
||
|
|
@@ -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). | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 <!-- omit in toc --> | ||
|
|
||
|
|
@@ -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). | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 <!-- omit in toc --> | ||
|
|
||
|
|
@@ -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). | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 <!-- omit in toc --> | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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 هست.
اینو به پول ریکوئستت اضافه بکن که مشکل کانفلیکتش حل بشه.