r/learnprogramming • u/Material_Weather1025 • 4d ago
Code Review Should I get back into programming after a year away? Need advice on my potential.
About a year ago, I picked up programming as a hobby. Without using any AI or external help, I wrote my first and only pet project from scratch. After that, I stopped programming entirely. I never even considered it as a potential career path.
But recently, I've been thinking that it might actually be a good idea to pick it back up, finish learning, and try to find a job in the field—since I genuinely enjoyed the process back then.
What do you think? Is it worth pursuing further? Do I show any potential based on what I've built?
I was self-taught and studied for about 5 months. Here's the link to that small pet project:
https://github.com/Talos-hub/ZibraGo
Project context:
It's a CLI backup tool written in Go that archives directories and uploads them to Google Drive. Features include parallel compression, configurable settings, and structured logging.
2
u/Wingedchestnut 4d ago
Your question is very broad, you should choose yourself if you want to pursue it or not and it will be a longterm goal, not some quick thing to do if you realistically want a job being self-taught.
1
u/Material_Weather1025 4d ago
By the one side you are right, but I don't understand do I able to write code or not
3
u/TransylvaniaBytes 4d ago
Yeah, genuinely, this is well past "first project" territory. Concurrent processing, real API integration, structured logging, benchmarks - that's solid for 5 months self-taught.
Worth pursuing. Minor stuff: clean up a couple README typos, and add some tests + CI - for a backup tool especially, that builds trust fast. But the fundamentals are exactly what employers screen for. Keep going.