Rusty to Ready: Coding Tips for the Hobby Developer
No matter which programming language you use as a programmer you find yourself dipping in and out of coding. Whether you pick it up when you get inspired or need it for a specific project you might find that you are rusty and need to relearn certain aspects of the language you need. I have been a hobby programmer for several years working on personal projects and found myself in this situation many times as I come out of hiatus for projects. Below are some tips and resources to help get you back on your feet and back into your IDE as fast as possible. Start today but start small- You may get overwhelmed jumping immediately into complex projects so build smaller projects, bug fixing, or simple scripts. But most importantly start today because it's very easy to procrastinate and wait for "tomorrow" and tomorrow never comes. No excuses start now! -->https://code.visualstudio.com/Download Review your old work- Go through old projects and figure out what and why you did the code. You may also refactor and update the code if you learned to make it better and more efficient or apply a different method. You are your own greatest teacher. Embrace tutorial hell- Tutorials are natural for programmers. I'll still watch tutorials 30 years later no matter how experienced I become because it's impossible to remember everything and a waste of time to try. The key is to brush up on specific parts you forgot you don't need to watch a whole 12-hour tutorial again! Building projects is your top priority not watching videos. https://www.freecodecamp.org/ https://www.w3schools.com/ https://www.coursera.org/ https://www.youtube.com/@BroCodez/videos https://www.youtube.com/@freecodecamp/videos Plenty of other resources and apps but only use them to get to the IDE faster