How Can I Get Back on Track with Programming After a Break?

0
2
Asked By CuriousCat42 On

I've been learning programming for about two years as part of a college course, focusing on Java and C#. Unfortunately, I had to leave college early due to health issues, and I've noticed I've forgotten some of what I've learned. I'm looking for recommendations on how to refresh my programming skills and navigate my way towards a job in the field, given that my college experience got disrupted.

2 Answers

Answered By TechieTom123 On

Here are some steps I recommend:

1. Pick a programming language you're comfortable with and solidify the basics, like C++ or Java.
2. Use platforms like CodeChef for problem-solving practice.
3. Learn about backend and frontend development to understand the bigger picture.
4. Start working on projects and try to incorporate unique aspects based on your interests.
5. Explore trending topics like DevOps or AI/ML to stay relevant.
6. Build a GitHub profile with a good number of quality commits, structured repos, and contributions to open source.
7. Keep coding, researching, and maybe find a mentor in the field for continuous support.

Answered By CodeNerd99 On

It sounds like you've hit a rough patch, but don't worry! A classic reason for forgetting programming concepts is not practicing enough. Try to write code regularly to reinforce what you remember. Start with some small projects or even coding challenges to apply your knowledge. As you code, it'll help lock in those memories and skills.

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.