TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best developer machine; and what to learn to become employable?

8 pointsby toaskaquestionabout 10 years ago
Hi.<p>I intend to learn web development on my own during and after the summer. Mainly because there aren&#x27;t any bootcamps over here in Ireland with a proven track record.<p>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.<p>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?<p>At the moment I intend to learn: Ruby, Ruby on Rails, HTML5 CSS3, Javascript, jQuery. Is that really enough?

7 comments

lollipop26about 10 years ago
Machine doesn&#x27;t matter, but I recommend Linux or Mac as most of the tools are built with, and are easier to work with on unix-like machines. Invest in an SSD as well, as running a dev server as well as tools do hit hard on the disk.<p>As for languages, master vanilla HTML, CSS and JS. It&#x27;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:<p>- UI: Bootstrap or Foundation<p>- Rails + Ember<p>- Express (Node) | Flask(Python) + Backbone | React | Angular<p>- You could also roll your own combination and be proficient with it.<p>Portfolio? Don&#x27;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&#x27;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.
mikelotharabout 10 years ago
If you can learn those during the summer, then I&#x27;d say you&#x27;re so gifted that you can work where you&#x27;d like.
评论 #9196541 未加载
alwillisabout 10 years ago
Get the best MacBook or MacBook Pro you can afford. It obviously runs OS X (Unix) but you can also run Linux in a virtual machine and boot into Windows if necessary; you can also run Windows in a virtual machine if necessary.<p>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.<p>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.<p>I would add Sass (or some other CSS preprocessor) to your list: <a href="http://sass-lang.com" rel="nofollow">http:&#x2F;&#x2F;sass-lang.com</a>
playing_coloursabout 10 years ago
I am not sure Ruby On Rails stuff is the optimal choice if you want to work in Switzerland (for the local company). You either work at Google in Zürich or at some bank or manufacture. Hence you&#x27;d better look at Java Enterprize, IBM solutions, learn German &#x2F; French, get some credibility (degree). With RoR &#x2F; no degree &#x2F; no proficiency in local language you&#x27;ll have more chances at startups, international tech companies. It means Berlin, Amsterdam, cities in England.
Tunecrewabout 10 years ago
Get a Mac - as others have pointed out OS X is a *nix variant so you can set up a dev environment that is similar to what most production environments are.<p>I use fink, vi, TextMate and NetBeans w&#x2F; mariadb, nginx, php, python, java.<p>Learn git and how to use some basic command line stuff like grep and find.<p>If you&#x27;re learning the front end stuff, learn a framework like Bootstrap too.<p>Get yourself a cheap (USD 5 &#x2F; month) VPS node, set it up and figure out how to deploy also.
DaRaamabout 10 years ago
I&#x27;m am also in Ireland what is the price range for these bootcamps? I am studying software development part time (open uni) would it be worth getting into a bootcamp?
mazewayabout 10 years ago
Mastering any one of those things would get you a job.