TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Hacker News job trends

371 pointsby timqianalmost 7 years ago

23 comments

mountaineeralmost 7 years ago
Nice work. I&#x27;ve been tracking this data for about 5 years on <a href="https:&#x2F;&#x2F;hntrends.com" rel="nofollow">https:&#x2F;&#x2F;hntrends.com</a> and enjoy seeing others come up with new tools and ways to analyze the data.
评论 #17476236 未加载
评论 #17473669 未加载
评论 #17474371 未加载
评论 #17474172 未加载
评论 #17473051 未加载
smt88almost 7 years ago
Just want to warn others that this didn&#x27;t display properly in my mobile browser, seemingly due to whitespace&#x2F;wrapping issues. It looks fine on my desktop.
评论 #17471147 未加载
segmondyalmost 7 years ago
I use a script to get an idea of demand in relation to others<p>w3m -dump <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17442187" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17442187</a> | tr &#x27;[:space:]&#x27; &#x27;[\n<i>]&#x27; | tr &#x27;[:upper:]&#x27; &#x27;[:lower:]&#x27; | grep -v &quot;^\s</i>$&quot; | tr -cd &#x27;[[:alnum:]]\n&#x27; | sort | uniq -c | sort -nbr &gt; july.jobs.2018<p>You can grep for the fields you are interested to have an idea. This is the data I grabbed on the 2nd around 14:00EST<p><pre><code> 79 python 71 frontend 63 backend 62 web 54 aws 39 fullstack 35 rails 34 devops 33 ruby 33 mobile 33 docker 32 react native 31 javascript 30 c 27 android 26 linux 25 scale 21 security 21 api 18 nodejs 15 postgresql 14 django 12 node 12 graphql 12 angular 11 golang</code></pre>
评论 #17476852 未加载
bojoalmost 7 years ago
There&#x27;s been many a discussion here about companies holding out for the perfect candidate, curious to see how many jobs go unfilled for how long.
评论 #17471359 未加载
评论 #17471684 未加载
评论 #17471581 未加载
评论 #17471656 未加载
评论 #17473084 未加载
spocklivelongalmost 7 years ago
Really nice work. An idea: Could we couple this with Who wants to be hired threads and see where there is a talent deficit and surplus?
flipp3ralmost 7 years ago
Wanted to see more so I installed it. Just throws a &quot;ENOENT no such file or directory, scandir &#x27;...\node_modules\hacker-job-trends\assets\rowContents&#x27;&quot;<p>Nice graphs though. Source of that is <a href="https:&#x2F;&#x2F;github.com&#x2F;kroitor&#x2F;asciichart" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kroitor&#x2F;asciichart</a>
评论 #17470433 未加载
评论 #17470555 未加载
评论 #17470557 未加载
评论 #17470418 未加载
评论 #17470408 未加载
danesparzaalmost 7 years ago
Nicely done! I really like the example graphs you give.<p>I&#x27;m sure this crowd would appreciate seeing an example graph for Kotlin, Scala, or Rust as well. :-)
pmiller2almost 7 years ago
While we&#x27;re discussing hiring trends, what&#x27;s the state of the &quot;full stack&quot; meme? Is it really realistic to expect a developer to be an expert in frontend, backend, and database design? They&#x27;d need to be an expert in JS + whatever the framework of the week is, CSS, some backend language, and SQL. Increasingly, companies are adding significant DevOps skills to this list, too.
评论 #17476030 未加载
amorphousalmost 7 years ago
Not taking anything away from this nice job and at the danger of saying something obvious I&#x27;d like to note that the HN job board is not representative of the whole IT market. It&#x27;s a corner, an interesting one but when it comes to the question what skills provide the best overall career outlook in the long term for a developer the trends on HN are not necessarily the best predictor.
mixmastamykalmost 7 years ago
Nice work, interesting trends. The monospace font was a mess on Linux at least, had to deactivate the font-family css and it picked up my standard font (source code pro) and all was right again.
评论 #17472674 未加载
dorfsmayalmost 7 years ago
When using multiple keyword with the + and - signs, it graphs the sum of all posts requiring one technology in addition to all posts requiring the other technology.<p>It&#x27;d be great if there was a way to graph sum of all posts that require both (or more) technologies. I have tried with spaces and comas etc... (eg: &#x27;rust, python&#x27;) but it doesn&#x27;t work well as you have to guess exact matches (so &#x27;rust, python&#x27; is a different result than &#x27;python, rust&#x27;).
评论 #17475924 未加载
peterburkimsheralmost 7 years ago
Has someone already made a map with the countries where the jobs are being offered? If not, I might do so.<p>I&#x27;m currently trying to find a job in New Zealand, Australia, or Canada.
评论 #17470448 未加载
NVRMalmost 7 years ago
The graph part is pretty cool. Is it doable to use this graph for any kind of data? Or maybe someone know a tool to trace similar graphs into a terminal?
评论 #17471875 未加载
qopalmost 7 years ago
This looks horrendous on mobile. I can do Request Desktop Site on my mobile browser and it looks better but not perfectly aligned still.
lend000almost 7 years ago
This is very cool. Is there a way to adjust search results for total number of posts? By searching for `hjt &#x27;a&#x27;`, I can get an idea of how many total posts there are by month and approximate adjustments in my head, but it would be nice to directly scale results.
TekMolalmost 7 years ago
Would love to play with the dataset in the browser. I assume it&#x27;s small enough to load all comments into an array and then let the user run their own queries and ouput the result into a nice chart library. That would be fun!
评论 #17471215 未加载
dstjeanalmost 7 years ago
Good job.<p>Why did you prefer using the HTML format instead of HN API? <a href="https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API</a>
评论 #17471567 未加载
Toraialmost 7 years ago
Well. Expecting an article about job trends, with good old text and maybe some new cool info-graphics, and after clicking the link discovering a file&#x2F;archive directory first and them some vintage looking graphics... is weird.
pknerdalmost 7 years ago
Thank you for your work. Really helpful.
justinzollarsalmost 7 years ago
Fantastic work! I will use this. :)
lihaciudanielalmost 7 years ago
Nice tool, I wonder if trends can be used for marketing and recruitment?
评论 #17470396 未加载
lilyqianalmost 7 years ago
q a
lucb1ealmost 7 years ago
A data dump would have been much nicer, I don&#x27;t want to have to install a package to basically run grep on a dataset. The tool should only be for updating the dataset.
评论 #17470929 未加载
评论 #17471117 未加载