DEV Community

Christian Vasquez
Christian Vasquez

Posted on

What's your ideal way of learning? 🤔

I would love to read some of the community's opinion on this topic :)

Oldest comments (23)

Collapse
 
ben profile image
Ben Halpern

My ideal way of learning is often I need to find a way to make this work by any means. Really kicks me into focus on whatever topics help me get there.

Collapse
 
chrisvasqm profile image
Christian Vasquez • Edited

Dunno why, but this remind me of: Make it Work, Make it Right, Make it Fast

Collapse
 
gissisim profile image
Gissur Simonarson

I've been studying a lot lately. I had a really good success with videos with people actually doing live coding on projects from start to finish, and me actually coding along with them.

I have to basically watch and do together to make things stick.

Collapse
 
chrisvasqm profile image
Christian Vasquez

I have to basically watch and do together to make things stick.

Oh yeah, specially with multiple monitors or popup video player!

Collapse
 
itsasine profile image
ItsASine (Kayla)

For me: Reading >> Doing > Hearing >>>>> Watching

I hate videos. And love the people here that tag their posts with #video so I know to avoid it.

I love having a bunch of bookmarks to go through during downtime. Read a few articles, maybe add them to a list of resources to come back to with notes, being able to copy and paste code examples... good stuff!

Making a project is effective, but I feel most comfortable reading about a topic first. Lectures like in university are hit or miss.

Collapse
 
_andy_lu_ profile image
Andy Lu

I think the most ideal way to learn is to have someone next to you guiding you through some material. Next best would be having the ability to ask questions and get immediate feedback.

In either case, it's up to the learner to know they should ask a ton of questions.

Collapse
 
chrisvasqm profile image
Christian Vasquez

Hey Andy,

I love this kind of interaction. I like to just watch a friend code and ask things like "what does that expression mean? do you think we can extract something out of this function?" and having them stop for a second to reconsider. Sometimes they change things but it was all fine, I just want them to be aware of other possibilities and value why they might do things in a certain way instead of another.

Pros and cons, if you may call it 🤓

Collapse
 
xngwng profile image
Xing Wang

Learning by doing, it's the only way.

Collapse
 
chrisvasqm profile image
Christian Vasquez

Could you elaborate a bit more? Is this based on your opinion only or from others? What other alternatives have you tried before?

Collapse
 
mxl profile image
Maria Boldyreva

This applies only to learning. I really like it:

Having a task => Doing by example => Googling => Reading docs => Refactoring :)

Collapse
 
jjjjcccjjf profile image
endan

I read other people's code

Collapse
 
dance2die profile image
Sung M. Kim • Edited

I am a 👁 visual AND 👐 kinesthetic learner.

Podcasts 👂 are the worst way to learn for me (I can barely retain 10% 😞).

So my ideal way is to watch 📺/read 📚 & immediately practice at the same time.
Slow 🐢 upfront but can retain much more 🐇.


Funny Fact:
I can concentrate no problem at a noisy cafe for not being an auditory learner.

Collapse
 
sainathsurender profile image
sainathsurender

The ideal way for me is to imagine a requirement or create new one and start coding it with resources from the internet. I've learnt angularjs, typescript this way and feels like a challenge to conquer

Collapse
 
dusan100janovic profile image
Dušan

It depends of technology and how much I want to go deep in learning it. Sometimes learning by doing is enough.

But, for example, to learn a new programming language/framework I would usually go the following way:

  1. Video - Udemy/Pluralsight
  2. Book - O'Reilly/Wrox/Apress
  3. Creating my own application