Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Articles vs Videos - Which is Your Learning Preference?
Medusa profile imageShahed Nasser
Shahed Nasser forMedusa

Posted on

     

Articles vs Videos - Which is Your Learning Preference?

Hello Again

Some developers love learning through blog posts, articles, or just any form of written content. Others prefer finding videos, whether on Youtube or online courses, to learn about different programming topics.

Which is your preference when learning something new? It can also be a combination of both!

P.S: Look out for details about our latest release ofMedusa this week 👀

Top comments(56)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
aileenr profile image
Aileen Rae
A web developer with a particular fondness for VueJS. She/her.
  • Location
    Edinburgh, UK
  • Education
    BSci Chemical Physics, University of Glasgow
  • Pronouns
    She/her
  • Work
    Senior Software Engineer at Dayshape
  • Joined

I much prefer written content. A few reasons:

  • reading is quicker for me,
  • reading is a more active brain task so I absorb the information more,
  • it's much easier to skim (or Ctrl+F) in an article to reference something than it is to scrub through a video timeline
  • you can copy and paste code snippets.

I do occasionally prefer a video for introducing me to a brand new concept, or for high-level abstract topics. TheWET Codebase talk from Dan Abramov is a good example of something I would not take in as well in writing.

As an aside, I imagine DEV members will on average prefer written content, given that's what it's a platform for?

CollapseExpand
 
lengsovandara profile image
Sovandara LENG
  • Location
    Phnom Penh, Cambodia
  • Joined

I do agree with you guys. Reading is good when we already have some basic concepts but video is better when new concept. Actually, I also prefer reading because it quicker too for me.

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

I was gonna mention if a video has a transcript would it be similar to a blog post experience, but then noticed that the video you included has a transcript so I guess that could answer my question!

CollapseExpand
 
aileenr profile image
Aileen Rae
A web developer with a particular fondness for VueJS. She/her.
  • Location
    Edinburgh, UK
  • Education
    BSci Chemical Physics, University of Glasgow
  • Pronouns
    She/her
  • Work
    Senior Software Engineer at Dayshape
  • Joined

Haha, Yes, that transcript is a really nice accessibility addition but it’s not as nice to read as a formatted article.

In theory, you could write a nicely formatted transcription, but at that point you’re creating two pieces of content and that’s a lot of work.

Thread Thread
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

I think there are tools that automate it but you most probably would still need to proof it, especially if it contains code blocks.

CollapseExpand
 
liftoffstudios profile image
Liftoff Studios
  • Location
    India
  • Work
    I am currently in high school
  • Joined

The written format is the one I usually prefer
I find it easier since I can copy and test code, tinker around with it and scroll to the parts of the tutorial I need, without the hassle of going through the whole article

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

True, written content is definitely the best for copy-pasting

CollapseExpand
 
alonedatascientist profile image
alonedatascientist
  • Joined

Written. As long as it is well written. I like being able to go at my own pace and try out code before going on to the next section of the article. I find I get far more from written then I do video. That being said video is nice occasionally to re-enforce complicated topics or to get a brief overview of a new topic.

CollapseExpand
 
mayankfawkes profile image
Mayank Gupta
APIs, micro services, automation and networking

I prefer written because written saves time at-least for me, lets suppose someone made a video of 10 min explain some topics then to understand that you need to waste your 10 minutes when i can consume the same thing with 2 minutes of reading thats my way of thinking and what i do.

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

That makes sense! Would it apply the same way if you were totally new to a topic?

CollapseExpand
 
mayankfawkes profile image
Mayank Gupta
APIs, micro services, automation and networking

90% of the time written works for me, but I also agree that sometimes learning with visuals can help you understand more with new topics, I also believe its the matter of your skill stage.

CollapseExpand
 
facsiaginsa profile image
Bagus Facsi Aginsa
Just another backend / cloud engineer
  • Work
    Engineer
  • Joined

Both..

If I want to learn new things and dont know where to start, e.g: "I want to learn NodeJS", then I prefer video.

But..

If I want to search spesific usecase, e.g. "how to connect NodeJS to Redis", then I prefer article.

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

That seems to be the general approach for everyone!

CollapseExpand
 
joelbonetr profile image
JoelBonetR 🥇
Tech Lead/Team Lead. Senior WebDev.Intermediate Grade on Computer Systems-High Grade on Web Application Development-MBA (+Marketing+HHRR).Studied a bit of law, economics and design
  • Location
    Spain
  • Education
    Higher Level Education Certificate on Web Application Development
  • Work
    Tech Lead/Lead Dev
  • Joined

Completelly agree. Moreover you can check the documentation much faster this way than if it was a video 😅

+1 on the written format here.

CollapseExpand
 
jamesmawalker profile image
James M. Walker
Web developer and designer. Currently a senior front-end engineer at Nerrative Technology.
  • Location
    Los Angeles, CA
  • Education
    California State University @Northridge, BA Music Performance, BA Philosophy.
  • Pronouns
    He/Him
  • Work
    Frontend Developer
  • Joined

I generally prefer videos, if I'm honest. The format typically allows for quick little asides that more fully explain why a given thing is being done. Articles tend to have a lot of this information stripped out in the editing process.

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

That’s true in some cases, it probably depends on the type of article or its purpose

CollapseExpand
 
mteheran profile image
Miguel Teheran
Solutions Architect, Microsoft MVP, Alibaba Cloud MVP, content creator
  • Location
    Medellin
  • Work
    Developer and Software consultant
  • Joined

I like both, when I am learning something from scrash videos is a good option but whenI want to review a library or extension of something that I know I prefer read and article also when I am following a guide to complete a setup.

CollapseExpand
 
lico profile image
SeongKuk Han
Connect with me 👍Linkedin: www.linkedin.com/in/dev-licokr
  • Location
    Seoul, South Korea
  • Work
    Software Engineer
  • Joined

I prefer reading. But when I want to use new skills right away, I watch youtube videos. Like, when I got an assignment from the interview, I had to use 'react-query' that I didn't know and had to wrote test code, so, I watched videos about that and I could use them following their styles that were on the videos.

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

That's interesting! Did the interview go well btw? 😄

CollapseExpand
 
lico profile image
SeongKuk Han
Connect with me 👍Linkedin: www.linkedin.com/in/dev-licokr
  • Location
    Seoul, South Korea
  • Work
    Software Engineer
  • Joined

Yes, It went well, and I'm working there now :)

CollapseExpand
 
alaindet profile image
Alain D'Ettorre
Senior Frontend Developer, M.Sc. in Earth Science, Pokémon Trainer est. 1998
  • Location
    Italy
  • Education
    M.Sc. in Earth Science
  • Work
    Senior Front End Developer at Aesys Tech
  • Joined

Why choose? If content is great, I consume anything. Videos are something I prepare for (get the headset, reserve some time), while articles and documentation is something I use more often and more casually and/or in spots

CollapseExpand
 
shahednasser profile image
Shahed Nasser
Technical writer and full-stack developer

No need to choose! Just getting a general idea of what developers prefer 😊

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Open source composable commerce for devs.

Check out our GitHub repository to join our community, contribute to Medusa, and learn about our roadmap.

More fromMedusa

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp