Skip to content

Commit 35b0d00

Browse files
committed
add youtube links for further learning in some tutorials
1 parent a826378 commit 35b0d00

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h3>Command Line</h3>
130130
<h3>Other Useful Resources</h3>
131131
<p>The following resources can be helpful to continue learning. They all have content related to the topics listed above.</p>
132132
<ul>
133+
<li><a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA">codebar Youtube Channel</a> - we have lots of additional content on our YouTube channel from <a href="https://youtube.com/playlist?list=PLfJjhFVOvESLRpBl92nIbhxuYLrJ0PoUy" target="_blank">career panels</a>, <a href="https://youtu.be/kil8OLotEnw" target="_blank">An Introduction to Go</a>. As well as videos on <a href="https://youtu.be/aTDJsiEzWwE" target="_blank">Technical Writing</a>, <a href="https://youtu.be/-xpPg6TPgK0" target="_blank">Landing Your First Developer Job</a> and <a href="https://youtu.be/k6MdHWm2Qg0" target="_blank">Open Source.</a></li>
133134
<li><a href="https://www.codewars.com/">Codewars</a></li>
134135
<li><a href="https://www.codecademy.com/">Codecademy</a></li>
135136
</ul>
@@ -142,7 +143,7 @@ <h3>Other Useful Resources</h3>
142143
<p>Looking for a way to support codebar? Please consider making a donation</p>
143144
<a href="https://codebar.enthuse.com/donate/#!/">Donate</a>
144145
</div>
145-
<p class="small">Registered UK and Wales charity no. 1187776 © codebar 2021</p>
146+
<p class="small">Registered UK and Wales charity no. 1187776 © codebar 2022</p>
146147
</footer>
147148
<script src="javascripts/scale.fix.js"></script>
148149
<script type="text/javascript">

js/lesson2/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,3 +602,7 @@ Modify the JavaScript file we used in the first part of the lesson, and its HTML
602602
603603
---
604604
This ends our **Beginning JavaScript**. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know.
605+
606+
### Further Learning
607+
608+
If you want to learn how to Build a Random Phrase Generator in JavaScript, then watch this video on our [YouTube](https://youtu.be/PIEALPH8CE0).

js/lesson4/tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Well done, you've finished! For a bonus, switch your `getGithubInfo` method to r
215215

216216
> Coach... explain the difference between synchronous and asynchronous requests. There's a good explanation on [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests)
217217
218+
### Further Learning
219+
220+
If you want to continue your learning on API's, then watch this video with Kevin Lewis over on our [YouTube](https://youtu.be/66xLBqosPog), where he'll send himself a text message using the [Vonage API](http://tutorials.codebar.io/js/lesson4a/tutorial.html).
221+
218222

219223
---
220224
This ends our **HTTP Requests and APIs** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know.

python/lesson1/tutorial.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,15 @@ it with:
146146

147147
>>> quit()
148148

149-
Then you should be able to load the file.
150-
149+
Then you should be able to load the file.
150+
151151
This concludes today's tutorial. In the next tutorial, we'll find out how to
152152
combine the results of multiple separate expressions using variables, get input
153153
from the user, and make decisions based on that information.
154154

155-
### Further Reading
155+
### Further Learning
156+
157+
We recommend watching Gaurav Pandey’s How to Get Started with Python video from codebar Festival 2022 over on our [YouTube](https://youtu.be/N0-op9-2eRU).
156158

157159
There is a very good introductory article in [Google Developers Guide](https://developers.google.com/edu/python/introduction).
158160

version-control/command-line/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,9 @@ After typing a couple of commands in the terminal to generate some history, try
528528
529529
> You can see the entire history by running `history`
530530
531-
## The next step
531+
## Further Learning
532532
533-
Get learning JavaScript, HTML, CSS, Ruby and more on [codebar](http://tutorials.codebar.io/).
533+
If you want to continue your learning on Git, then watch this video with Anna Skoulikari on our [YouTube](https://youtu.be/aJE_l7IjONk).
534534
535535
-----
536536
This ends **Introduction to the Git command line** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know.

0 commit comments

Comments
 (0)