Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ <h3>Command Line</h3>
<h3>Other Useful Resources</h3>
<p>The following resources can be helpful to continue learning. They all have content related to the topics listed above.</p>
<ul>
<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>
<li><a href="https://www.codewars.com/">Codewars</a></li>
<li><a href="https://www.codecademy.com/">Codecademy</a></li>
</ul>
Expand All @@ -142,7 +143,7 @@ <h3>Other Useful Resources</h3>
<p>Looking for a way to support codebar? Please consider making a donation</p>
<a href="https://codebar.enthuse.com/donate/#!/">Donate</a>
</div>
<p class="small">Registered UK and Wales charity no. 1187776 © codebar 2021</p>
<p class="small">Registered UK and Wales charity no. 1187776 © codebar 2022</p>
</footer>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
Expand Down
4 changes: 4 additions & 0 deletions js/lesson2/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,3 +602,7 @@ Modify the JavaScript file we used in the first part of the lesson, and its HTML

---
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:feedback@codebar.io) and let us know.

### Further Learning

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).
4 changes: 4 additions & 0 deletions js/lesson4/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ Well done, you've finished! For a bonus, switch your `getGithubInfo` method to r

> 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)

### Further Learning

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).


---
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:feedback@codebar.io) and let us know.
8 changes: 5 additions & 3 deletions python/lesson1/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,15 @@ it with:

>>> quit()

Then you should be able to load the file.
Then you should be able to load the file.

This concludes today's tutorial. In the next tutorial, we'll find out how to
combine the results of multiple separate expressions using variables, get input
from the user, and make decisions based on that information.

### Further Reading
### Further Learning

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).

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

Expand Down
4 changes: 2 additions & 2 deletions version-control/command-line/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ After typing a couple of commands in the terminal to generate some history, try

> You can see the entire history by running `history`

## The next step
## Further Learning

Get learning JavaScript, HTML, CSS, Ruby and more on [codebar](http://tutorials.codebar.io/).
If you want to continue your learning on Git, then watch this video with Anna Skoulikari on our [YouTube](https://youtu.be/aJE_l7IjONk).

-----
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:feedback@codebar.io) and let us know.