Ask HN: Best developer machine; and what to learn to become employable?
Hi.
I intend to learn web development on my own during and after the summer. Mainly because there aren't any bootcamps over here in Ireland with a proven track record.
While I would love to learn web development, I am afraid it will hinder me to do back-end work, if that is something I end up finding interesting in the future.
My question is basically, what exactly should I learn to become employable in Europe? Preferably England or Switzerland. I have no degree, and I would be creating a portfolio from scratch. Exactly how low are the requirements?
At the moment I intend to learn: Ruby, Ruby on Rails, HTML5 CSS3, Javascript, jQuery. Is that really enough?
9 comments
[ 3.0 ms ] story [ 37.5 ms ] threadIf the intent is just to attain a basic understanding that enables one to complete projects and pass muster as an intern/junior developer, then it's likely possible with enough effort.
If the intent is to do a "deep dive" on each topic, or even attaining mastery during the course of a summer, then that's another matter entirely.
On that note, the concept of mastery is similarly subjective. Even the lowest definition of mastery for a single one of those topics lie far beyond the timescale of a single summer, at least for most people, and especially if they lack previous experience. Fortunately, very few people are masters of anything.
For me personally, that's the understanding. Enough to get a job as an intern or junior dev.
Not only is the hardware topnotch, you won’t have to worry about graphics driver compatibility, power management, wi-fi support and all of the other stuff that can make running Linux as your primary operating system… challenging.
Don’t worry so much about creating a portfolio; pick a project you’re passionate about and do that. Or pick an open source project and start making useful contributions.
I would add Sass (or some other CSS preprocessor) to your list: http://sass-lang.com
As for languages, master vanilla HTML, CSS and JS. It's handy especially if you have to work around stuff, or just want to do bare-metal code instead of high-level. But you should have a standard stack in order to finish stuff quickly. The usual choices would be:
- UI: Bootstrap or Foundation
- Rails + Ember
- Express (Node) | Flask(Python) + Backbone | React | Angular
- You could also roll your own combination and be proficient with it.
Portfolio? Don't bother. Just run a Blog and Tweet about it. Join meetups in your local area and be visible. Get involved in open source by doing bug reporting or documentation. Eventually, you'd end up knowing a lot, and actually help in code. Use those as your credentials, as they are more credible because others can vouch for you.
I use fink, vi, TextMate and NetBeans w/ mariadb, nginx, php, python, java.
Learn git and how to use some basic command line stuff like grep and find.
If you're learning the front end stuff, learn a framework like Bootstrap too.
Get yourself a cheap (USD 5 / month) VPS node, set it up and figure out how to deploy also.