TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 muragekibicho超过 1 年前

7 条评论

rossdavidh超过 1 年前
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.
Shinmon超过 1 年前
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.
mtmail超过 1 年前
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.
DarkNova6超过 1 年前
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.
dave4420超过 1 年前
I’ve seen more places use devops as a fancy name for sysadmin than as a fancy name for backend dev.
gregjor超过 1 年前
No, the term refers to developers pretending to do system administration.
评论 #39191977 未加载
nittanymount超过 1 年前
haha, seems it is not.<p>guess DevOps covers more than server-side development and operations, right?