Ask HN: What is your favorite YouTube channel for developers?
21–30 of 180 posts
Re: Ask HN: What is your favorite YouTube channel for developers?
#22Open Security Training: https://www.youtube.com/channel/UCthV50MozQIfawL9a_g5rdg
Re: Ask HN: What is your favorite YouTube channel for developers?
#23https://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…
This video is totally retarded. His intentions (making a vector class with a method that has return types dependent on the size of the vector) are misguided from the start. Maybe there is really no better way to do that in C++98/11/14 than his workarounds, but you just wouldn't do that anyway. Total C++ template hell. Not good advice for developers.
Re: Ask HN: What is your favorite YouTube channel for developers?
#24https://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?
#25Youtube.com/thenewboston something very soothing about his videos and humor
Re: Ask HN: What is your favorite YouTube channel for developers?
#26https://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?
#27Youtube.com/thenewboston something very soothing about his videos and humor
Re: Ask HN: What is your favorite YouTube channel for developers?
#28https://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?
#29I'm going to use this opportunity to list some relatively unknown yet excellent software dev related channels that I've come across over the years. * 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; l…
Re: Ask HN: What is your favorite YouTube channel for developers?
#30https://www.youtube.com/user/handmadeheroarchive/featured https://handmadehero.org/ Coding 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