Hacker News new | ask | show | jobs
by minutetominute 4564 days ago
"So, please, go do that hour of code if you haven’t already. Who knows? Maybe you’ll want to become a software developer, but even if you don’t, it’s worth the effort, and might even be fun!"

I need someone to please explain this last bit to me. He seems to suggest that it's pretty easy to become a software developer. This idea seems to be pretty common across hacker news. That all it takes is a little bit of research, and anyone can get a job as a software developer. Is this true? I've been trying to change my current career path from engineering to software development, and I cannot seem to get any conversations started. Does anyone have experience changing their early career paths and how they went about implementing the necessary steps?

2 comments

I've spent some time teaching people web development (Ruby, Rails, Javascript) both as a professional trainer and as a volunteer through RailsBridge. I've seen a few motivated individuals go from non-coder to software developer in less than 1 year. Certainly you can get paid jobs writing code sooner, but these folks were doing real development in 6-9 months.

With an engineering background you already have a good foundation in problem-solving. I would recommend learning one language really well first. I like Ruby or Python for beginners. Javascript is very practical, but I agree with the other folks in this thread who compared it to C. It's lack of structure make it a hard first language. Then find a small open source project to get involved with. A lot of open source coders will happily mentor you if you put in the effort to contribute -- you can start by contributing docs and good bug reports. Get started, see if you like it. It's not easy, but it can be done. For me, it has always been fun.

By the way, I'm a she :)

I apologize. I tend to automatically assume most writers are male. It's a terrible default state.

Anyways, I'm already pretty well versed on that basics of programming. I think the key, as you pointed out, is to get involved in an open source project to build up my portfolio. Python is the language I prefer, but I use vb.net to build the tools I use at work since the .net framework provides a great interface with the microsoft products corporate office workers are slaves to. I'll start searching for local open-source contributors.

I know someone who went from not coding at all to a proffesional dev in 2 years. He got hooked on a programmable game mod at the age of 16, and by the time he graduated high school he was working as a web developer. Never took a CS class in his life, he just got really into it.