Inspired by a previous post on the locations of the July "Who is hiring" thread on Hacker News, I wrote a script to pull down all the who's hiring threads and display trends of requested languages, frameworks, data management, and mobile operations [1,2,3].
Let me know if you see any languages, frameworks, data, etc missing, and I'll try to post an update soon.
Language Requests Over Time - larger graph
Framework Requests Over Time - larger graph
Data Management Requests Over Time - larger graph
Mobile Requests Over Time - larger graph
About Hirelite
If you’re thinking about switching jobs, but don’t want to do a time consuming job search, you can interview 20 companies for 5 minutes each over video chat on Tuesday and Wednesday through Hirelite.com (many of the companies are mentioned in the Who's Hiring thread).
Notes
[1] You can find the code used to download and parse the data on GitHub (the raw data is also here too). To embed the graphs I'm using Google Fusion Tables.
[2] I only used the highest voted thread per month and excluded the remote, language, career, intern/student, or otherwise more specific threads. Additionally, there are a few months I wasn't able to track down. If you happen to run across them, I'll include them here. The threads were a bit of trouble to track down, so I'm going to list them here for future reference:
- 2011-07: http://news.ycombinator.com/item?id=2719028
- 2011-06: http://news.ycombinator.com/item?id=2607052
- 2011-05: http://news.ycombinator.com/item?id=2503204
- 2011-04: http://news.ycombinator.com/item?id=2396027
- 2011-03: http://news.ycombinator.com/item?id=2270790
- 2011-02: http://news.ycombinator.com/item?id=2161360
- 2011-01: http://news.ycombinator.com/item?id=2057704
- 2010-12: http://news.ycombinator.com/item?id=1957538
- 2010-11: http://news.ycombinator.com/item?id=1855569
- 2010-10: http://news.ycombinator.com/item?id=1748045
- 2010-09: http://news.ycombinator.com/item?id=1659409
- 2010-07: http://news.ycombinator.com/item?id=1490922
- 2010-06: http://news.ycombinator.com/item?id=1438505
- 2010-05: http://news.ycombinator.com/item?id=1308582
- 2010-04: http://news.ycombinator.com/item?id=1215633
- 2009-11: http://news.ycombinator.com/item?id=952915
- 2009-08: http://news.ycombinator.com/item?id=759452
- 2008-11: http://news.ycombinator.com/item?id=375410
[3] The request frequency on the y-axis was calculated by finding the number of occurences within all the comments on a Who's Hiring page (ex: some comments many mention Ruby twice and that is counted two times). Additionally, Some terms were merged to correspond to common usage:
- javascript & js
- node & node.js
- mongo & mongodb
- objective-c & obj-c
- postgres & postgresql
Please let me know if you see any I missed.