You can then use your new skill and build web apps on Google App Engine. It's great because you won't have to worry about the non-so-fun bits, like configuring servers.
Ask HN: What should I learn?
21–30 of 34 posts
Re: Ask HN: What should I learn?
#22This is the mother of open-ended questions. There are many questions like this on Stackoverflow, be sure to check those answers, too. Deciding on what to learn is hard, however, deciding on which one to choose from a list of things is much easier. The important aspects are (in order of importance IMO): (i) How does this help with my bottom line, i.e. will knowing this technology earn me money (ii) How "sexy" is it, i…
Re: Ask HN: What should I learn?
#23This is the mother of open-ended questions. There are many questions like this on Stackoverflow, be sure to check those answers, too. Deciding on what to learn is hard, however, deciding on which one to choose from a list of things is much easier. The important aspects are (in order of importance IMO): (i) How does this help with my bottom line, i.e. will knowing this technology earn me money (ii) How "sexy" is it, i…
Can't stress that one enough. Really any source code control system will do, but make sure you know one well. It was the biggest thing missing from my CS degree. And it's handy to have a solid understanding of regular expressions and SQL, but learn source code control first.
Re: Ask HN: What should I learn?
#24I would suggest Python. It is easy to learn and can be used in many different projects including web apps. You can then use your new skill and build web apps on Google App Engine. It's great because you won't have to worry about the non-so-fun bits, like configuring servers.
Re: Ask HN: What should I learn?
#25It seems like you want something more concrete than abstract to work on, but if you want something that is very challenging and rewarding studying The Art of Computer Programming Vol. 1 is something you should consider. Depending on the program you're in, you might get this material from your CS program but judging from comments here on HN about the quality of CS programs in most schools, you won't.
Re: Ask HN: What should I learn?
#26Hadoop: designing MapReduce jobs is fun once it "clicks" for you. Hadoop Streaming is a good way to get started because it's an incredibly simple interface that uses stdin/stdout. Increasingly more companies are using it, from the big guys (Facebook, Yahoo) to startups (PowerSet pre-acquisition, LastFM, FlightCaster). Most schools don't teach it yet, so if you're willing to learn something in your free time it's a gr…
Having some concrete experience with frameworks like Hadoop is still immensely useful, of course.
Re: Ask HN: What should I learn?
#27Hadoop: designing MapReduce jobs is fun once it "clicks" for you. Hadoop Streaming is a good way to get started because it's an incredibly simple interface that uses stdin/stdout. Increasingly more companies are using it, from the big guys (Facebook, Yahoo) to startups (PowerSet pre-acquisition, LastFM, FlightCaster). Most schools don't teach it yet, so if you're willing to learn something in your free time it's a gr…
Why stay on the surface with MapReduce? You might as well dive into functional programming, and see the greater patterns behind these things. Having some concrete experience with frameworks like Hadoop is still immensely useful, of course.
Re: Ask HN: What should I learn?
#28Re: Ask HN: What should I learn?
#29I'd suggest you look into learning a scripting language. Simple scripts can make your whole life a lot easier. Something like Perl or Ruby would be a good addition to your coding arsenal.
Re: Ask HN: What should I learn?
#30The challenges you will face during the development of a real life application will help you learn much quicker. Which language you will choose depends on your preferred OS, your inclination towards Open source, if you want to maximize your wages, etc..
Link to the blog post about the frustrations exercise: http://aymeric.gaurat.net/index.php/2010/my-frustrations/