Hey folks! I'm currently working in the software industry, but I don't have a programming background. I realize I need to understand some tech concepts to advance in my job, but I'm lost on where to begin. The coding and tools seem like a different language to me. Any tips on how I can get started quickly?
2 Answers
A great way to kick things off is by learning programming languages that are important for your job. Check out online written tutorials or grab a book to dive in. While YouTube tutorials can be super useful, they can also be a bit tricky since you’ll really need to pay close attention to the code. Just remember, when you’re practicing, type the code out yourself instead of just copying it. That way you really grasp the syntax and details you need to know. Also, don't hesitate to use tools like chatGPT for basic explanations—just let it know you’re a beginner and the language you're learning.
Try to avoid getting stuck in 'tutorial hell' if you can! Instead, work on small projects to put your skills to the test. Websites like freeCodeCamp and The Odin Project have some solid free resources. Microsoft Learn is also worth checking out for structured courses—you’ll find plenty of valuable materials there!
Thanks for the suggestions! I’ll look into those resources.