DEV Community

How do you learn?

maxdevjs on November 13, 2019

First of all, thanks to everyone contribution. I also found @swyx 's Learn In Public (NYC) article and Learn in Public - React Knowledgeable video...
Collapse
 
jarodpeachey profile image
Jarod Peachey

I learn by doing. If I hear about something, like GatsbyJS, I open the docs, download the starter template and build something. That's what I did for my portfolio site.

This method might not work for everyone, but it works best for me.

Collapse
 
nombrekeff profile image
Keff

I'm the same way, I can't do that thing where people read the whole docs first, and then doing. I need to get my hands dirty!

I think everyone has a different way to learn, but I think forcing yourself to do something is the best way, for example getting an internship or a part time job doing something new will force you to learn or fail... most likely learn.

Collapse
 
maxdevjs profile image
maxdevjs

By doing, you mean things that you are interested in, right?

Collapse
 
jarodpeachey profile image
Jarod Peachey

Yeah. If I want to learn something, I just start by taking a glance at the docs and then just doing it.

Thread Thread
 
maxdevjs profile image
maxdevjs

It makes sense, indeed. That's very effective.

Collapse
 
askeridos profile image
Adam AUTUORI
  • I begin with the "getting started tutorial" to practice with an example.
  • Once I understand, I read the documentation and i write all the titles from.
  • Then, I explain every notion with my words in simple and short sentences, with links to the details, explaining code with pseudo-code and sometimes with some diagrams.
  • Finally, I create projects to value the knowledges and review to my notes, as a child.
Collapse
 
maxdevjs profile image
maxdevjs

This is an invaluable list. Third point is something that I did in school, but I definitely avoid most of the time nowadays. Very good catch, thank you.

Collapse
 
askeridos profile image
Adam AUTUORI • Edited

In the list, i forgot to say that i write all titles to see what's available, and to use them to write pseudo-code, and then i dig deeper into docs for details. Another point, in my opinion, is to ask myself on what type of data do i work, to see if the operation i want to do already exists in a built-in class, or if i have to compose with them to write my own method.
Finally, when you make a mistake, the compiler talks to you and gives you a lesson, not a fail...

Collapse
 
askeridos profile image
Adam AUTUORI

I had it this morning : to provide a consequent portfolio, you might be consistent by filling the github's dashboard's cases to green; no matter the colour of tone.

Thread Thread
 
maxdevjs profile image
maxdevjs

I should definitely try it... please keep me posted on your experience with this.

Collapse
 
ben profile image
Ben Halpern

I tend to learn via a lot of immersion, basically ongoing casual learning by reading a lot of DEV content.

And then I tend to go deepest by identifying a specific need for the new thing I'm learning and then motivation takes it from there. I tend to focus best when I'm deeply motivated and the rest kind of takes care of itself. Lots of Googling. Somethings that "specific need" is driven by necessity, but sometimes it's sort of manufactured. Like, I find a way to need it because I'm interested.

I used to do a lot of podcasts for breadth but I've essentially replaced it by hanging around DEV (with some podcasts here and there).

Collapse
 
maxdevjs profile image
maxdevjs

I am especially interested to the manufacturing concept, finding a way to need it, part. How do you balance this component? Letting it to roll, "discipline", shaping priorities, ...?

Collapse
 
ben profile image
Ben Halpern

I used to have a harder time with discipline and distractions before starting DEV. Now my time is pretty filled up and I like what I'm doing that I get tired pretty quickly with new things that aren't obviously helpful.

But sometimes I need to kick myself out of that and be more exploratory. Usually this is when we need to shift to a new approach as a company, but I need to learn more before I can have an opinion. In this case I don't know we need the new tech or concept, so I kind of pretend we do. That's the manufactured need I guess.

I think the big take away is knowing your own motivations and what trips you up and learning how to play the right games with yourself to get down to actual learning.

Thread Thread
 
maxdevjs profile image
maxdevjs • Edited

Thank you, your last sentence is extremely relevant. That's when things flow :)

EDIT:

As an aside, it already happened that the manufactured need ended up clashing with company needs?

Collapse
 
deadlysilent1 profile image
Troy Jordan

I read blogs during my lunch breaks, usually it's something specific like SOLID Principles.

I'll be using DEV from now on 😉

Then when I get home I search for videos on YouTube and watch someone explain the same thing I read that day.

Afterwards I try and put it into practise or think where it might be used. Whether in an old project or while directly working on something.

Collapse
 
maxdevjs profile image
maxdevjs

If I understand well, you start with an iterative, onion like, process: to approach a topic from different points of view and media, then applying it in practice. Is that right?

Collapse
 
deadlysilent1 profile image
Troy Jordan

That's right! Also from various pod casts while driving to/from work/gym.

Collapse
 
jamesthomson profile image
James Thomson

I learn by getting my hands dirty and reading about other's experiences, like here on DEV or what's going on in my Twitter feed.

But another area I've found that I've learned quite a lot is by helping others. I got into Vue a few years back in its infancy and have found myself pretty active on the forum helping other devs that get tripped up. Sometimes I know the solution immediately, but other times I need to dig into it a bit which has definitely helped me learn how to debug things quite effectively.

Collapse
 
maxdevjs profile image
maxdevjs

Thank you, to help/teach is one of the best ways to fill our on gaps.

 
maxdevjs profile image
maxdevjs

Started to play it and forgot to check here :D That's learning having fun :)

Collapse
 
eddiehale3 profile image
Eddie Hale

I learn by doing, but to really make sure I retained the knowledge I try to teach/explain it to someone else.

Collapse
 
maxdevjs profile image
maxdevjs

To bounce ideas is a nice strategy. And Caffeine-Zombies is cool game :)