Live data from Hacker News

Ask HN: I'm a bored front end developer. What should I learn next?

news.ycombinator.com

1–10 of 14 posts

Ask HN: I'm a bored front end developer. What should I learn next?

#1
I've been doing web development for the past 4 years and I've had enough of pushing pixels around for clients. I have a degree in Physics and I'd like to do something more numerically demanding. There are a ton of amazing resources out there on things like Coursera, Udacity, iTunesU etc for teaching yourself new things, but that's my problem - I don't know how to narrow it down, and I don't want to waste time learning things that won't be worthwhile. Here are some of my initial thoughts: teach myself Machine Learning, Data Science, GIS, computational fluid dynamics. I have a good knowledge of Javascript, so I'm thinking it's possibly a good idea to learn another language like Python/C/R etc. Do any of you have any good suggestions that would lead to promising career paths? Thanks

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#3
post #2

Don't know about career paths, but maybe you'd enjoy playing with http://d3js.org/ to visualize data in all sorts of interesting ways.

Thanks for the suggestion, I did a bit of dabbling with D3 a while back. I wonder what doors it could open if one became an expert in it.

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#4
post #2

Don't know about career paths, but maybe you'd enjoy playing with http://d3js.org/ to visualize data in all sorts of interesting ways.

Thanks for the suggestion, I did a bit of dabbling with D3 a while back. I wonder what doors it could open if one became an expert in it.

I talked with the guy who originally created nvd3 a little while back - he apparently makes quite a lot contracting due to his d3 expertise (no hard numbers unfortunately).

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#6
Learn C, and do something with machine learning. Once you master C everything else will seem easy. This will help you by mastering another language and give you something to focus on that should use some of the math skills you probably gained from your physics degree. The nice thing about learning C is you'll never have to wonder how the other languages work because most are implemented in C/C++.

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#8
post #7

I have a path to avoid: embedded programming. Its low level c and being increasingly marginalized due to moores law. Its a field dominated by accidental complexity and wheel reinvention on its path to irrelevance.

Thanks for the tip, I'll be wary about going down that route then!

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#9
post #7

I have a path to avoid: embedded programming. Its low level c and being increasingly marginalized due to moores law. Its a field dominated by accidental complexity and wheel reinvention on its path to irrelevance.

I could see C replaced with something like Rust, but I don't see it disappearing just because hardware gets faster. Companies will just make devices smaller, and it makes sense to write things in C once if that means everyone gets a faster experience. However, I sure don't want to maintain all that code!

I am paid to work at a higher level (Go, PHP and JS) I take any opportunity to write a little C, in fact I would say that I romanticize the chance, the challenge is great.

Are you currently in the embedded field, is it your experience that it is getting phased out?

Re: Ask HN: I'm a bored front end developer. What should I learn next?

#10
post #4

Earlier quoted context omitted.

Thanks for the suggestion, I did a bit of dabbling with D3 a while back. I wonder what doors it could open if one became an expert in it.

I talked with the guy who originally created nvd3 a little while back - he apparently makes quite a lot contracting due to his d3 expertise (no hard numbers unfortunately).

Do you know what kind of projects he works on, that use d3?
Post reply on HN