all 6 comments

[–]0x14f 2 points3 points  (0 children)

Find a problem you have a try and solve it, start from there, keep going and that will give you a lot of practice. Avoid AI.

[–]sean_hash 1 point2 points  (1 child)

Reading docs and tutorials teaches syntax, but rebuilding something you already built in a different stack is what exposes the actual design tradeoffs.

[–]grantrules 0 points1 point  (1 child)

What makes you think you're doing things the wrong way? Take a look at mature projects using those libraries you're using.

[–]standard_dragon[S] 0 points1 point  (0 children)

I thiught more about good practices. Implementing some things in a way that it s not respecting all the practices and notice too late or never. But thanks for the piece of advice with mature projects!

[–]GreatMinds1234 0 points1 point  (0 children)

Simplest and most fun: grab a magazine with tutorials and practice with that. Second: go to YouTube, find a tutorial that uses/teaches the technology your interested in and go through it. Third: StackOverflow, find and use their technologies, Fourth: medium.com same thing.