Skip to the content.

📚 Resources 09 — Go Deeper on Bugs & Testing

All free. The first video is the natural companion to the lesson; the bug list is the rabbit hole; the rest are for anyone who felt a spark during the QA parts of the lab.


🎬 Watch

đź“– Read

đź’ˇ One honest tip

If the lab’s bug hunt was fun, here’s a habit that costs nothing: whenever an app you use misbehaves, pause before restarting it and try to reproduce the problem — what exact steps make it happen every time? You’ll be practicing the first and hardest skill of debugging on real software, and you’ll start seeing edge cases everywhere. (Warning: this habit is permanent.)