youtube-code/README.md

21 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-11-05 14:13:17 +00:00
# Code featured in my YouTube videos
2024-10-04 13:32:44 +00:00
This repository links to all the code from my YouTube videos.
2022-11-05 14:07:34 +00:00
2024-10-04 13:13:56 +00:00
> [!NOTE]
> [This repository](https://code.alexhyett.com/alexhyett/youtube-code) is also mirrored on [Codeberg.org](https://codeberg.org/alexhyett/youtube-code) if you want to raise an issue.
2022-11-05 14:07:34 +00:00
## Index of all the code by YouTube video and date
2022-11-05 14:13:17 +00:00
I will add new code as soon as I am done editing the videos. So, you might find the latest on this video hasn't been released yet.
2022-11-05 14:07:34 +00:00
2024-10-04 13:44:45 +00:00
| Date Published | Video | Link |
| -------------- | -------------------------------------------------------------------------------------- | -------------------------------------------- |
| 2023-10-06 | [How to do Performance Testing with k6](https://youtu.be/ghuo8m7AXEM) | [code](/alexhyett/performance-testing) |
| 2023-09-22 | [Idempotency - What it is and How to Implement it](https://youtu.be/XAccGbtl3Z8) | [code](/alexhyett/idempotency) |
| 2023-09-08 | [5 Design Patterns That Are ACTUALLY Used By Developers](https://youtu.be/YMAwgRwjEOQ) | [code](/alexhyett/design-patterns) |
2025-01-03 16:27:14 +00:00
| 2023-07-21 | [CI/CD Pipeline Using GitHub Actions](https://youtu.be/p3W2XCD3smk) | [code](/alexhyett/cicd-github-actions) |
2024-10-04 13:44:45 +00:00
| 2022-12-09 | [Big O Notation](https://youtu.be/aIG48ldbpRI) | [code](/alexhyett/big-o-notation) |
| 2022-11-25 | [Stack vs Heap](https://youtu.be/5OJRqkYbK-4) | [code](/alexhyett/stack-vs-heap) |
| 2022-11-11 | [Automate Your Life With Python](https://youtu.be/1dgnl7oCVTY) | [code](/alexhyett/automate-python-example) |
| 2022-10-21 | [Bitwise Operators and WHY we use them](https://youtu.be/igIjGxF2J-w) | [code](/alexhyett/bitwise-operators-example) |
| 2022-10-10 | [6 Coding Concepts You MUST Know For Beginners](https://youtu.be/pKFcVs2HibA) | [code](/alexhyett/beginner-coding-concepts) |