|
|
|
|
|
by trs8080
1464 days ago
|
|
This is just the nature of the tech industry. This board openly celebrates "disruption," "move fast break things," etc. If you work in tech, expect to constantly be updating your skills and learning/adapting to changes. As a frontend dev, I can tell you that at my last company we started to circumvent/replace the backend team because they insisted on using things like Java for simple CRUD apps. I write TS, so to write a REST API that reads from a DB and serves to a frontend is trivial to set up (including tests, security, etc). A business customer needs a dashboard by next week that combines five different sources of data into something intelligible? - that will take a day or two. Asking the legacy backend team for the same thing (a backend API to serve this data to my frontend) - "we'll put it on our roadmap - six months." And that's not even the worst - they absolutely refuse to create any kind of internal deployment to host our already-built solution. It MUST be in Java and conform to their standards. Of course we're going to change the stack, these teams are blocking meaningful work because they refuse to move faster or use tools which allow us to move faster. |
|
The business customer wants the dashboard now. Today. If they could push a button and have it, they would. I assume "I want it now" sounds unreasonable to you. So why does "I want it next week" not sound unreasonable? If you can do it by next week in Typescript, you can stay up an extra hour or two every night and have it in three days. I'm guessing you draw the line somewhere.