I'm completely new to coding and I keep hitting a wall without knowing the reason behind it. There are no obvious errors or crashes, and I can't even find what to Google for help. I just have this sense that I'm missing something important in my understanding, but I'm not sure what it is. For those who have gone through this stage, how do you determine what you need to learn next when the issue isn't apparent? Do you have any methods or checklists that help you identify your knowledge gaps? I'm not looking for a quick fix, just curious about how experienced coders diagnose their own confusion and find a way to move forward.
4 Answers
If you’re really stuck, I recommend using tools like Claude Code or Gemini. They’re great for brainstorming and can help you workshop your problem step-by-step. You’d be surprised how clarifying your thoughts can illuminate what you really need to focus on next.
When I hit a wall, I usually just Google what I can about the concepts I’m dealing with, or sometimes I ask AI tools like Claude Code for help. They can suggest areas I might have overlooked. Another method is to pair up with a friend or someone else learning—sometimes discussing what you’re confused about can lead to breakthroughs!
It sounds like you're in a tough spot! A good place to start might be focusing on the basics again. Sometimes, going back to fundamental concepts can give you clarity on what you might be missing. Maybe try working on some simple projects or exercises; they can reveal gaps in your knowledge you didn't realize were there. Also, have you thought about examples of specific problems you’re facing? They can really help in identifying what you need to learn next.
I totally get where you're coming from. When I'm feeling stuck, I like to simplify the problem as much as possible. I start by breaking down what I’m working on into super simple components—sometimes just writing down what each part should do helps me understand where the gaps are. Also, have you checked out PJ Plauger's books? They really emphasize clear thinking in programming and might help you through this phase.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically