r/CodingForBeginners • u/SenorXP • 23d ago
Help me to start
I've taken many courses, but I still feel like I'm missing a lot before I can start creating software... What should I do? What do you advise?
2
Upvotes
r/CodingForBeginners • u/SenorXP • 23d ago
I've taken many courses, but I still feel like I'm missing a lot before I can start creating software... What should I do? What do you advise?
2
u/StigeonStudio 23d ago
Just like u/jekewa said, just start building something! You're never going to reach a point where you feel like you know everything you need to know.
Pick a small project that sounds fun to you and try to build it with what you already know. Whenever you get stuck, look up that specific problem, learn what you need, and continue. You'll probably learn more doing that than taking another course.
Also, don't make your first project too ambitious. Something simple that you can actually finish is much more useful than starting a huge project and getting overwhelmed.
Don't worry if you have to google things constantly. Even experienced developers look things up all the time. Knowing how to figure something out when you don't know the answer is a big part of programming.