Hacker News new | ask | show | jobs
by RyanOD 941 days ago
As a fellow aspiring developer, let me share a perspective that may be helpful.

I've solved a lot of algorithm challenges (LT and CW) over the years but I recently reflected on why they don't seem to be getting easier. What I realized is that while I know how to write code, my understanding of the supporting problem solving strategies is weak. I don't understand the why very well.

It's possible you suffer from a similar situation. You jumped straight to the code and skipped over the theory. You know how to use the tools, but have limited training in how to design the house.

Consider investing some of your time watching people like Abdul Bari (https://www.youtube.com/@abdul_bari). It will help you start to build a better understanding of the "why" of writing code.