Agreed.
I also would like to add that a lot of old tech is reliable and limitations are well known and accounted for. New tech has inherent technical risk, you don’t always know what you are getting and behaviour can be unpredictable.
Comment on Does technology actually add value to the world?
phoneymouse@lemmy.world 10 months ago
How is create react app or spring boot outdated? These are well-maintained frameworks. What would you replace them with?
There is a new framework every 6 months. Newer isn’t necessarily better, as plenty of new frameworks don’t catch on and die. Companies cannot just change their stack every 5 years even. It is not only expensive and time consuming, it requires hiring people with special skill sets that aren’t transferable to other apps in the company.
Agreed.
I also would like to add that a lot of old tech is reliable and limitations are well known and accounted for. New tech has inherent technical risk, you don’t always know what you are getting and behaviour can be unpredictable.
How is create react app or spring boot outdated
CreateReactApp was actually declared deprecated in favor of Next.js. I guess I think of springboot as outdated because we have much better ways of routing an HTTP request through buisness logic, going maximum k8s ingress is my preferred way, it scales way better than a springboot monolith.
There is a new framework every 6 months. Newer isn’t necessarily better
“Newer isn’t better” is exactly the reason we have so many frameworks and technologies. When filtering a liquid you have to put pressure on it to push it through the filter. Just the same with technology, it’s more like an idea, you need lots of ideas to put pressure on the others to find which one is the best one. Springboot came from a time when there were less framworks to choose from, that’s the only reason its big, not by merit.
It is not only expensive and time consuming, it requires hiring people with special skill sets that aren’t transferable to other apps in the company.
I don’t agree that that’s the case anymore. Most softwares deployed today are so platform agnostic that the only thing limiting where it can run is the nature of the software itself. It doesn’t make sense to run an android app on a cloud vpc because litterally why would you? But since the advent of React, 99% of all UI components we see on screen can have their source in a library the app pulls from, then it could be an phone app, or a website, or a desktop program. Docker revolutionized how code runs on computers so now you can write any buisness logic in any language and then shop around for the cheapest cloud host or onprem hardware you want, you no longer have to consider the computer when writing code*.
I don’t believe programmers should be specalized, this litterally only comes from my experience and my opinion, but frankly whether its code to display things on screen or get data from a database or do some deep introspective calculation, it’s all the same code, even if its a different language. There’s a difference between buisness logic and implementation, any programmer should beable to put together any sort of buisness logic they’re asked to do.
That post about why CRA is depreciated was a great read, thanks!
bigkahuna1986@lemmy.ml 10 months ago
Seriously, there’s so many to choose from and so little return on investment. Even migrating my work away from Java to NodeJS I am struggling to realize the efficiency gains because new tech is always has a learning curve.