Super broad question, so any kind of feedback is welcome. Programming languages to learn, a book to read, a blog I should have in my reader, anything.
Ask HN: How can I get up to speed?
1–10 of 11 posts
Re: Ask HN: How can I get up to speed?
#2Re: Ask HN: How can I get up to speed?
#3Ruby (on Rails) or Python (Django) would be a good place to dig in, to start doing web stuff. Those languages are also applicable to non-web problems as well.
Re: Ask HN: How can I get up to speed?
#4Re: Ask HN: How can I get up to speed?
#5Ruby (on Rails) or Python (Django) would be a good place to dig in, to start doing web stuff. Those languages are also applicable to non-web problems as well.
Of the two, does it matter which one I start with, or are both equally suitable for an absolute beginner?
Re: Ask HN: How can I get up to speed?
#6Ruby (on Rails) or Python (Django) would be a good place to dig in, to start doing web stuff. Those languages are also applicable to non-web problems as well.
You will inevitably have to learn some javascript at some point though so you might also want to look at node.js (awesome but not as many jobs yet).
Re: Ask HN: How can I get up to speed?
#7What do you want to do with this knowledge? We could recommend ten types of hammers when what you need is a screwdriver.
Re: Ask HN: How can I get up to speed?
#8Ruby (on Rails) or Python (Django) would be a good place to dig in, to start doing web stuff. Those languages are also applicable to non-web problems as well.
Re: Ask HN: How can I get up to speed?
#9Ruby (on Rails) or Python (Django) would be a good place to dig in, to start doing web stuff. Those languages are also applicable to non-web problems as well.
If you're going down the rails path, start with this free and great intro tutorial/book: http://railstutorial.org/chapters/
Re: Ask HN: How can I get up to speed?
#10Earlier quoted context omitted.
If you're going down the rails path, start with this free and great intro tutorial/book: http://railstutorial.org/chapters/
Thanks! This looks great, really comprehensive.