Feeling Stuck in My Programming Journey, What Should I Do Next?

0
4
Asked By CuriousCoder123 On

Hi everyone! I'm currently a second-year student who's really passionate about programming. In my first year, I dove into C++ and created a student management system that included features like saving student info to text files and an automated ID generator. I really loved the challenge and learned a ton, even picking up error handling along the way. However, now in my second year, I'm feeling a bit lost. Our instructor seems to focus on helping students who struggled last year, which means we're going back to basics with Java instead of moving on to more advanced topics like GUI and data structures, even though I feel ready for that. I'm eager to gain experience and work on projects that will help make me more hireable as a software engineer. I'm thinking about focusing on Java backend with Spring Boot, but I'm unsure about how to plan my next steps or what kind of projects to pursue. Can anyone help me create a roadmap or suggest some ideas? Thanks a lot!

1 Answer

Answered By DevDreamer42 On

Building smaller projects is a great move! It could be something manageable like a Todo app where you truly understand the code instead of just following tutorials. Don't stress too much about getting hired by your third year, especially since the job market is unpredictable. What's most important is to develop a solid portfolio of projects.

Here are a couple of ideas:
1. Create a database system with Java and MySQL to simulate an inventory management system.
2. Build a chat application using a client/server model to let users communicate in real-time.
3. A stock price tracker could be fun, where users get email alerts when certain prices change!

AspiringDev -

Thanks for the ideas! I'm currently studying SQL too, so a database project sounds perfect. How do you usually approach your learning with project-based methods?

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.