I've got a bit of experience working on projects and I can read my own code pretty well, I think. However, I often find myself struggling to get the output I want, and it usually takes checking my work against some reference to understand where I went wrong. It feels like I'm just memorizing things, but nothing really sticks. I'm looking for ways to measure my coding skills, practice more consistently, and maybe find some step-up projects. Any good resources that I may not have come across?
4 Answers
One way to gauge your coding skills is to try picking a new programming language that you're curious about. Watch a tutorial you previously saw to see how much you remember or understand now. Doing a small project in that language can also help you gauge your understanding. If you're at a mid-level, you might need to do some research, but it shouldn’t be too difficult to adapt.
You should definitely check out [roadmap.sh](https://roadmap.sh/). It offers tailored paths based on what you’re interested in and can guide you to landing a junior role effectively.
I highly recommend checking out CS50! It's a fantastic introduction to computer science that really enhances your foundation.
When I reflect on my past work, sometimes I feel really frustrated with how much I didn't know at the time! 😂 It's good to recognize growth, though—you're not alone in feeling this way as you progress.

I’ll give it a shot, thank you!