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: How do you keep up with the ever-changing tech stack?

14 pointsby alexliu51810 months ago
Hello everyone,<p>I&#x27;m a full-stack developer and recently I&#x27;ve been feeling a bit overwhelmed. The tech stack is constantly evolving with new frameworks and tools emerging all the time. I often feel like I can&#x27;t keep up and I&#x27;m not sure how to choose and learn new technologies. At the same time, I have existing projects that need maintenance, and there&#x27;s never enough time.<p>So, I&#x27;m seeking advice from the community: as a developer, how do you balance learning new technologies while maintaining proficiency in your current skills? How do you decide whether to invest time in learning a new framework or tool? Are there any resources or methods that help you efficiently learn and apply new technologies?<p>Thank you very much for your suggestions and insights!

19 comments

codingdave10 months ago
Like other people have said, I don&#x27;t keep up. Let tech change in the background while you just work on your current projects. When you start something new, take a glance around and see if anything new looks promising, and if so, learn it. Otherwise, just keep doing what you know.
al_borland10 months ago
Let other people worry about testing out all the new nonsense. I go with stuff that’s pretty mature and stable, with the goal of being able to use it for at least a decade. If something isn’t going to stick around that long, it’s really not worth my time.<p>Just because something exists, doesn’t mean you need to use it. Python exists, along with Flask and various other frameworks. Those will likely be around for 10+ more years, but if you’re already working in .Net, like it, and it solves all your problems… who cares that Python exists.<p>These are all just tools. If I have no use for a lathe, I’m not going to go out, buy a lathe, and learn how to use it. It’s a waste of time. Even if I think they are cool, if I don’t have a reason for it, bringing it into my life would add stress and nothing more.
sanswork10 months ago
I just commit to technologies for long periods of time. I suspect there are very few new frameworks or technologies you&#x27;ve had to move too in recent years or that have provided enough of an improvement over your existing ones to make sense.<p>The idea of chasing the bleeding edge of tech is a choice. You don&#x27;t need to make it.
评论 #40993201 未加载
yen22310 months ago
Care about the problem, not the solution.<p>If some framework solves a problem that you don&#x27;t have, then you don&#x27;t need to worry about the framework.
dakiol10 months ago
I don’t keep up. When someone asks why some memory corruption happened, I can participate. When we are dealing with performance issues, I raise my hand. OOM? I can take a look. Slow SQL queries? I’m your guy. An issue with React hooks? I don’t know man. Something wrong with the Jakarta annotations? Uff, ask Joe. Your graphql thingy is not working? I can give you a hand, but I’m clueless.<p>So, people around me value my knowledge about the former stuff. Nobody really cares about the latter (because deep down everybody knows that that stuff will die anyway in a few years)
Guid_NewGuid10 months ago
Wait 5 years. After 5 years of the hype cycle the rough edges are sanded off, or the concept has ceased to be relevant.<p>You could have built most (web) things in the past 20 years with Java and a SQL database. It&#x27;s worth keeping an open mind to what useful things might come out of a new trend but give it some time to avoid chasing fads like Web3, NFTs, NoSQL, Microservices or LLMs.<p>(This is not to say any of these are entirely useless in every scenario but the useful parts will have stood the test of time and the rest is for &#x27;thought leaders&#x27; and con artists)
solardev10 months ago
The struggle is real! As a former full stack dev who transitioned into frontend only (and still have trouble keeping up), my suggestion on the frontend side is also (like everyone else is saying) to not chase everything. Just pick one of two (probably Next, because it&#x27;s the most popular and heaviest) and just learn that well. The other frameworks are much simpler and can be picked up as necessary if an employer needs it. Many of them use JSX as well and copy the rest of Next&#x27;s tool chain config (bundler, tester, Typescript, linter, etc.) So basically by learning Next and vanilla JS well, none of the rest should be too hard.<p>If you really have extra time, you can always build side projects (or even just the same prototype) in different frameworks to learn and compare. But honestly a lot of them will just die out before they see any substantial real world usage.<p>i wouldn&#x27;t bother with most of them. They&#x27;re just fashion trends. I think React and Next are the only sure bets in the JS&#x2F;web frontend world right now. Learning the rest are bonuses.<p>If I had a lot of extra time, I&#x27;d probably learn Vue&#x2F;Nuxt, SvelteKit, and HTMX&#x2F;Alpine.<p>-----<p>What about on the backend? Back in my day it was mostly just Java, Rails, PHP, microservices, etc. These days there are so many container management systems (k8s? docker? some Google thing?). And entire new languages like Rust and Elixir. Not sure what to chase there either.<p>Is there a movement towards a heavy batteries included framework (like Next on the frontend)? Something like what Rails or Laravel&#x2F;Symfony provided?
gtirloni10 months ago
There&#x27;s a rule I often ignore at my own peril: don&#x27;t deploy version .0 of a software, ever. It needs 2-3 versions for all the bugs to be ironed out. Unless you like playing beta tester (which is a lot of fun sometimes).<p>Same goes for all these frameworks and tools. Let them mature a bit before you commit.<p>If you&#x27;re worried about getting a job in the future, know that job posts are full of lies. They will ask for all and everything, even that obscure tool nobody is really using but showed up in some search a hiring manager did. Don&#x27;t steer your career based on that alone.
the__alchemist10 months ago
I learned Django when I first started programming 13 years ago. It&#x27;s still the best! And JS&#x2F;CSS&#x2F;HTML have only gotten better (Flexbox and Grid etc), and have done so in a backwards-compatible way. React&#x27;s fundamentals haven&#x27;t changed much in a decade either. Nor have SQL and the popular DBs (Sqlite, Postgres etc) So, I feel like as long as you ignore the hype frameworks, things haven&#x27;t changed much.
fallinditch10 months ago
Sounds like you need to carve out some regular time for learning - you are right, it <i>is</i> important to do continuous learning.<p>In terms of what to learn about, you could try an analytical approach and score technologies according to your criteria.<p>One criterion could be: does it have a good tutorial and documentation?<p>Replit and Stackblitz can help you try out new things.<p>Also, the learning effect is multiplied when you build an actual project: often this will influence what you need to learn.
didgetmaster10 months ago
No one has the time to be an expert on everything. Learn a few things very well. Learn enough of about a dozen other things so that you can carry on a meaningful conversation in any of them. Peripherally Learn a few details about the rest so that you don&#x27;t look like a deer in the headlights if someone mentions them in casual conversation.
mrbirddev10 months ago
Well I don&#x27;t.<p>I&#x27;ve seen 2 people who cares about the stack more than the task itself. They lose their job way more often than average and is often criticized for not able to complete their task on time.<p>Some hiring managers tend you quiz you with framework details instead of your learning &amp; reasoning ability. Avoid those teams.
patatino10 months ago
I read HN to stay informed. I sometimes try new stuff but mostly ignore it. Many times in my career, I had to learn those new shiny things. And you know what? Learning is fun, and if you do it on your day job and have a real task, it&#x27;s very fast to get into new stuff.
austinjp10 months ago
As per @sanswork&#x27;s sibling comment, I&#x27;d suggest avoiding the issue. The frenzied cycles of web front-end frameworks in particular seem pathological. I made a recent decision to look for a &#x27;boring&#x27; technology, landing on Golang. I want something I can rely on for the long term.
leros10 months ago
I&#x27;ll jump on the don&#x27;t bandwagon. I&#x27;ve been using Express, React, and SQL for a decade. I don&#x27;t see any reason to change anything.<p>I just read a post about a solo developer who has a $1.3 million business. It runs on Java and jQuery.
评论 #40977871 未加载
ajabhish10 months ago
I try to give 30 minutes of time exploring what&#x27;s new. But I learn new stack way later when I actually need to used in my project (and I vaguely recall reading about it somewhere).
ddgflorida10 months ago
Focusing on databases and SQL has worked well for the last 40 years.
ActorNightly10 months ago
The new frameworks and tools are akin to screwdrivers with different handles. They accomplish the same thing in the end. You don&#x27;t have to keep up with it out of necessity.
purple-leafy10 months ago
Be like me, I still carve onto clay tablets