I would love to read some of the community's opinion on this topic :)
For further actions, you may consider blocking this person and/or reporting abuse
I would love to read some of the community's opinion on this topic :)
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (23)
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.
Dunno why, but this remind me of: Make it Work, Make it Right, Make it Fast
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.
Oh yeah, specially with multiple monitors or popup video player!
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.
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.
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 🤓
Learning by doing, it's the only way.
Could you elaborate a bit more? Is this based on your opinion only or from others? What other alternatives have you tried before?
This applies only to learning. I really like it:
Having a task => Doing by example => Googling => Reading docs => Refactoring :)
I read other people's code
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.
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
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: