| My wife is looking for a (major) career change. My advise to her is to pick up programming. I gave her a first introduction in the fundamentals of programming and let her read some basic books. She grasps this quite well and is also very interested in it and eager to learn. Now is the time to dive deeper into a language (besides the HTML and CSS which we will start with) and stick to that one. The big Question is, which one? Keeping following in mind: - She has 4/5 months free where she can learn 5 to 6 hours a day intensively - After this period, she would like to work as a freelancer (based in Europe) - She would like to freelance (or be a contractor) for more established/bigger companies, no interest in working for smaller startups - Should be web programming My thoughts are either Ruby or Javascript with the rise of Node.JS and frameworks like Meteor and Express. The issue with Ruby is that it's mostly used for startups, which if they grow usually switch to another stack. Python might be another solution but afaik not very demanded in Europe. HN, I would love to hear your thoughts and recommendations! |
From my view as a freelancer in the Netherlands, JavaScript demand is exploding - it's mostly front-end jobs that I see, but I also use it on the server too - while Ruby has lost quite a lot of mindshare. A CTO at a big multinational I work at and talk to often said he thinks Rails has "lost momentum".
Python is always somewhat in demand here, but it's a little more niche compared to JavaScript.
I would definitely aim for front-end first though. Something like: Start with the basics of the language; then DOM manipulation and basic animations with jQuery; then have a play with Backbone or Angular. Front-end is less hassle getting straight to learning due to the developer console. Server-side means setting up node, learning to use npm, and (god forbid) trying to setup mongodb or another DBMS. Not for newcomers.
Good luck! I think it's a sound career choice. Of course, 4/5 months will just scratch the surface and get her started... :)