Live data from Hacker News

Developer Skills Report

research.hackerrank.com

1–10 of 198 posts

Re: Developer Skills Report

#2
> And new generations are opting for YouTube to self-teach over books

I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled website. MOOCs generally have a great UI/UX intermingling video, text content, and usually a REPL of some sort... but YouTube videos?

Is this a huge flaw in my learning ability or is there some secret to effectively learning these sort of skills via video?

Re: Developer Skills Report

#3
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

I don’t think it’s either-or. I find video tutorials incredibly helpful. I’m a fan of SafariBooksOnline where you get full texts and hours-long professional videos.

Re: Developer Skills Report

#4
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

If you're the older generation, then so am I, and I'm not even 30. Video is garbage, for me, and I really wish people would just write up their materials, because they are essentially useless to me in that format.

Re: Developer Skills Report

#5
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

If you're the older generation, then so am I, and I'm not even 30. Video is garbage, for me, and I really wish people would just write up their materials, because they are essentially useless to me in that format.

Don't get me started about searching for how to configure/troubleshoot a piece of software and the best answer lives inside a 60-second video.

Re: Developer Skills Report

#6
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

Video to me is just to give you a rough orientation and a small amount of depth on a broad set of ideas.

after i watch a talk about new features in [insert language] sometime later i'll be writing something and remember that feature, and off to google or github i'll go to find how exactly to imeplement it or the specific syntax.

Re: Developer Skills Report

#7
post #5

Earlier quoted context omitted.

If you're the older generation, then so am I, and I'm not even 30. Video is garbage, for me, and I really wish people would just write up their materials, because they are essentially useless to me in that format.

Don't get me started about searching for how to configure/troubleshoot a piece of software and the best answer lives inside a 60-second video.

Webdriver.io literally has gifs of themselves typing in the terminal as documentation. Wtf.

Re: Developer Skills Report

#8
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

Horses for courses. Video tutorials are great for things where you have to find some obscure menu item, or otherwise perform a non-obvious "secret GUI handshake" to access a feature or perform a task. For learning to how to actually write code, they're awful, for all of the reasons you mention.

Re: Developer Skills Report

#9
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

[deleted]

Re: Developer Skills Report

#10
post #2

> And new generations are opting for YouTube to self-teach over books I'm definitely in the older generation because it's completely mind-boggling to me how someone effectively learns to code from watching a video tutorial. You can't flip back to a page, bookmark a link, copy text, zoom-in to see exactly what was done, etc. It feels like you're inherently missing out on so much you gain from a book or a text-filled w…

That's what documentation and github repos are for. Video is for the discussion section.

And you can seek to any point in a video you like. The best videos are organized as playlists of chapters, and/or contain a table of contents with links to that time in the video.

Post reply on HN