DEV Community

Discussion on: What do you do to practice new programming languages and/or frameworks?

Collapse
 
jvarness profile image
Jake Varness

I try to take problems I've already solved, or tutorials I've already gone through, and go through them again, following the best practices and paradigms for the new framework/language I'm trying to learn.

It makes learning a little faster since you already know what you want to accomplish, but you now need to learn how to apply it to the new thing you're trying to learn.