DEV Community

Suzanne Aitchison
Suzanne Aitchison

Posted on

Do you prefer video or written coding tutorials?

I've been posting here for a little while, and maintain some tutorials over at my site Up Your A11y, but so far it's all written content.

I'm toying with the idea of creating some YouTube videos that cover similar content, just so people can choose the medium they prefer.

Do people like/prefer video tutorials? What do you find most useful in a video tutorial and what are your pet peeves with them?

Top comments (61)

Collapse
 
loiclemerlus profile image
LoicLM

I actually prefer written tutorial as it allows me to learn at my pace rather than at the speed of the video. Learning coding usually involve a lot of back and forth and it is better for me in a written format.
Video can also be good for showing interactivity or results. In which case I like embedded videos.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

I hadn't considered just embedding short clips - great idea!

Collapse
 
tiguchi profile image
Thomas Werner

I prefer written tutorials for the reasons other people have stated. However, if the topic is amusing, interesting or entertaining then I also enjoy it as a video. For example The Coding Train, 3Blue1Brown or something like this video by the Engineer Man. But I usually watch that stuff just out of curiosity or for entertainment, not to so much to purposefully learn something new. That happens more as a side effect

Collapse
 
s_aitchison profile image
Suzanne Aitchison

That's really interesting - thank you for sharing! And thanks for those references - I'll have a watch 😁

Collapse
 
tiguchi profile image
Thomas Werner

Let us know when you upload your first video!

Collapse
 
osirisgothra profile image
Gabriel Thomas Sharp

Poke poke, here have a recent answer from someone you don't even know: I like written tutorial, and also on occasion I like written tutorials, and did I mention written tutorials? There are far too many bloated, cannot-find-the-gist-of-it, hard-to-understand-that-persons-voice, poorly-structured, way-too-long-introduction, ended-up-not-even-having-what-I-was-looking-for video tutorials out there!! On the flipside, a well-made video could save time, however, the ratio of good:bad is like 2:98, which cancels out that one pro :( I hope that was clear enough to understand :) (oh I was writing, so you probably did hahah!!)

Collapse
 
papabearcodes profile image
David Quick

My preference leans more towards written. I feel as if reading a tutorial helps with keeping at your own pace and allows the reader to do more research and reference. Following along with a video can subconsciously hold you in this weird place (tutorial purgatory) where you're just looking and listening, but not necessarily absorbing.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

I think I identify with that too - I'm pretty sure I drift away more easily from videos than written word. Some people must find the opposite I'd imagine πŸ€”

Collapse
 
papabearcodes profile image
David Quick

100%. It's all about preference. I never used to like written articles and I would cringe when I saw lengthy ones, but it was something I learned to love.

Collapse
 
paradoxinversion profile image
Jedai Saboteur • Edited

I prefer written tutorials, largely because I can read faster than I can follow along in real time (or sped up). I don't dislike them, but if I have an option to scan something 'on a page' rather than scrub through time and listen for what it is I may be looking for, I'll take that option.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Yeah I think I tend towards the same, and it's interesting to hear I'm not alone in that!

I see so many video tutorials out there and I really want to provide info in the medium people find it useful, which is what made me wonder if I should start doing more videos!

Collapse
 
seanmclem profile image
Seanmclem

With videos I'm often pausing, going back, and zooming-in. I prefer written tutorials. I usually only like videos for opinion pieces or comparisons. I probably watch 1 video for every 25-50 articles I read

Collapse
 
manuelojeda profile image
Manuel Ojeda

Both.
Depends of the context. Sometimes I can read fast enough and follow the right flow of the code, but sometimes too I need to watch a video to teach myself and avoid any kind of error that could happened to be.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

So maybe it could be an idea to have a written tutorial, but with a link to a video you can go to if you decide you'd rather see a walkthrough?

Collapse
 
manuelojeda profile image
Manuel Ojeda

Exactly, I like having both options at my disposal. Also, a lot of people prefers consuming a tutorial through a video instead reading.

Collapse
 
tam360 profile image
Mirza

I used to follow video based tutorials but now I prefer written ones. "Tutorial Hell" in the form of videos is really annoying as they're slow and don't cover the advanced concepts (which basically are the main bottlenecks for learning pretty much anything).

Now, I am trying to make a habit of reading official documentations as much as possible (followed by stackoverflow/other coding forums and blogs) in order to understand. The only dev related videos I watch are online webinars like Goto Conferences

On a side note, I feel like documentation is the real underdog of whole software engineering process. A good documentation such as those of VueJS/Laravel/RoR can provide more clarity and save hundreds of hours if not more (if read properly). But it doesn't get appreciated by engineers most of the time, sadly.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Documentation is key! I actually just listened to a really good episode of the React Podcast where Rachel Nabors spoke about this - definitely recommend if you haven't heard it yet πŸ˜€

Collapse
 
tam360 profile image
Mirza

Will definitely try listening to them!

Collapse
 
darthknoppix profile image
Seth Corker

I like video content and articles. Depends on the topic or my mode of thinking at the time. You're written stuff is great!

If you're going to make some videos, it would be cool (and meta) to explore how video and audio can be more accessible on the web.

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Ooh yes I like that idea - and I think there is a lot to be said about it!

I think my main driver for considering translating some stuff to video (other than seeing some people seem to engage with video content) is being able to show recordings of screen reader usage/keyboard navigation etc. But there are other ways this could be done like smaller embedded videos πŸ€”

Collapse
 
darthknoppix profile image
Seth Corker

I’ve experimented with adding small embedded videos that work quite well (around 10 - 20 seconds).

I think it would be great to show screen reader etc. It’s something that can be communicated over video much more easily and is more engaging like you said. Go for it!

Collapse
 
admodev profile image
Adolfo Moyano

Both, the only thing that i think it ruins a tutorial is showing the code at the very first of the tutorial or while you explain it, the code snippets have to go at the very end of the tutorial, that's the best way to learn, but if i have to choose one i prefer written tutorials because i can go at my own pace.