Show HN: Watch People Code
21–30 of 76 posts
Re: Show HN: Watch People Code
#22This may be a good place to ask this question -- I think I saw a website which had videos of how well-respected experts write projects from start to finish. So, if I were interested in learning how experts in golang write a web-service end-to-end (design, DB, write, test, deploy, debug), I could watch those videos and learn the right(ish) way to write a web-service in golang. I'm sure I'll learn a few other things to…
PeepCode did this with its Play by Play series. They were acquired by PluralSight, and the series is still going on there [0]. [0]: http://www.pluralsight.com/search/?searchTerm=play%20by%20pl...
Re: Show HN: Watch People Code
#23Re: Show HN: Watch People Code
#24Re: Show HN: Watch People Code
#25Re: Show HN: Watch People Code
#26Live streaming not available in Germany due to rights issues. Background music, or what is the issue?
Re: Show HN: Watch People Code
#27Live streaming not available in Germany due to rights issues. Background music, or what is the issue?
Re: Show HN: Watch People Code
#28Along these lines, I recently started watching (and enjoying!) Casey Muratori's Handmade Hero , "an ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code." https://handmadehero.org/
I've only made it to week 10 but i've already learned a huge amount in a short amount of time (and only had to completely abandon my own code and start from scratch from the archived version once so far.) It's fun (and insightful) to watch half the comments disagree vehemently with something Casey said that day (const is useless? what?)
Re: Show HN: Watch People Code
#29I don't understand how this adds more value than the other places on the web. A blog, tutorial video, stackoverflow post, book, etc will provide more knowledge in less time than watching someone real-time code and step through the software writing process. I understand the game channels on twitch provide entertainment, but don't see how this will catch on widely. Would love to hear others thoughts.
Re: Show HN: Watch People Code
#30This may be a good place to ask this question -- I think I saw a website which had videos of how well-respected experts write projects from start to finish. So, if I were interested in learning how experts in golang write a web-service end-to-end (design, DB, write, test, deploy, debug), I could watch those videos and learn the right(ish) way to write a web-service in golang. I'm sure I'll learn a few other things to…