I'm really hoping to get some advice on how to navigate the complicated world of development tools and jargon. I've been coding casually for a few years and have done some personal projects, like a Python program to analyze images, an app for pushing files to NFC chips, and a simple platformer game. I'm familiar with languages like Python, JavaScript, Java, and C, but I feel completely lost when it comes to understanding the various tools and frameworks out there. It seems like there's a huge gap between beginner tutorials and more advanced resources, and I just don't know where to start. Since I don't know anyone in real life who works in programming or tech, I could really use some help to figure out how to learn more effectively and not feel so overwhelmed by the sheer amount of information out there.
2 Answers
You might want to simplify your approach. Choose a single project to focus on and learn the necessary tools step by step. There’s a ton of documentation available—just keep your focus on what you need for your project. It’s all about gradual learning!
Could you clarify what you mean by 'tools and jargon'? Are you talking about frameworks for building applications or the overall development workflow? If you’re feeling lost, try focusing on one project that excites you. Once you choose a project, dive into the documentation for that specific tool and explore other related projects. This way, you can learn what you need as you go!
I totally get that! There’s just so much out there, and it can feel overwhelming. For your project idea, maybe start by looking into basic web development tutorials—HTML, CSS, and a little JavaScript. Once you feel comfortable there, you can explore backend options and databases.