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 :)

Top comments (23)

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
 
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
 
perttisoomann profile image
Pert Soomann

Ideal or not, but in my experience the best way is to learn is when you get thrown in the deep end with actual problem to figure out.

Just reading or watching videos, sometimes it's good, you can pick up some smaller tips or tricks, that may or may not even be the main point of the article or video, but it could get a bit disheartening to see all this cool stuff and not have an opportunity to implement it in your day-to-day flow.

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
 
indy_singh_uk profile image
Indy Singh
  1. Question everything - Asking a lot of questions out loud, to myself, and to anyone who will listen
  2. Doing - I cannot read about something, I prefer to get stuck in and will happy work into the night (best hours are 10pm - 2am) until I crack it
  3. Failing - instead of thinking will this work, I just do it, and the results speak for themselves
  4. Teaching - for me a crucial stage is passing on the knowledge, if I can't do that then I haven't really grasped the problem
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
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
 
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
 
_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
 
napoleon039 profile image
Nihar Raote

For me it depends what I want to remember and how complex it is. If it's simple and easy to understand, auditory medium πŸ‘‚ like podcast is enough for me.

If it's something complex then a visual medium πŸ‘€ like articles are enough.

However if there are a lot of steps or processes to remember and understand or a complex concept, then watching videos and doing it once or twice helps me to grasp it well.

Though doing anything practically, at least once, helps me retain things betterπŸ˜ƒ

Collapse
 
tinmanjk profile image
Ivan Petrov

If it is "structured learning" then in my experience nothing beats a good book with well-thought out and interesting exercises at the end of each chapter (with sample solutions of course).
Why it works for me is that the author is constantly guiding me to be in the flow zone (no anxiety/no boredom) where optimal experience and performance is achieved while at the same time I am enjoying the process. I also enjoy modifying and extending the exercises to find further applications of the covered material.

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
 
jessynd profile image
Jessica Duarte

For me the best way to learn is in a collaborative classroom environment where an instructor guides me through theory, examples and then challenges me individually or in a group to complete small challenges. The instructor has to be really good at inquiry-based learning, interacting often with the class and helping students solve problems by asking the right questions. If I'm able to not just reason myself but also see how others reason and understand their thought process, whether we solve things or not, this collective thought process helps me learn a lot faster. Collective troubleshooting let's call it.

So that's for large topics, like a whole new language for example. But if I need to learn something on a job while I'm building an application, I usually end up relying most heavily on documentation and forum discussions.

Great discussion! Loved reading everyone's posts. Thanks for asking, Christian!

Collapse
 
evanoman profile image
Evan Oman • Edited

I never regret any spent time reading a good technical book, so I would say that reading is probably the best way to learn for me.

That being said, I don't do a very good job making time for reading. I mostly listen to podcasts/audiobooks in the "seams" or "gaps" in my day (driving, cleaning, etc).

It is pretty easy to zone out while listening so I try to take notes (or voice memos if I am driving) and make sure I type them up in my GitHub notebook.

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 :)