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: What's the current status of Web Development

3 pointsby ripitrustover 4 years ago
Been away from web development area for around 4 years, now I am picking up for my own company and projects<p>would like to ask HN what&#x27;s the current status of the web development ?<p>Specifically, what are the backend API framework, what are the frontend Framework, what are the CSS frameworks<p>(ps: before I left, I was working on React + python flask + bootstrap )

1 comment

jamil7over 4 years ago
I also left about 2 years ago so maybe not the best to comment but I&#x27;ll give my biased take. As far as I can tell it&#x27;s pretty similar to when you left. React is still number 1 and maturing, Vue is number 2. Dependency hell is still an issue in node and frontend. Typescript won, a lot of libraries are adopting it although your average project is probably 30-50% migrated to TS with a bunch of &quot;any&quot;s floating all over the place. Rails &amp; Django are still pretty popular for MVPs, quite a lot of new developments in both. Go is used for a lot of smaller APIs and infurstructure tooling. Postgres is still the go-to. CSS in JS is accepted (at least in the React world). Kubernetes is delpoyed far more than it probably should be. I predict backend is on the edge of &quot;microservice fatigue&quot;.