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.

Ask HN: Is DevOps a fancy name for Back end Developer?

1 pointsby muragekibichoover 1 year ago

7 comments

rossdavidhover 1 year ago
In very small organizations, perhaps, but the knowledge and skills are not the same, so as soon as an organization gets big enough to have different roles for the code that runs on the server vs. the code that spins up the server, and etc., they tend to do it.<p>To be honest, I&#x27;ve seen more cases where organizations try to combine front-end and back-end, than back-end and devops.
Shinmonover 1 year ago
DevOps is more a philosophy than a specific role.<p>Nowadays, there are a lot of positions that are devops engineers, but that&#x27;s mostly sysadmin-like work but automating a lot by configuring systems through yaml instead of directly working on said machines.<p>Of course, there are also people who develop internal tooling, and platforms enabling the developers to simply create test environment themselves. The real problem here is that every company has their own version of what they think that is ;)<p>Backend developers might work on this a little bit, depending on the company but usually providing the infrastructure is usually not they main responsibility.
mtmailover 1 year ago
In larger organizations it&#x27;s separate. Developers create software, add features, work with product teams. Operations teams takes the software, installs and runs it. Operations got more and more tasks and started automating more, thus developing their own tools, &#x27;devops&#x27; title was created.<p>In smaller companies the backend developer (or multiple) usually also does the devops tasks.
DarkNova6over 1 year ago
The devops person is the guy that should keep the ops part of the equation shielded from dedicated devs.<p>So if nobody is devops, everyone is.
dave4420over 1 year ago
I’ve seen more places use devops as a fancy name for sysadmin than as a fancy name for backend dev.
gregjorover 1 year ago
No, the term refers to developers pretending to do system administration.
评论 #39191977 未加载
nittanymountover 1 year ago
haha, seems it is not.<p>guess DevOps covers more than server-side development and operations, right?