Live data from Hacker News

Ask HN: Favorite live coding channels for intermediate/advanced topics?

news.ycombinator.com

31–36 of 36 posts

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#31

I do something like this, although not live. These are real intermediate projects on video, with code. Without omitting any step. So far I have a course on publishing a pip package and a cron implemented with aws lambda. https://fromzerotofullstack.com/

wow... thanks for sharing.... is it all free... sorry could not find pricing info...

So far it is all completely free. You can create an account to bookmark courses, etc

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#32
post #14

javidx9: https://www.youtube.com/watch?v=8XmxKPJDGU0 Bisqwit: https://youtu.be/PahbNFypubE?t=1045 Intermediate C++ videos, often with some angle towards graphics or emulation.

Bisqwit is remarkable. He’d be paid handsomely at a trading firm if he was in America or London or HKG, but instead he worked as a bus driver while making videos.

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#34

Not truly advanced compared to some of the content posted here but I try to post videos about Vue.js and topics no-one else really talks about (mainly around testing): https://www.youtube.com/c/LachlanMiller/videos

This is great, thanks for the effort! I don't understand why the youtube algorithm never finds something like this, it's always the beginner stuff that surfaces to the top

Beginner stuff has 2 main advantages

1. More demand 2. Easier to make

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#36

What are the best places for finding high-quality learning material for arbitrary programming topics anyway? Like how does one quickly cut through the beginner stuff and get to the high-quality content?

the awesome lists are a good place to find this stuff, frequently. just Google "awesome x site:GitHub.com" where x= {language, protocol, framework, design goal} and see what pops up.
Post reply on HN