Back-end is where the state of the application is. Where all the users are served, not just a single user. The back-end is where things are going to melt down with scale.
If you make bad decisions in your backend you might find it hard not to lose customer data. They might also create user-visible latency or reliability issues.
Front-end by contrast tends to keep working as well on day 100 as it did on day 1.
If your point is that stable and boring back-end with shiny front-end is good, then yes, I agree with you.
Back-end is where the state of the application is. Where all the users are served, not just a single user. The back-end is where things are going to melt down with scale.
If you make bad decisions in your backend you might find it hard not to lose customer data. They might also create user-visible latency or reliability issues.
Front-end by contrast tends to keep working as well on day 100 as it did on day 1.
If your point is that stable and boring back-end with shiny front-end is good, then yes, I agree with you.