DEV Community

Discussion on: What’s your go-to method of learning a new development skill?

Collapse
 
kalabro profile image
Kate

I used to think I should jump straight into practice immediately. But it's hard to inject it into real-world production-ready development processes. That's why my current learning framework is time-capped and very specific:

  1. Gather & structure information on a very narrow topic
  2. Share with someone else and filter out
  3. Build proofs of concept to figure out some crucial details (practice phase)
  4. Put together a summary for discussion and further actions.
  5. Iterate

You can find details here:

Collapse
 
funbeedev profile image
Fum

Thanks for sharing your method, its very systematic!