this post was submitted on 07 Jun 2023
25 points (96.3% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I've been dipping my toes into NextJS, Vercel, PlanetScale, and other serverless / edge providers, and there's so many terms / concepts thrown my way that I feel overwhelmed a lot of the time.

I mean, I'm already a web developer well versed with React, and I love my SPA setup with Vite, so for others outside the web dev space, this must be a nightmare to keep up with.

Was curious to hear your thoughts on the rapidly evolving space of web dev.

you are viewing a single comment's thread
view the rest of the comments
[–] TitanLaGrange 1 points 1 year ago

Generally, no. I mean, I'm working full time in React Native with a side of Blazor and have done a couple of projects in Angular 2 (while also maintaining a handful of 20 year old Visual Basic websites) so I kinda get some of the newer stuff, but I don't have a lot of interest in 'keeping up'.

Mostly because the changes don't do a great deal to make it faster or easier to develop the sort of business applications I get paid to make. The code is different, but it's really not all that much better today than it was 10 or 15 years ago. It's dramatically easier to develop massively scalable applications though, so that's an improvement for those working where that is relevant.

Conversely, the code itself is much better today than it was 20 years ago. It's more expressive, easier to write, and, darn it, just more fun to use! So in terms of developer quality of life, the new stuff is a clear improvement.