If you're trying to re-learn math (and probably going the Khan Academy route) then I highly recommend checking out PatrickJMT's channel. He produces simple, but excellent mathematical videos in a style similar to tutoring (which is how he started doing the videos in the first place). I actually find his style to be much more engaging than Khan (nothing against Khan of course).
Ask HN: What is your favorite YouTube channel for developers?
41–50 of 180 posts
Re: Ask HN: What is your favorite YouTube channel for developers?
#42Can't believe this hasn't been mentioned yet, so I'm gonna throw it out there. Gary Bernhardt of Destroy All Software. Access to the videos costs $29/month but is well worth it IMO. He covers a very wide range of topics from beginner to advanced. To sum things up in a few words -- his content is focused on a general understanding of computer science and puts concepts, abstractions, and methodologies before any specif…
Are they available on YouTube?
Re: Ask HN: What is your favorite YouTube channel for developers?
#43BriefTube.com is a TLDR; for Youtube educational videos. Instantly get the gist of what is being said and when. *I'm the proud developer of BriefTube
Re: Ask HN: What is your favorite YouTube channel for developers?
#44Anyone has any good source for dynamic programming ones? I'm really strugling with that topic.
Re: Ask HN: What is your favorite YouTube channel for developers?
#45O'Reilly - https://www.youtube.com/user/OreillyMedia
Re: Ask HN: What is your favorite YouTube channel for developers?
#46Re: Ask HN: What is your favorite YouTube channel for developers?
#47https://www.youtube.com/bisqwit is by far my favorite and I've spent many hours watching him. He 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 c…
Re: Ask HN: What is your favorite YouTube channel for developers?
#48Anyone has any good source for dynamic programming ones? I'm really strugling with that topic.
I really like the series of four lectures in the 2011 recording of the MIT Intro to Algorithms: https://www.youtube.com/watch?v=OQ5jsbhAv_M&index=19&list=PL... .