Live data from Hacker News

Rankings of required skills in software development job listings

latitude.work

1–10 of 56 posts

Re: Rankings of required skills in software development job listings

#7

I'm honestly surprised to see so many rails jobs on there

Loads of people still building great sites and applications with Rails :)

It definitely still hits a nice sweet spot in terms of battery-included frameworks for rapid web application development.

Re: Rankings of required skills in software development job listings

#9
In general I would suggest not putting too much emphasis on these sorts of lists, especially once you're an experienced programmer. Yes, over time new technologies become more useful, but there's a whole bunch of core skills that will last you far longer than web-framework of the week:

1. General problem solving skills. A lead developer needs a whole bunch of skills that aren't listed anywhere on that list.

2. More slowly changing technologies, and underlying principles. E.g. Python and Java will be around for a long time. RDBMS have been around for even longer, and will continue to be around.

3. Ability to learn new technologies quickly.

And if you do it right you can get job that claims to require certain technologies even if you don't have know them.

Longer version: https://codewithoutrules.com/2017/07/16/which-programming-sk...

Re: Rankings of required skills in software development job listings

#10
Some fluctuations I noticed when comparing the trends from last month and now:

- Go took a dip in demand, down from the 6th most mentioned language in listings to 8th.

When looking at trends from all 2017 reports:

- The top languages steadily in demand this year have been: Python, JavaScript, Java, Ruby, SQL, CSS, HTML, Go, C, and C++

- The top four application frameworks have fairly steadily been: Rails, Spring, Flask, and Django

- React is the top choice when it comes to UI libraries/frameworks. Angular doesn't seem to be gaining on it, and mentions of jQuery have been steadily declining.

- The top three databases/stores have steadily been PostgreSQL, MySQL, and Redis

Post reply on HN