Live data from Hacker News

Ask HN: What are some job sectors which are crying out for tech talent in 2021?

news.ycombinator.com

11–20 of 25 posts

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#11
post #9
post #7

Cloud / Devops work pays extremely well in the US and not very many people seem to enjoy it.

do you know any place that is searching for remote people? Where I live everyone is wanting to hire but there isn't any more money around here and everyone is just jaded or working remote.

I would say remote work seems generally pretty common. Even if they don't offer it outright you may find that to be more negotiable than you would expect.

Hiring for cloud / Devops is very painful right now. Often representing months of effort and 10s of 1000s in fees to recruiters per candidate.

Good places to look include career pages for tech companies and startups, hn who's hiring posts, angel.co, and LinkedIn (yes I know this one is unpleasant. For what it's worth is also where I have had the best results over the years)

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#12

Bioinformatics/computational-biology. Lots of smart people with bio and maths skills, but a severe shortage of software engineering skills.

Sadly these jobs dont pay well enough. Software engineers in this space tend to be paid as much as biologists

Indeed. Besides, there are not so many offers in such sectors.

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#13
post #7

Cloud / Devops work pays extremely well in the US and not very many people seem to enjoy it.

I would say devops is the most stressful role in the tech industry out there. If something goes down on a Sunday morning, you have to fix it; and sometimes the fix is not an as easy as restarting a server.

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#14

I see a huge amount of capital going into the crypto space. I would say learning Solidity would pay off big right now.

What kind of level of literacy is expected of someone transferring from a webdev environment. Would financial knowledge/certifications help?

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#15

Bioinformatics/computational-biology. Lots of smart people with bio and maths skills, but a severe shortage of software engineering skills.

Sadly these jobs dont pay well enough. Software engineers in this space tend to be paid as much as biologists

Ding! I interviewed in this area in 2018, I was shocked by how low the salary was.

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#16
post #13
post #7

Cloud / Devops work pays extremely well in the US and not very many people seem to enjoy it.

I would say devops is the most stressful role in the tech industry out there. If something goes down on a Sunday morning, you have to fix it; and sometimes the fix is not an as easy as restarting a server.

> and sometimes the fix is not an as easy as restarting a server.

Yes, but more often than not you just restart a couple of nodes, maybe kill and re up a couple containers and that's about it. The question is do the cases where you really have to dig in outweigh those where restarts just work?

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#17
post #13

Earlier quoted context omitted.

I would say devops is the most stressful role in the tech industry out there. If something goes down on a Sunday morning, you have to fix it; and sometimes the fix is not an as easy as restarting a server.

> and sometimes the fix is not an as easy as restarting a server. Yes, but more often than not you just restart a couple of nodes, maybe kill and re up a couple containers and that's about it. The question is do the cases where you really have to dig in outweigh those where restarts just work?

Asking genuinely ‘why are the restarts then not automated’?

Or is it that one gets paged after the automated restarts also have failed?

Edit: fix typo

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#18
post #13

Earlier quoted context omitted.

I would say devops is the most stressful role in the tech industry out there. If something goes down on a Sunday morning, you have to fix it; and sometimes the fix is not an as easy as restarting a server.

> and sometimes the fix is not an as easy as restarting a server. Yes, but more often than not you just restart a couple of nodes, maybe kill and re up a couple containers and that's about it. The question is do the cases where you really have to dig in outweigh those where restarts just work?

The problem is not how often disasters happen, the problem (for me) is that they will happen and you will have to fix it. Every minute the servers are down is money the company is losing. Just the mere possibility of that ruins everything. That’s why I, as a software engineer, don’t do on calls either. Money doesn’t fix my stress.

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#19

I see a huge amount of capital going into the crypto space. I would say learning Solidity would pay off big right now.

What kind of level of literacy is expected of someone transferring from a webdev environment. Would financial knowledge/certifications help?

Less than you think. Having some general ideal about the main asset classes and how finance works is useful but don't feel like you need a CFA or anything. Same goes for game theory, helpful especially on the protocol design side of things but don't feel like you need to be an expert to get started.

More useful coming from webdev would be good solidity [1] skills. There is a real shortage currently. Most general engineering practice carries over. Threat modelling is useful and more generally having a good understand about security. You should know about unit tests, code coverage and how they fit into building robust code.

In term of tools and frameworks. Hardhat [2] in my experience is a little nicer to use than truffle [3] but both help loads. Knowing how to use the Openzeppelin [4] contracts would be very handy. Waffle [5] for testing is helpful. Understanding about ERC-20 [6], ERC-721 [7] and ERC-1155 [8].

Cryptozombies [9] is a decent tutorial to get you started. Rust is also useful to know for Polkadot [10] (for ink! [11]) and other chains. The DeFi developer [12] roadmap seems decent for more resources.

[1] https://soliditylang.org/

[2] https://hardhat.org/

[3] https://www.trufflesuite.com/

[4] https://openzeppelin.com/contracts/

[5] https://getwaffle.io/

[6] https://eips.ethereum.org/EIPS/eip-20

[7] https://eips.ethereum.org/EIPS/eip-721

[8] https://eips.ethereum.org/EIPS/eip-1155

[9] https://cryptozombies.io/

[10] https://polkadot.network/

[11] https://github.com/paritytech/ink

[12] https://github.com/OffcierCia/DeFi-Developer-Road-Map

Re: Ask HN: What are some job sectors which are crying out for tech talent in 2021?

#20
Data Engineering.

Honestly I don’t like the name because gathering information, transforming, storing, and making it available for other uses is core to general software engineering, but I digress.

Many large companies in non-tech spaces are investing HEAVILY in their data engineering and automation teams. Many setting up Chief Data Officer positions and lots of roles reporting into them that have very good compensation and great work life balance.

You have to be ok that your area of work isn’t the full focus of the business and learn to work very well with other functions like finance, sales, etc. But if you can do that, it’s a great time to look into these kinds of jobs.

Post reply on HN