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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How important are stacks and specialization?

7 点作者 StefanWestfal超过 3 年前
Over the last year&#x27;s I have worked in different roles and with different technologies. Python, Go, C, TS&#x2F;React, domain specific languages and tooling, and played with frameworks like Elm and Svelte. Mainly in the areas of web, technical simulations, and DataScience.<p>I would argue that I am flexible but that comes at a cost, low specialization.<p>My question: To build a career, how much do tech stacks matter? Should I stick to one (React, FastAPI, PostgreSQL) or doesn&#x27;t it really matter as long as I can ship something? Is it fine to use Svelte for a new project when breaking into the market or should I stick to React?<p>Note: I worked in different roles not described as SWE but in practice I am writing code full time for almost 3 years. Building a career refers to &quot;becoming officially a SWE&quot;.

6 条评论

codingdave超过 3 年前
I&#x27;m at the tail end of a career, and found that specializing in a stack can be great when you are in mid-career and the stack is hot. You don&#x27;t want to specialize too early because it pigeonholes you. And you don&#x27;t want to stay specialized too late, because your skills stagnate. But I rode one stack for 15 years -- got in it when it was young, did great in it for 5 years, then once it declined, I spent 10 years helping people shut it down and transform to new stacks. In the process picked up the next stack to specialize in.
tacostakohashi超过 3 年前
&gt; To build a career, how much do tech stacks matter?<p>Tech stacks come and go every few years (5 years is a pretty good run for a framework &#x2F; stack), careers last 20-40 years.<p>You&#x27;re going to need to develop skills outside the tech stack that are generally useful and have a longer half-life (like debugging, SQL, shell scripting, source code management), and also proactively switch to a new stack every now and then.
评论 #29985984 未加载
closeparen超过 3 年前
Big high-flying Silicon Valley tech companies are pretty stack-agnostic; hiring is based on algorithms and architecture. Smaller, less engineering-centric companies seem to more strongly identify programmers with their stacks and ask for N years with a specific tool.
tharne超过 3 年前
Don&#x27;t overthink this one. Go online and make a note of job postings that seem interesting and desirable to you. Then, note the kinds of things they ask for and focus on those.<p>Re: how important stacks and specialization is, that really depends on the hiring manager and the culture of the company you&#x27;re applying to. Generally speaking though, it shouldn&#x27;t be overly important for more junior roles.
评论 #29985784 未加载
jstx1超过 3 年前
The question in the title shouldn&#x27;t matter to you. You&#x27;re looking for your first job, there&#x27;s nothing to specialise in yet. The tools that you already know are in demand and are enough to land you job - don&#x27;t distract yourself with other stacks until you can get that first job.
he11ow超过 3 年前
Since you&#x27;re asking about building a career, I&#x27;d give the answer you weren&#x27;t asking for: build domain expertise.<p>The intersection of software and domain expertise is highly prized. So it takes chips off the table on whichever bet you make around tech stacks.