There are some cool YouTube channel suggestions on
https://news.ycombinator.com/item?id=16224165
But I wanted to know which of those are great to progress into advanced level of programming? Which of the channels teach advanced techniques?
Watching tech talks from language conferences can be pretty enlightening - Python and Golang for example both have a lot of great videos kicking about on YouTube about lesser known or more cutting edge topics. Check out the Pycon 2017 YouTube channel for example: <a href="https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/videos?flow=grid&view=0&sort=p" rel="nofollow">https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/vid...</a>. There are lots of channels like this.<p>For Python, I've found watching Raymond Hettinger's and Dave Beazley's videos especially interesting, even though some of the topics they talk about are pretty esoteric. If you find someone who is better than average at presenting tech talks, you can binge-watched their most popular stuff on YouTube (or only the stuff that is relevant to you).<p>Pluralsight (<a href="https://www.pluralsight.com" rel="nofollow">https://www.pluralsight.com</a>) is decent for structured video courses - the quality is generally high but content gets outdated fast, and my impression was videos can seem drawn out (I think authors get paid by the minute of video watched). Still worth starting a trial if you haven't done so yet.
Aside from just techniques, it would be great to have videos about:
- Discussing interesting open-source codebases architecture and detail their design decisions.
- Implementing complex algorithms like Paxos, or some bit-twiddling walkthroughs.
These aren't channels, but a number of the links are marked with "(video)":<p><a href="https://github.com/jwasham/coding-interview-university" rel="nofollow">https://github.com/jwasham/coding-interview-university</a><p><a href="https://github.com/jwasham/coding-interview-university/blob/master/programming-language-resources.md" rel="nofollow">https://github.com/jwasham/coding-interview-university/blob/...</a>
Package Main is awesome: <a href="https://www.youtube.com/channel/UCI39wKG8GQnuzFPN5SM55qw" rel="nofollow">https://www.youtube.com/channel/UCI39wKG8GQnuzFPN5SM55qw</a>