I'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.<p>* Derek Banas (<a href="https://www.youtube.com/user/derekbanas" rel="nofollow">https://www.youtube.com/user/derekbanas</a>): staggering amount of content on a huge variety of programming topics; tutorial-style; this guy is so productive it scares me sometimes :(<p>* Mark Lewis (<a href="https://www.youtube.com/user/DrMarkCLewis" rel="nofollow">https://www.youtube.com/user/DrMarkCLewis</a>): CS professor; lots of videos on general CS, functional programming; focus on Scala<p>* VoidRealms (<a href="https://www.youtube.com/channel/UCYP0nk48grsMwO3iL8YaAKA" rel="nofollow">https://www.youtube.com/channel/UCYP0nk48grsMwO3iL8YaAKA</a>): excellent C++-focused content, great Qt series<p>* mathematicalmonk (<a href="https://www.youtube.com/user/mathematicalmonk" rel="nofollow">https://www.youtube.com/user/mathematicalmonk</a>): great ML and probability videos<p>* mycodeschool (<a href="https://www.youtube.com/user/mycodeschool" rel="nofollow">https://www.youtube.com/user/mycodeschool</a>): general CS, algorithms, data structures<p>* HandmadeHero (<a href="https://www.youtube.com/user/handmadeheroarchive" rel="nofollow">https://www.youtube.com/user/handmadeheroarchive</a>): 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<p>I will update once I think of others :)
<a href="https://www.youtube.com/bisqwit" rel="nofollow">https://www.youtube.com/bisqwit</a> is by far my favorite and I've spent many hours watching him.<p>He does things like create a Doom-style engine from scratch: <a href="https://www.youtube.com/watch?v=HQYsFshbkYw" rel="nofollow">https://www.youtube.com/watch?v=HQYsFshbkYw</a> .. create a NES emulator: <a href="https://www.youtube.com/watch?v=y71lli8MS8s" rel="nofollow">https://www.youtube.com/watch?v=y71lli8MS8s</a> .. work back from a C++17 example to show why new C++ standards are needed: <a href="https://www.youtube.com/watch?v=wrwwa68JXNk" rel="nofollow">https://www.youtube.com/watch?v=wrwwa68JXNk</a> .. and even building a Tetris clone in GW-BASIC: <a href="https://www.youtube.com/watch?v=JDnypVoQcPw" rel="nofollow">https://www.youtube.com/watch?v=JDnypVoQcPw</a> .. Right now, he's doing a series on cracking 80s videogame passwords: <a href="https://www.youtube.com/playlist?list=PLzLzYGEbdY5nEFQsxzFanSDv_38Hz0w7B" rel="nofollow">https://www.youtube.com/playlist?list=PLzLzYGEbdY5nEFQsxzFan...</a><p>Sirajology - <a href="https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A" rel="nofollow">https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A</a> - 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.
These are not in any particular order and I do not watch every single video on their feeds, just the ones that are relevant or seem interesting.<p>ChromeDevelopers: <a href="https://www.youtube.com/user/ChromeDevelopers" rel="nofollow">https://www.youtube.com/user/ChromeDevelopers</a><p>LevelUpTuts: <a href="https://www.youtube.com/user/LevelUpTuts" rel="nofollow">https://www.youtube.com/user/LevelUpTuts</a><p>Strange Loop: <a href="https://www.youtube.com/channel/UC_QIfHvN9auy2CoOdSfMWDw" rel="nofollow">https://www.youtube.com/channel/UC_QIfHvN9auy2CoOdSfMWDw</a><p>Computerphile: <a href="https://www.youtube.com/channel/UC9-y-6csu5WGm29I7JiwpnA" rel="nofollow">https://www.youtube.com/channel/UC9-y-6csu5WGm29I7JiwpnA</a><p>funfunfunction: <a href="https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q" rel="nofollow">https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q</a><p>Wes Bos: <a href="https://www.youtube.com/channel/UCoebwHSTvwalADTJhps0emA" rel="nofollow">https://www.youtube.com/channel/UCoebwHSTvwalADTJhps0emA</a>
I'm a bit of a David Beazley fanboy and Python lover. I've watched all of his keynotes and lectures at this point and I have yet to find one that wasn't incredibly informative. You can watch the video for whatever the main topic is about, but finish the talk having picked up a wealth of other bits of useful information.<p>In addition, I have incredible amounts of respect for people that are willing (and capable) to live code what they're teaching. For one of the best examples of how to effectively live code, look no further than when he implemented a concurrent system from scratch at PyCon 2015: <a href="https://www.youtube.com/watch?v=MCs5OvhV9S4" rel="nofollow">https://www.youtube.com/watch?v=MCs5OvhV9S4</a><p>Channel (with some of his videos): <a href="https://www.youtube.com/user/dabeazllc" rel="nofollow">https://www.youtube.com/user/dabeazllc</a>
As a newbie gamedev. found these channels helpful.<p>Coding Math (<a href="https://www.youtube.com/user/codingmath" rel="nofollow">https://www.youtube.com/user/codingmath</a>): covers all the math you need for games and each ep. have code examples.<p>Bisqwit (<a href="https://www.youtube.com/user/Bisqwit" rel="nofollow">https://www.youtube.com/user/Bisqwit</a>): c++, emulators and other cool stuff even his setup is interesting(dosbox+his own editor).<p>ThinMatrix (<a href="https://www.youtube.com/user/ThinMatrix" rel="nofollow">https://www.youtube.com/user/ThinMatrix</a>): his videos on VAO and VBO were a savior for me when learning opengl.<p>Daniel Shiffman (<a href="https://www.youtube.com/user/shiffman/" rel="nofollow">https://www.youtube.com/user/shiffman/</a>): his videos are quite beginner friendly explains whole process of creating classic games like snake or creating art with code like fractal trees.<p>Vittorio Romeo: (<a href="https://www.youtube.com/user/SuperVictorius" rel="nofollow">https://www.youtube.com/user/SuperVictorius</a>): walks you thru all modern c++ features by creating a game with them.
Can't believe this hasn't been mentioned yet, so I'm gonna throw it out there. Gary Bernhardt of Destroy All Software.<p>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 specific program, tool, or programming language.<p><a href="https://www.destroyallsoftware.com/screencasts/catalog" rel="nofollow">https://www.destroyallsoftware.com/screencasts/catalog</a><p>Look at the episode titles for a better idea of what I'm getting at, there's literally something for everyone.<p>He's also started streaming on twitch occasionally.<p><a href="https://www.twitch.tv/gary_bernhardt/videos/all" rel="nofollow">https://www.twitch.tv/gary_bernhardt/videos/all</a>
I have enjoyed watching video recordings of talks from various conferences. Here are some of them off the top of my head.<p>Defcon (computer security) - <a href="https://www.youtube.com/user/DEFCONConference/playlists" rel="nofollow">https://www.youtube.com/user/DEFCONConference/playlists</a><p>PyCon 2016 (Python) - <a href="https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw/videos" rel="nofollow">https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw/vid...</a><p>PyCon 2015 (Python) - <a href="https://www.youtube.com/channel/UCgxzjK6GuOHVKR_08TT4hJQ/videos" rel="nofollow">https://www.youtube.com/channel/UCgxzjK6GuOHVKR_08TT4hJQ/vid...</a><p>PyCon 2014 (Python) - <a href="https://www.youtube.com/user/PyCon2014/videos" rel="nofollow">https://www.youtube.com/user/PyCon2014/videos</a><p>BSDCan (FreeBSD, OpenBSD and others) - couldn't find a dedicated channel but this one has some BSDCan playlists - <a href="https://www.youtube.com/user/osbootcamp/playlists" rel="nofollow">https://www.youtube.com/user/osbootcamp/playlists</a><p>Chaos Communication Congress (computer security, organized by the Chaos Computer Club aka. CCC) - <a href="https://www.youtube.com/user/CCCen/playlists" rel="nofollow">https://www.youtube.com/user/CCCen/playlists</a><p>Black Hat (computer security) - <a href="https://www.youtube.com/user/BlackHatOfficialYT/playlists" rel="nofollow">https://www.youtube.com/user/BlackHatOfficialYT/playlists</a><p>DerbyCon (computer security) - again, couldn't find a dedicated channel but this one has DerbyCon in addition to some others which might be interesting as well - <a href="https://www.youtube.com/user/irongeek/playlists" rel="nofollow">https://www.youtube.com/user/irongeek/playlists</a>
<a href="https://www.youtube.com/user/handmadeheroarchive/featured" rel="nofollow">https://www.youtube.com/user/handmadeheroarchive/featured</a><p><a href="https://handmadehero.org/" rel="nofollow">https://handmadehero.org/</a><p>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. <a href="https://hero.handmade.network/episodes" rel="nofollow">https://hero.handmade.network/episodes</a>
GoTo Conferences: <a href="https://www.youtube.com/user/GotoConferences" rel="nofollow">https://www.youtube.com/user/GotoConferences</a><p>Mycodeschool: <a href="https://www.youtube.com/user/mycodeschool" rel="nofollow">https://www.youtube.com/user/mycodeschool</a> - Great for a refresher esp. if you are starting with interview style questions<p>Google Developers: <a href="https://www.youtube.com/user/GoogleDevelopers" rel="nofollow">https://www.youtube.com/user/GoogleDevelopers</a><p>Oreilly - <a href="https://www.youtube.com/user/OreillyMedia/videos" rel="nofollow">https://www.youtube.com/user/OreillyMedia/videos</a> -> Need to look at playlists to find really relevant ones. But good videos on AI, microservices and software architecture
I've been enjoying Jon Blow's (creator of Braid & The Witness) programming language talks and demos. He's making a new programming language for games, and it's very interesting to watch. I think he's even hired a developer to work on the compiler.<p>Here's the playlist:
<a href="https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1kgKJXD3PkyxO" rel="nofollow">https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1...</a>
Not so much programming techniques or best-practices, but I've really enjoyed watching Computer Science and Math-related lectures on MIT Opencourseware's channel. I highly recommend that one.<p>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).
Fun Fun Function is often entertaining. <a href="https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q" rel="nofollow">https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q</a>
I was preparing for interviews and came across Tushar Roy's channel:<p><a href="https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw" rel="nofollow">https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw</a><p>I really like the way he provides most simplistic explanations to the algorithm problems. Really helpful if you are preparing for an interview.<p>If you like physics and want some really good explanations to simple questions, you can check Derek Mueller's channel(Veritasium) on youtube. He is a physicist and has some really good videos. I especially like his video on " Most radioactive places on earth" and a separate video on Chernobyl. Also, check his video on Uranium : Twisting the dragon's tail : <a href="https://www.youtube.com/watch?v=cO57Zm-WNmg" rel="nofollow">https://www.youtube.com/watch?v=cO57Zm-WNmg</a>
This is C++ specific:<p>CPPCon <a href="https://www.youtube.com/user/CppCon" rel="nofollow">https://www.youtube.com/user/CppCon</a>
I do not, in fact, have a favorite YT channel for developers. I hate with a fiery passion the recent fad of making everything that is supposed to be text, maybe text with a few pictures into a video. You cannot search a video. You cannot skim a video. You cannot copy and paste code sample from a video. You cannot watch it offline as easily as you can read a page.
Bartosz Milewski on Haskell and Category Theory : <a href="https://www.youtube.com/channel/UC8BtBl8PNgd3vWKtm2yJ7aA" rel="nofollow">https://www.youtube.com/channel/UC8BtBl8PNgd3vWKtm2yJ7aA</a>
Bo Qian's C++ videos are worth watching: <a href="https://www.youtube.com/user/BoQianTheProgrammer" rel="nofollow">https://www.youtube.com/user/BoQianTheProgrammer</a>
<a href="https://www.youtube.com/user/sentdex" rel="nofollow">https://www.youtube.com/user/sentdex</a>
sentdex youtube channel is a great collection of videos on python related technologies including
machine learning,
matplotlib,
sklearn,
django,
robotics with rasberrypi,
and much more...!!!!<p>-----------------------------<p>I also like google students
<a href="https://www.youtube.com/channel/UCtyYTpFBzWdoSFx2Gl2VNbQ" rel="nofollow">https://www.youtube.com/channel/UCtyYTpFBzWdoSFx2Gl2VNbQ</a><p>and google developers youtube page
<a href="https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw" rel="nofollow">https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw</a><p>also CS50
<a href="https://www.youtube.com/channel/UCcabW7890RKJzL968QWEykA" rel="nofollow">https://www.youtube.com/channel/UCcabW7890RKJzL968QWEykA</a>
I sub to these three:<p>computerphile: <a href="https://www.youtube.com/user/computerphile" rel="nofollow">https://www.youtube.com/user/computerphile</a><p>leveluptuts: <a href="https://www.youtube.com/user/leveluptuts" rel="nofollow">https://www.youtube.com/user/leveluptuts</a><p>google chrome developers: <a href="https://www.youtube.com/user/ChromeDevelopers" rel="nofollow">https://www.youtube.com/user/ChromeDevelopers</a>
Brian Will (<a href="https://www.youtube.com/user/briantwill/videos" rel="nofollow">https://www.youtube.com/user/briantwill/videos</a>). I came into his channel from looking at his Clojure videos, but he has many other videos on other languages, basic (but easily misunderstood) programming concepts, and opinionated and educational videos on general programming paradigms.
It depends on what I am trying to improve on. Currently it is the CMU Database Group <a href="https://www.youtube.com/channel/UCHnBsf2rH-K7pn09rb3qvkA" rel="nofollow">https://www.youtube.com/channel/UCHnBsf2rH-K7pn09rb3qvkA</a> because I have never taken any DB courses in school and I felt the need to shore up my skills there.
Because I know some of us are lazy I compiled most of them in one youtube section: <a href="https://www.youtube.com/channel/UC4MHkuCGUxMY6Q_yjPuzSgA/channels?shelf_id=1&view=49" rel="nofollow">https://www.youtube.com/channel/UC4MHkuCGUxMY6Q_yjPuzSgA/cha...</a><p>To the list I added three for those interested in iOS:<p>* <a href="https://www.youtube.com/user/CodeWithChris/playlists" rel="nofollow">https://www.youtube.com/user/CodeWithChris/playlists</a><p>* <a href="https://www.youtube.com/user/Archetapp/playlists" rel="nofollow">https://www.youtube.com/user/Archetapp/playlists</a><p>* <a href="https://www.youtube.com/user/veasoftware/playlists" rel="nofollow">https://www.youtube.com/user/veasoftware/playlists</a>
I thought I'd add to the list for non-programming stuff.<p>- Ben Krasnow of Applied Science: Great for any maker, he currently works for Google X. <a href="https://www.youtube.com/channel/UCivA7_KLKWo43tFcCkFvydw" rel="nofollow">https://www.youtube.com/channel/UCivA7_KLKWo43tFcCkFvydw</a> (blog <a href="http://benkrasnow.blogspot.com/" rel="nofollow">http://benkrasnow.blogspot.com/</a>)<p>- Dan Gelbart: If you want to learn any prototyping <a href="https://www.youtube.com/user/dgelbart/videos" rel="nofollow">https://www.youtube.com/user/dgelbart/videos</a><p>- EEVblog: All things electronic <a href="https://www.youtube.com/channel/UC2DjFE7Xf11URZqWBigcVOQ" rel="nofollow">https://www.youtube.com/channel/UC2DjFE7Xf11URZqWBigcVOQ</a>
This guy cracks me up ! Daniel Shiffman <a href="https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw" rel="nofollow">https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw</a> Great way to get kids interested in programming . ps. He teaches p5.js really well !
I don't think they have dedicated pages, but searching for the classics Dan Friedman and Gerald Sussman is guaranteed brain tease. The minikanren relational interpreter is still high in my top videos ever, and Sussman watch engineering talk was packed with surprises.
When it comes to learning ML in Python, Django and other topics, no one can beat Sentdex <a href="https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ" rel="nofollow">https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ</a>
BriefTube.com is a TLDR; for Youtube educational videos. Instantly get the gist of what is being said and when.<p>*I'm the proud developer of BriefTube
I enjoy the discussions on the Entreprogrammers channel: <a href="https://www.youtube.com/user/entreprogrammers" rel="nofollow">https://www.youtube.com/user/entreprogrammers</a>
MIT channel is awesome. Learnt a lot. Take a look at this course: <a href="https://www.youtube.com/watch?v=k6U-i4gXkLM" rel="nofollow">https://www.youtube.com/watch?v=k6U-i4gXkLM</a>
Can we go meta? Youtube is doing a lazy job at making me watch more Youtube.<p>I receive notifications for certain channels while I'm at work - later at home, I have no idea how to watch "most interesting stuff from the last days" in a easy way. Then I go open channels manually! Come on!<p>They can easily improve and win the TV and Netflix on the living room... all the creative content is there. Show me some sort of auto generated playlist with the new content from channels I'm subscribed and that are trending.
It's not free but Clean Coders by Bob Martin (Uncle Bob).
<a href="https://cleancoders.com/videos" rel="nofollow">https://cleancoders.com/videos</a><p>You can watch some his videos for free by signing a free trial account at <a href="https://www.safaribooksonline.com/" rel="nofollow">https://www.safaribooksonline.com/</a>. No credit card required.
Channels for data structures and algorithms<p><a href="https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw" rel="nofollow">https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw</a><p><a href="https://www.youtube.com/channel/UCMNkvKnD3mo3Jj9eTwJllWw" rel="nofollow">https://www.youtube.com/channel/UCMNkvKnD3mo3Jj9eTwJllWw</a>
Can I nominate myself? I know I'm not very good or very diverse but if you want thousands of lines of vanilla Cowboy PHP I'm your man. <a href="https://www.youtube.com/watch?v=nb93xii7Eis&list=PLVbKN4o8V_4OSXI0SGGBMxRvXTZJT3YM_&index=15" rel="nofollow">https://www.youtube.com/watch?v=nb93xii7Eis&list=PLVbKN4o8V_...</a>
There are some really nice JS talks by Douglas Crockford on the now defunct YUI library YouTube page:
<a href="https://www.youtube.com/channel/UCTHcgWOTU6gPje1g_U29tfQ" rel="nofollow">https://www.youtube.com/channel/UCTHcgWOTU6gPje1g_U29tfQ</a>
Even though they are a few years old, they're still relevant
Super-late to this, but I always find <a href="https://www.youtube.com/channel/UCdX4uJUwSFwiY3XBvu-F_-Q" rel="nofollow">https://www.youtube.com/channel/UCdX4uJUwSFwiY3XBvu-F_-Q</a> to be interesting. Not sure if this is exactly relevant to the question, but I feel like I learn from it anyway.
Simple Programmer (<a href="https://www.youtube.com/user/jsonmez" rel="nofollow">https://www.youtube.com/user/jsonmez</a>): Awesome... A Developers Life Coach. Im a huge fan, I watch every single video and he has helped me in more ways than I can count.<p>My other favorites have already been mentioned
I do Python mostly. For Python there are conferences called PyCon. Type that into youtube search, and you'll find many channels. These are usually grouped per year and/or location. Watch videos there. The videos are not really for beginners, but for intermediate/advanced skill levels.
Haven't seen this one posted here yet, but The Art of the Problem is insanely good. (<a href="https://www.youtube.com/user/ArtOfTheProblem" rel="nofollow">https://www.youtube.com/user/ArtOfTheProblem</a>)<p>Great focus on the fundamental questions of Computer Science.
<a href="https://m.youtube.com/user/1kingja" rel="nofollow">https://m.youtube.com/user/1kingja</a><p>Jamie King<p>His series on C# is best I have seen. He also covers other topics and is very good teacher, lot of examples and is not afraid to go low level to explain things.
For web developers (especially PHP devs)...
phpAcademy, now CodeCouse <a href="https://www.youtube.com/user/phpacademy" rel="nofollow">https://www.youtube.com/user/phpacademy</a><p>I haven't really found a good one for JS yet.
Mackenzie Child is good
<a href="https://www.youtube.com/user/mackenziechild" rel="nofollow">https://www.youtube.com/user/mackenziechild</a><p>He does dev & design, specialising in Ruby on Rails
Nobody mentioned Confreaks yet? I'm surprised. <a href="https://www.youtube.com/user/Confreaks" rel="nofollow">https://www.youtube.com/user/Confreaks</a><p>Confreaks records, broadcasts and covers conferences, talks and presentation relevant to all kinds of developers. Neatly organized in a playlist per event and uploaded reasonably quick I consider their coverage as extremely valuable for someone like me who isn't able or willing to attend all those great conferences and talks that are still very much relevant to me.
<a href="https://www.youtube.com/user/CodingEntrepreneurs" rel="nofollow">https://www.youtube.com/user/CodingEntrepreneurs</a> for learning python and django
I have these in my subscription list:<p>LearnCode.academy: <a href="https://www.youtube.com/user/learncodeacademy" rel="nofollow">https://www.youtube.com/user/learncodeacademy</a> (Web development)<p>thoughtbot: <a href="https://www.youtube.com/user/ThoughtbotVideo" rel="nofollow">https://www.youtube.com/user/ThoughtbotVideo</a> (I watch them for Vim and emacs videos)<p>and funfunfunction: someone already mentioned it
Can someone suggest channels/resources to understand all programming paradigms / general design patterns / algorithms / data structures ?<p>Thanks
Google Chrome Developers (<a href="https://www.youtube.com/channel/UCnUYZLuoy1rq1aVMwx4aTzw" rel="nofollow">https://www.youtube.com/channel/UCnUYZLuoy1rq1aVMwx4aTzw</a>), lots of good shows about JavaScript goodness, including some very state of the art stuff (HTTP2 for instance). A few good shows including a live one.
there are some lectures about machine learning on youtube.
I think they are good to watch:
<a href="https://www.youtube.com/watch?v=mbyG85GZ0PI&list=PLBkvosL9bMx1YJ_ihN6yh0legoAS6fWXe&index=1" rel="nofollow">https://www.youtube.com/watch?v=mbyG85GZ0PI&list=PLBkvosL9bM...</a>
and
<a href="https://www.youtube.com/watch?v=UzxYlbK2c7E&index=2&list=PLBkvosL9bMx1YJ_ihN6yh0legoAS6fWXe" rel="nofollow">https://www.youtube.com/watch?v=UzxYlbK2c7E&index=2&list=PLB...</a>
and my favorite channels are Standford and MIT open courseware
<a href="https://www.youtube.com/channel/UC-EnprmCZ3OXyAoG7vjVNCA" rel="nofollow">https://www.youtube.com/channel/UC-EnprmCZ3OXyAoG7vjVNCA</a>
and
<a href="https://www.youtube.com/user/MIT" rel="nofollow">https://www.youtube.com/user/MIT</a>
Jens Dittrich : <a href="https://www.youtube.com/channel/UCC9zrtAkl6yY4dpcnWrCHjA" rel="nofollow">https://www.youtube.com/channel/UCC9zrtAkl6yY4dpcnWrCHjA</a> - but he seems to have stopped. :( There's loads of great stuff about implementing data retrieval systems.
Recently I've stumbled upon geekforgeeks youtube channel.
It's fairly new.<p><a href="https://www.youtube.com/channel/UC0RhatS1pyxInC00YKjjBqQ" rel="nofollow">https://www.youtube.com/channel/UC0RhatS1pyxInC00YKjjBqQ</a><p>This might be a channel that I'll end up liking alot in the future
famous gaming youtuber Quill18 also has a side channel called quill18creates, in which he creates various types of games from scratch. His content is pretty cool! I listen to him at 1.5x speed. His channel is really good if you want to get into game development, especially with the Unity engine.
Sirajology <a href="https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A" rel="nofollow">https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A</a><p>Covers machine learning related topics in a very fun way.
I like these guys - <a href="https://www.youtube.com/channel/UC8CB0ZkvogP7tnCTDR-zV7g/videos" rel="nofollow">https://www.youtube.com/channel/UC8CB0ZkvogP7tnCTDR-zV7g/vid...</a>
Must watch John Lindquist's Pattern Craft : <a href="https://www.youtube.com/playlist?list=PL8B19C3040F6381A2" rel="nofollow">https://www.youtube.com/playlist?list=PL8B19C3040F6381A2</a>
I started a Youtube channel for amateurs ( covers Linux, basics of Web Development ): <a href="http://youtube.com/beingskilled" rel="nofollow">http://youtube.com/beingskilled</a>
* LearnCode.academy- <a href="https://www.youtube.com/user/learncodeacademy" rel="nofollow">https://www.youtube.com/user/learncodeacademy</a><p>Has good stuff mainly about JavaScript.
Daniel Shiffman (Coding Rainbow) - <a href="https://www.youtube.com/user/shiffman" rel="nofollow">https://www.youtube.com/user/shiffman</a><p>He is a very funny and a great teacher!
C++ Weekly (<a href="https://www.youtube.com/watch?v=B3WWsKFePiM" rel="nofollow">https://www.youtube.com/watch?v=B3WWsKFePiM</a>)
Jason Turner<p>Just discovered it and watching right now.
For Java technologies like Spring, Jax-RS & etc.,
<a href="https://www.youtube.com/user/koushks" rel="nofollow">https://www.youtube.com/user/koushks</a>
Sentdex: <a href="https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ" rel="nofollow">https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ</a><p>Lots of great ML stuff
Chris Hawkes has the best programming channel.<p><a href="https://m.youtube.com/user/noobtoprofessional" rel="nofollow">https://m.youtube.com/user/noobtoprofessional</a>
I love his channel: <a href="https://www.youtube.com/user/DevTipsForDesigners" rel="nofollow">https://www.youtube.com/user/DevTipsForDesigners</a>
Shameful self plug: <a href="http://youtube.com/c/theskaterdev" rel="nofollow">http://youtube.com/c/theskaterdev</a><p>Mainly about PHP, Laravel and some soft topics.
Although more for beginners: <a href="https://www.youtube.com/user/CodeBabes" rel="nofollow">https://www.youtube.com/user/CodeBabes</a>
Mine! Just kidding but I have been thinking of starting one so coming at this from another direction: does anyone have good resources regarding creating a YouTube channel?
I like the Java Brains for Java technologies.<p><a href="https://www.youtube.com/user/koushks" rel="nofollow">https://www.youtube.com/user/koushks</a>
The new Boston<p><a href="https://www.youtube.com/user/thenewboston" rel="nofollow">https://www.youtube.com/user/thenewboston</a>
Coding for Entrepreneurs: <a href="https://www.youtube.com/channel/UCWEHue8kksIaktO8KTTN_zg" rel="nofollow">https://www.youtube.com/channel/UCWEHue8kksIaktO8KTTN_zg</a><p>Depending on your level, it might be quite basic, but the titles of the videos are simply superb, and each video deals with a concrete topic so it's easy to follow along.<p>Not Youtube, but /r/watchpeoplecode has some great videos, often from Twitch: <a href="https://www.reddit.com/r/WatchPeopleCode/" rel="nofollow">https://www.reddit.com/r/WatchPeopleCode/</a><p>Next Day Video has some great talks: <a href="https://www.youtube.com/user/NextDayVideo/videos" rel="nofollow">https://www.youtube.com/user/NextDayVideo/videos</a><p>Not coding, VPRO from the Netherlands (English language) has some great "hacker" interest documentaries, e.g. the future of renewable energy, growing vegetables under LEDs or high frequency traders: <a href="https://www.youtube.com/user/VPROinternational/videos" rel="nofollow">https://www.youtube.com/user/VPROinternational/videos</a><p>Hardware hacking (admittedly I haven't watched it much): <a href="https://www.youtube.com/channel/UCfo1-oOnGqp1UgygGqlZL4A/videos" rel="nofollow">https://www.youtube.com/channel/UCfo1-oOnGqp1UgygGqlZL4A/vid...</a><p>CGP Grey: <a href="https://www.youtube.com/user/CGPGrey/videos" rel="nofollow">https://www.youtube.com/user/CGPGrey/videos</a> Great<p>For coding/concerntration music, this music has some really nice electronic music: <a href="https://www.youtube.com/channel/UCqaay_q0YERQBEg4o5EjvZw" rel="nofollow">https://www.youtube.com/channel/UCqaay_q0YERQBEg4o5EjvZw</a> (warning the "cover" images are quite porn-y and NSFW, but the music is good)<p>EDIT: Mighty car mods is a hilarious pair of lads from Australia, they do funny and informative car mods to some sweet Japanese cars: <a href="https://www.youtube.com/user/mightycarmods/videos" rel="nofollow">https://www.youtube.com/user/mightycarmods/videos</a><p>Jeorg Sprave is a German guy who makes truly insane catapults, slingshots, bows, cannons, modified Nerf guns, etc and demonstrates their use: <a href="https://www.youtube.com/user/JoergSprave/videos" rel="nofollow">https://www.youtube.com/user/JoergSprave/videos</a>
It would be usefull if HN have an "add post to favorites". If not, I'm forced to comment to save the link. :)<p>BTW, I learnt some Android programming with a 2012 playlist in youtube (Android bootcamp). I guess is dated now.
For Unity apps I like "Makin' Stuff Look Good": <a href="https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg" rel="nofollow">https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg</a>
CNLohr never fails to amaze me with his ESP8266 hacks or his OpenGL voxel/raycasting experiments.<p><a href="https://www.youtube.com/user/CNLohr" rel="nofollow">https://www.youtube.com/user/CNLohr</a><p>Not really related to best practices though, but he has done some nice things with the ESP8266.
The team over here is making explainer videos for beginner programmers on things like web application data security, cryptography, and data concurrency.<p>Here is our security/cryptography series: <a href="https://www.youtube.com/watch?v=C9Me04oEopk" rel="nofollow">https://www.youtube.com/watch?v=C9Me04oEopk</a><p>Here is the channel: <a href="https://www.youtube.com/channel/UCQAtpf-zi9Pp4__2nToOM8g" rel="nofollow">https://www.youtube.com/channel/UCQAtpf-zi9Pp4__2nToOM8g</a>
<a href="https://www.youtube.com/user/codemynet" rel="nofollow">https://www.youtube.com/user/codemynet</a><p>Lots of great tutorials, and cool guy.