DEV Community

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

Collapse
 
davinaleong profile image
Davina Leong

You could use the projects you do at work as a starting point for inspiration. Try to look at the smaller projects. Note down the core functions and features of that project. Then you can research on the best way to implement that project in the language you're learning. The key is to keep at it though, because many times you may run into many roadblocks and dead-ends before finding the path that works best for the language you are learning.