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: I'm away from the software industry since 2017; what has happened since?

249 pointsby lohengrammabout 5 years ago
I used to work as a programmer. In 2017, I had to stop working because of health issues. I remember Rust was a cool project, JS had plenty of frameworks fighting between themselves, SPA was a thing albeit I was skeptical of it, and I was in love with Go. Big words like Data Science and Machine Learning were thrown everywhere. Whas has changed in this scenario? Are there new stuff I should know about? Thanks.

50 comments

mixedCaseabout 5 years ago
Probably the most surprising thing for you: Go is getting generics. No exact timeline, but it&#x27;s happening for Go 2.0.<p>Rust is seeing production use in many places and its being accepted more as <i>the</i> sane alternative to C for modern development of high performance software. Ecosystem still not big or mature enough to make big waves, however, but that depends on how you interpret &quot;big waves&quot;.<p>SPAs are used and abused, the tooling to make a performant progressive website with them has gotten better but the know-how is not widespread enough.<p>React has essentially won the mindshare battle and they are focusing more on functional components. But there are other things with their own healthy niche like Svelte compiling components that manage their own DOM, Elm is still around (and still not 1.0) and it has inspired other &quot;Elmish&quot; frameworks.<p>Desktop software quality has gone downhill and seemingly everyone is using Electron.<p>For many companies, Kubernetes is the new normal mode of operation. You should know it, but it&#x27;s still far from &quot;the way to do things&quot; for industry in general, mostly due to its complexity and learning curve.
评论 #22400747 未加载
评论 #22400627 未加载
评论 #22401253 未加载
评论 #22398270 未加载
评论 #22402292 未加载
评论 #22398122 未加载
评论 #22399844 未加载
评论 #22400476 未加载
评论 #22400578 未加载
threeseedabout 5 years ago
The most interesting developments have been in infrastructure.<p>AWS has started to take on third-party, open source components e.g. Cassandra, ElasticSearch, MongoDB as they run out of things to build. Expect them to continue further up the stack possibly into applications.<p>Kubernetes has really taken off with every cloud provider having a solid implementation. And it&#x27;s getting massive adoption within the enterprise as companies look to reign in their cloud cost, simplify their infrastructure and have better DevOps. It also allows them to standardise the NFRs across multiple applications e.g. metrics, logging, security, routing which is more important than ever.<p>Data Science has seen massive adoption in the last few years within the enterprise space as companies go after the low hanging fruit. Also seeing lots of traditional Data&#x2F;Reporting Analysts been cross skilled in Data Science and vice versa. It&#x27;s definitely here to stay for the long term just without the hype.
评论 #22400030 未加载
daxfohlabout 5 years ago
Perf is becoming more important than it had been. Rust is still around and growing. WASM is becoming mainstream. You see some people migrating away from things that require garbage collection. Edge is becoming real, with Cloudflare and Fastly doing edge functions&#x2F;workers, and AWS having come out with outposts, local zones, and wavelength (deploy AWS VMs to Verizon 5G hubs).<p>AWS is still eating the world, Azure is doing well and growing faster in enterprise markets but devs still hate it, GCP seems mainly startup and ML loads and they have an ultimatum to become top 2 or bust by 2022.<p>Open source is a little under fire. AWS made a closed source MongoDB clone. I feel like things have moved a bit away from DIY toward settling on whatever the big three provide.<p>JS framework overload has settled down and it&#x27;s pretty much React and Vue. NoSQL has too, there&#x27;s still mostly the same players as in 2017 but I&#x27;m seeing far fewer new entrants. In general I&#x27;d say things have slowed down <i>as a whole</i>, and the level of innovation isn&#x27;t what it was a couple years ago. Shiny new object fatigue has set in a bit and people just want to make things work.<p>Docker in production is very real (our team uses docker in production <i>only</i>, not dev), and k8s has the mindshare.<p>ML is still fairly hot, but various experts saying we&#x27;re starting to hit a wall wrt ML capabilities, and others saying plow forward and see.
评论 #22400371 未加载
评论 #22400203 未加载
评论 #22400862 未加载
评论 #22398564 未加载
igammaraysabout 5 years ago
If you&#x27;re still suspicious of SPAs, you can be sure there&#x27;s still an alternate universe outside of the Valley bubble that builds server-side web apps on modern frameworks, though now we use Vue.js instead of jQuery. PHP has continued to be a top language of choice for the working class dev, and Laravel is an example of one of the most beautifully crafted (and wildly popular) web frameworks ever made.<p>Examples of the kind of tooling built by the community that betrays the cultish appeal of Laravel (yep, people actually make a living off Laravel-specific tooling)<p>- <a href="https:&#x2F;&#x2F;tinkerwell.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tinkerwell.app&#x2F;</a> - <a href="https:&#x2F;&#x2F;laravelshift.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;laravelshift.com&#x2F;</a>
评论 #22400829 未加载
评论 #22400939 未加载
评论 #22401626 未加载
NicoJuicyabout 5 years ago
A lot of good answers here, but none seem to mention that asp.net core is improving a lot and getting traction.<p>Microsoft bought GitHub and LinkedIn.<p>Oracle is disliked like before.
评论 #22399688 未加载
评论 #22399182 未加载
评论 #22399992 未加载
heavyset_goabout 5 years ago
You&#x27;ve been spared from the blockchain and serverless hype trains.
评论 #22404717 未加载
dana321about 5 years ago
GPT-2<p><a href="https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;gpt-2-1-5b-release&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;gpt-2-1-5b-release&#x2F;</a><p><a href="https:&#x2F;&#x2F;talktotransformer.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;talktotransformer.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;gpt-2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openai&#x2F;gpt-2</a><p>(GPT-2 docker image needs a version tweak to get it working)<p>and BERT:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;google-research&#x2F;bert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google-research&#x2F;bert</a>
评论 #22401369 未加载
muzaniabout 5 years ago
I think React is &quot;winning&quot; the framework competition, if we&#x27;re judging from number of jobs. It seems like a business decision for many people - React can make websites and apps, and it&#x27;s probably easier. I haven&#x27;t had enough experience to say, but it seems like Java; not necessarily the best tool, but something easy to hire for.<p>Flutter is also coming in hard on mobile. Also not something I&#x27;ve had enough experience to comment on, but there&#x27;s also little criticism, which suggests it&#x27;s a good thing.
评论 #22397979 未加载
评论 #22400327 未加载
评论 #22398607 未加载
评论 #22398817 未加载
评论 #22397874 未加载
评论 #22399851 未加载
ianaiabout 5 years ago
There seems to be a lot more skepticism towards AI&#x2F;ML and especially anyone pitching their product as using it. I think the requirements to do data science as a job description have ballooned as well - we’re talking requirements for having a PhD and lots of experience.<p>I could be misrepresenting from just what I’ve read here but trying to be helpful. Ymmv
评论 #22398148 未加载
chooseanameabout 5 years ago
Nothing has changed. It is still programming. You take some input, you manipulate it and then you do something with the output.<p>How you do that comes down to mostly a matter of preference with a smattering of &quot;engineering&quot;.
评论 #22401350 未加载
评论 #22415860 未加载
dvhabout 5 years ago
We are running out of nouns to name js frameworks.
评论 #22400037 未加载
vbezhenarabout 5 years ago
I feel like nothing really changed. Rust still is a cool project, JS still has plenty of frameworks, SPA still a thing, Go still a thing, Data Science and Machine Learning is still thrown everywhere. Blockchain hype is dead, I guess.
tpmxabout 5 years ago
SPA:s are now being overused for no particular reason, particularly by junior talents, who by now have been taught this is the one and only way to build Professional™ web sites.<p>The Javascript frontend scene almost literally exploded, in various ways.<p>Webasm got some serious traction. Old serious people like this, becuase it may eventually allow them to avoid the increasingly crazy javascript scene.<p>Computer vision (by means of machine learning&#x2F;deep learning) got quite a bit easier to use, even if you&#x27;re not a PhD in Computer Vision. Real-time inference from static photos is now easy. Real-time inference from video is still sorta hard&#x2F;expensive, depending on your deployment target (embedded, backend).<p>Python people are still using Python even though it&#x27;s dead slow.<p>A bunch of people moved from Java to Go and suddenly felt a lot happier.
评论 #22398408 未加载
评论 #22400418 未加载
eranationabout 5 years ago
Serverless is starting to become less of a buzzword and more of an actual movement. I see more and more new projects start with serverless as a sane default before going the containers route. Yeah I know, serverless is not server less, it’s a marketing term, the cloud is just someone’s else computer. But I see more and more preferring someone else to manage auto scaling, load balancing, networking, have much smaller attack surface and not having to have a PhD in k8s to launch a web app.
leet_thowabout 5 years ago
Interviewing is a nightmare.
评论 #22398362 未加载
评论 #22398289 未加载
评论 #22398742 未加载
what-the-grumpabout 5 years ago
Let&#x27;s see people still can&#x27;t write SQL. Most data related issues can we done in SQL. But we hit with a pandas data frame hammer and cry that it hurts instead.<p>Everyone is data scientist. Load Excel into python? Data science. Divide x by y, and run some algo, data science and ML.
mcvabout 5 years ago
&gt; <i>&quot; I remember Rust was a cool project, JS had plenty of frameworks fighting between themselves, SPA was a thing albeit I was skeptical of it, and I was in love with Go. Big words like Data Science and Machine Learning were thrown everywhere.&quot;</i><p>From this description, it sounds like nothing has really changed in the past 3 years. This could easily describe today.<p>There have been some shifts in the fighting JS frameworks though; Vue is a big rising star, has overtaken Angular and is now challenging React for the top spot. Angular is still used a lot, but I think it&#x27;s on the way out. React is still strong. Typescript is becoming standard.<p>Server-side rendering is big, though. People talk a lot about static sites (which can still be dynamic), and serverless (which still has a server, obviously).<p>Rust is more than a cool project; I have no experience with it, but it sounds increasingly like the low-level language of the future. On the JVM, Kotlin is on the rise, has overtaken Scala and Clojure and is second behind Java.
AznHisokaabout 5 years ago
Lots of comments about which technologies are becoming popular. what about things that have lost popularity? Ie. Ruby on Rails and Hadoop
评论 #22400301 未加载
评论 #22411783 未加载
评论 #22415916 未加载
Ididntdothisabout 5 years ago
A lot of noise but fundamentally it’s all the same.
评论 #22398700 未加载
benibelaabout 5 years ago
Kotlin has replaced Java for Android development<p>This month was the 25th anniversary of Delphi, but I guess that is not relevant for the industry.
tootieabout 5 years ago
I think DevOps and cloud services have had the most movement. Kubernetes is seeing rapid adoption as is TerraForm. I&#x27;m also seeing a bit of whiplash where enterprises are getting pretty comfortable going all-in on their preferred cloud vendor and just diving into proprietary fully-managed services. AWS is still tops, but Azure is making huge inroads.<p>Also, everyone has given up on chatbots. Voice assistants are increasing in penetration, but they&#x27;re just defaulting to transactional modes and not conversational.
imtringuedabout 5 years ago
In the JVM space there are now new web frameworks that specialize in Microservices. The advantages they offer are very low memory usage, better performance, fast startup time and finally the ability to generate a native executable via GraalVM [0].<p>[0] A lot of JEE Frameworks heavily rely on reflection and other dynamic features that cannot be used in a native image.
评论 #22399863 未加载
评论 #22398598 未加载
评论 #22400012 未加载
cellisabout 5 years ago
Frontend hottest: Next.js&#x2F;Typescript&#x2F;React w&#x2F; hooks.<p>Backend hottest: Rust, Graphql is gaining adoption at the enterprise level.<p>Edit: ML is still very hot but tough to get a job as a Data Scientist without actual experience.
评论 #22399865 未加载
fourier_modeabout 5 years ago
AMD is giving Intel a tough time! Checkout the new Ryzen series processors.
anoncowabout 5 years ago
I hope your health is better now. Stay strong.
verdvermabout 5 years ago
Kubernetes has become important<p>Experiments with new &quot;open source&quot; licenses are unknown<p>Low code has entered the hype frey
评论 #22398429 未加载
mister_hnabout 5 years ago
C++ is getting Modules and Concepts in its newest standard (2020) version, bringing more simplification and making it even more modern and as easy as other languages. The compile-time programming is even more powerful than before
unlinked_dllabout 5 years ago
Blockchain came and went. I&#x27;m unsure of what the current scam&#x2F;buzzword is on VC&#x27;s bingo cards.
评论 #22407654 未加载
评论 #22405096 未加载
aloukissasabout 5 years ago
Elixir is now fully mature (almost at v2.0) and probably the best all-round language, with a super powerful web framework (Phoenix) and a very rich ecosystem. Highly recommend playing with it!
NicoJuicyabout 5 years ago
Microservices are the new hype with related tech. It&#x27;s DDD with a new jacket, requires a devops team and it has some interesting concepts though.<p>Almost no one has a decent implementation for micro-frontends. Although ING bank released a nice framework related to this - <a href="https:&#x2F;&#x2F;medium.com&#x2F;ing-blog&#x2F;ing-open-sources-lion-a-library-for-performant-accessible-flexible-web-components-22ad165b1d3d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;ing-blog&#x2F;ing-open-sources-lion-a-library-...</a>
评论 #22401313 未加载
评论 #22403915 未加载
ryandrakeabout 5 years ago
Just a nit pick, but maybe the title should be updated to specify the question is about “web software” rather than software in general, since the question and most of the answers offered are pretty narrowly focused on web technology and ML and not software in general.
Dowwieabout 5 years ago
Rust has grown tremendously in the last few years. People are using it as a general purpose language, from Unix command line utilities to industrial IoT services. Greenfield projects are using Rust as are next generation refactoring projects. Game development, multimedia, and even data scientists are showing increased usage. Embedded adoption is growing but at a slower rate. I&#x27;m not going to drop names until announcements are made but companies that have used Go for flagship products are no longer doing so. They&#x27;re rewriting in Rust. Healthcare startup(s) who are building systems to compete with Epic are using Rust. Government contractors working on intelligence systems are also using it.
lbjabout 5 years ago
AI is still thrown, investors seem to like it.<p>React is performant now, so if I was you I&#x27;d take a good hard look at Clojurescript &#x2F; Reagent &#x2F; Porting those to React-Native.<p>And welcome back, good to hear your health problems are sorted!
jamil7about 5 years ago
Kotlin is now preferred for Android development. Apple has embraced FRP and introduced it’s Combine framework as well as SwiftUI, a declarative React-ish view framework for all it’s platforms. Swift got module stability and looking towards server side and cross platform development. Google is pushing Flutter pretty hard and trying to find a place for dart, it looks promising but nobody is using it. React Native is being used heavily by startups and small shops but big companies are still building native apps. PWAs are getting better but still have a way to go.
thrower123about 5 years ago
I&#x27;m scratching my head to think of anything really significant. It&#x27;s a bit of a stagnant period, albeit with lots and lots of churn, but all that churn hasn&#x27;t really amounted to much.
abacadabaabout 5 years ago
still have to support ie11 but no one cares about 8&#x2F;9 anymore
pyuser583about 5 years ago
Python 3.0+ is no longer optional.
评论 #22404735 未加载
arrty88about 5 years ago
JSX in favor of HTML has won. Compiled server side languages are the future. Everyone writing untyped is converting.
purplezooeyabout 5 years ago
I got one. Hadoop seems to be dead. Cloudera will be a penny stock and MapR had a very strange exit.
qatanahabout 5 years ago
Angular - Still lost track w&#x2F; their versioning. React - More popular JS Postgres - Getting better and better Svelte - Might make it. K8s - Too much stuff going on. Jump w&#x2F; care.
arrty88about 5 years ago
MacBooks are still all the rage even with the crappy keyboard.
评论 #22401869 未加载
trickledownabout 5 years ago
Nothing - oh I forgot there is 8 new Javscript framwork this week. It&#x27;s been a couple of weeks since I checked but there must be a new language or 2 out there.
sgammonabout 5 years ago
Basically nothing
s4ik4tabout 5 years ago
Java release cycle was changed. Now, it&#x27;s being released every 6 months.<p>Windows 7 and Python 2 are officially dead now :)
ch1lang0about 5 years ago
JavaScript, Java and PHP still suck.
craigkilgoabout 5 years ago
Nope, I think that about sums it up.
booleandilemmaabout 5 years ago
Serverless is getting bigger.
评论 #22400000 未加载
ryanmarshabout 5 years ago
Serverless
city41about 5 years ago
Svelte is slowly but surely growing and gaining attention. I think more than any other framework it has the potential to really challenge React in the coming years.<p><a href="https:&#x2F;&#x2F;svelte.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;svelte.dev&#x2F;</a>
评论 #22399927 未加载
Scarbuttabout 5 years ago
Java&#x27;s market share is declining fast.<p>Ruby and Clojure are dead, literally for Clojure, most libs are from &gt;7 years ago.<p>Javascript(and TS) and Python are the tools of the trade to achieve most common things.<p>Devs are starting to realize how they got fooled by Rust&#x27;s marketing&#x2F;hype train for general purpose programming&#x2F;exploration&#x2F;prototyping and productivity because it&#x27;s too restrictive and its compile times are atrocious.<p>A more accurate Rust slogan:<p><i>A language empowering everyone to build reliable and efficient software at a very high cost.</i><p>Which is fine is you really need that efficiency.
评论 #22398456 未加载
评论 #22400447 未加载
评论 #22402023 未加载
评论 #22398312 未加载
评论 #22400932 未加载
评论 #22398525 未加载