this post was submitted on 03 Jul 2023
18 points (100.0% liked)
Ask Experienced Devs
21 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Practice practice practice, always challenge and improve on your foundational skills. Everything else gets easier. Write code and solve problems, struggle through it in whatever way works for you. There's not really a shortcut to getting more experience than to put in the work.
It's especially important to try and do things the "right way" as a learning/growth tool. It will take longer, and you'll rewrite your code multiple times, but the next time you encounter a similar problem you suddenly know exactly what to do and the constraints around the problem.
Do this often enough and you'll find yourself having a general idea of how to solve just about any problem you come across, and how to do it elegantly.
I want to double down on this. Struggle through it, and learn to enjoy the struggle.
At its core, this field is all about solving problems. You learn and grow by tackling problems that are “too hard”, and learning / hitting your head against the wall / discovering new techniques until you defeat the problem.
Defeating a problem should feel amazing, and is something that should be celebrated. Be proud of it.
Then, the next time you’re facing a seemingly impossible challenge, think about that payoff, and keep going.
Eventually, impossible problems aren’t dissuading - they simply represent some tools or skills that you don’t have yet, and now you get to go on an adventure to discover them.
I don’t think it’s a good idea to just “learn tools”. Every tool in your toolbox should have some personal project or problem that it has already solved, so that you know how to use it. Don’t buy an oil filter wrench until you have a car that needs an oil change, if you know what I’m saying.