Live data from Hacker News

Ask HN: I am 35 years old with no degree – can I still program?

news.ycombinator.com

21–30 of 72 posts

Re: Ask HN: I am 35 years old with no degree – can I still program?

#21
Yes, absolutely! My brother has your same age and is learning programming for the first time. He started with basic HTML and CSS and now, he is enjoying learning Javascript but already looking forward for some backend coding.

He started with some really basic books, but he switched to Codecademy some weeks ago and he really likes it!

Good luck! :)

Re: Ask HN: I am 35 years old with no degree – can I still program?

#22
You might want to take a look at Dev Bootcamp. It's a 9-week intensive course that teaches its students just enough to make them employable, and then connects them with interested employers: http://devbootcamp.com/

Bloc offers a 12-week intensive online course: https://www.bloc.io/

The idea is basically to give you "minimum viable training", so that you can see whether a programming career is right for you, and then get paid to learn more while providing a valuable service to your employer.

I think Dev Bootcamp pioneered these "bootcamp"-style courses, but there are several of them now, and I've heard good things about them. Just make sure you do your due diligence, since with the recent media coverage, there are bound to be a few phoney scams trying to exploit people like you.

EDIT: Also, these courses are fairly new, and almost nobody in the industry has any experience with this style of teaching, except for the people closely involved with it. Most programmers will be useful sources of information about the things you need to know that these courses won't teach you, but we probably don't have a clue about the effectiveness of these courses. Take our opinions with a grain of salt.

Re: Ask HN: I am 35 years old with no degree – can I still program?

#23
This is probably an unpopular opinion but I have the impression that like music or natural language, programming is far easier to learn when you are younger. That being said, there are lots of counter examples and it is definitely possible to get to a professional level on your own, within a few months, no matter your age.

The most crucial thing when learning programming languages is to have a very short feedback loop: build something in that language as soon as you know just enough to get by. The rest can be learned "just in time".

Go for it and good luck!

Re: Ask HN: I am 35 years old with no degree – can I still program?

#24
you can absolutely pick up programming on ur free time. many of the best programmers are self-taught. i recommend completing udacity cs101 and the udacity cs253 to have a strong foundation in programming and web app development. after you complete these courses i'm sure you will be confident enough to pick up a web framework tutorial like django or ruby on rails and continue from there.

consistent learning every few days for a few months will set you to mastery in a year or so. good luck with learning!

Re: Ask HN: I am 35 years old with no degree – can I still program?

#25
First of all, I appreciate you are still willing to learn new things.That's the key.Knowledge is everywhere, not inside in a library room of some university.If you love to go with programming choose the right technology that may make you reach somewhere.Your confidence is the key.Just go ahead. Good luck,oh in fact there is no luck.Only hard work bring you the result.I'm not the one to give you lectures, I'm just 24 running.Go ahead and ofcourse you should be taking care of your family. :)

Re: Ask HN: I am 35 years old with no degree – can I still program?

#27
I think the advice in another thread here may be valuable to you: Ask HN: Becoming a Freelancer in 6 months? https://news.ycombinator.com/item?id=5945865

Particularly the Wordpress advice. Wordpress is a good example of something where someone with no programming ability at all, but an interest in technical work, can gain some (marketable!) skills, and then segway into actual coding experience (PHP in this case).

But the short answer is, there has never been a better time when software development was more accessible to learn, or more useful and marketable, and both of those needles are moving in directions favorable to your interests!

Re: Ask HN: I am 35 years old with no degree – can I still program?

#28
Yes, but do us all a favour and learn it properly. Seen to many so so programmers in my life creating unmaintainable insecure software. Learn about indexes, floats VS integers, sha512, correct password hashing, memory leaks, memory footprint, network stacks, design patterns (guilty of this one myself), ...

Re: Ask HN: I am 35 years old with no degree – can I still program?

#29
Yeah you definitely can. My mom was around 40 when she started studying programming. I'll never forget when she called me asking questions about why her Visual Basic code wasn't compiling! I had no idea she was even studying it! Needless to say that have us a lot to talk about haha. I don't think it's really ever too late to start learning anything. Even if you don't "master" it, it's still just fun. Also, something like programming can help you improve almost any monotonous computer task. :)

Re: Ask HN: I am 35 years old with no degree – can I still program?

#30
Most definitely. Go through one of Zed Shaws books (http://learncodethehardway.org), probably python or ruby. Then from there look into a web framework while still doing exercises (like project Euler).

All the while look for something simple you can write that would help you at your current unrelated career. Even as simple as a "to-do list for accountants". Put it on Github.

Email me if you have questions or want to pair program. I'm in my 30s so I'm all about teaming up with other Gen Xers and showing these youngsters a thing or two ;)

Post reply on HN