Ask HN: What is your favorite YouTube channel for developers?
11–20 of 180 posts
Re: Ask HN: What is your favorite YouTube channel for developers?
#12He does things like create a Doom-style engine from scratch: https://www.youtube.com/watch?v=HQYsFshbkYw .. create a NES emulator: https://www.youtube.com/watch?v=y71lli8MS8s .. work back from a C++17 example to show why new C++ standards are needed: https://www.youtube.com/watch?v=wrwwa68JXNk .. and even building a Tetris clone in GW-BASIC: https://www.youtube.com/watch?v=JDnypVoQcPw .. Right now, he's doing a series on cracking 80s videogame passwords: https://www.youtube.com/playlist?list=PLzLzYGEbdY5nEFQsxzFan...
Sirajology - https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A - is another interesting one. He moves a bit too quickly for me, but does things like explain machine learning in 5 minutes or how to generate music with systems like Tensorflow.
Re: Ask HN: What is your favorite YouTube channel for developers?
#13Fun Fun Function is often entertaining. https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q
Re: Ask HN: What is your favorite YouTube channel for developers?
#14Here's the playlist: https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1...
Re: Ask HN: What is your favorite YouTube channel for developers?
#15Re: Ask HN: What is your favorite YouTube channel for developers?
#16* Derek Banas (https://www.youtube.com/user/derekbanas): staggering amount of content on a huge variety of programming topics; tutorial-style; this guy is so productive it scares me sometimes :(
* Mark Lewis (https://www.youtube.com/user/DrMarkCLewis): CS professor; lots of videos on general CS, functional programming; focus on Scala
* VoidRealms (https://www.youtube.com/channel/UCYP0nk48grsMwO3iL8YaAKA): excellent C++-focused content, great Qt series
* mathematicalmonk (https://www.youtube.com/user/mathematicalmonk): great ML and probability videos
* mycodeschool (https://www.youtube.com/user/mycodeschool): general CS, algorithms, data structures
* HandmadeHero (https://www.youtube.com/user/handmadeheroarchive): excellent series by Casey Muratori that explains a huge number of topics related to game dev, gfx programming; has a really long series of videos documenting how he's building an indie game from the ground up i.e. custom engine
I will update once I think of others :)
Re: Ask HN: What is your favorite YouTube channel for developers?
#17Re: Ask HN: What is your favorite YouTube channel for developers?
#18Coding a game engine from scratch, but don't think it's just about games. The techniques covered range from beginner to highly advanced and programmers in any field, at any skill level, can learn a lot. For example, check out the live editing/reloading for C code in Week 5. https://hero.handmade.network/episodes
Re: Ask HN: What is your favorite YouTube channel for developers?
#19Re: Ask HN: What is your favorite YouTube channel for developers?
#20Mycodeschool: https://www.youtube.com/user/mycodeschool - Great for a refresher esp. if you are starting with interview style questions
Google Developers: https://www.youtube.com/user/GoogleDevelopers
Oreilly - https://www.youtube.com/user/OreillyMedia/videos -> Need to look at playlists to find really relevant ones. But good videos on AI, microservices and software architecture