Comment on Does technology actually add value to the world?

<- View Parent
danhab99@programming.dev ⁨9⁩ ⁨months⁩ ago

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.

source
Sort:hotnewtop