What Programming Skills Do I Need for My Project?

0
0
Asked By CuriousCat88 On

Hey everyone! I'm new to programming and have been learning HTML and CSS for a couple of weeks, and I've dabbled in Java too, though I don't have much prior experience with coding. Coding is a hobby for me, and I want to work on some personal projects rather than becoming an expert. I'm particularly interested in building a large multi-page database with a search function that can sort results by title and keywords. I also want to learn how to save user inputs from forms. Is this a solo venture, or would I need a whole team to accomplish this? I've heard I should start with basic programming languages first, but I work best when I have a clear goal in sight. I'd love any advice on which languages would be most essential and how long it might take to reach a solid skill level. Thanks a lot!

4 Answers

Answered By TechGuru123 On

Your project sounds ambitious but definitely achievable! Just keep in mind, setting up a database can be a bit tricky. If you're starting out, I'd suggest you stick with JavaScript for the frontend and maybe Python or PHP for the backend later on. Learning SQL for database management is a must too! Take some time to really understand programming basics first before jumping into the overall project.

Answered By CuriousCat88 On

Thanks for all the feedback! I really appreciate the different perspectives and will start with JavaScript as suggested. This helps clarify my path.

Answered By WebDevWizard On

I think you're on the right track! Focus on mastering one language at a time and don’t get overwhelmed. JavaScript and Node.js would work well for your goals. Just make sure you practice the basics - working with loops, functions, and how to manipulate arrays will make things a lot easier down the road. Happy coding!

CoderDude66 -

Agreed! I found building small projects first really helps in getting a grasp.

Answered By CodeNinja42 On

It's great to hear you're diving into programming! For your project, you'll definitely want to focus on learning JavaScript, as it's crucial for web development. Since you’re also looking at the backend, learning Node.js would be beneficial, as it allows you to run JavaScript on the server side. This will help you understand full stack development, which is what you're aiming for! You can likely pick up the basics of JavaScript in a few weeks, so you're on the right track!

LearningLizard77 -

Thanks for the tips! I’ll dive into JavaScript and Node.js first.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.