Comment old beautiful LAMP stack - buildless, evergreen (Score 2) 182
10-15 years ago there was such a split for web engineering. They wanted to make everything on the web look like an app, and a lot of backend guys hate anything looking like UI, so lets have an amicable divorce and do everything through these god awful endpoints, so the backend folks don't have to touch UI and the frontend folks can think they're "more real" engineers by making stuff that looks like it's a black box app vs enjoying the natural versatility and iterability of the old web.
I'm sure I'll never get hired for it, but good ol PHP (hell for most things I skip the MySQL; poor mans no-SQL w/ JSON files on the file system works and scales well for so many things)... vanilla Javascript can even be beautifully declerative when you want it to, with string templates building up whatever new DOM you didn't get from the server. I have these sites that last for decades, and when it comes time to add something, they're easy to figure out and adapt and there's no library hell (browsers have gotten so GOOD yet still so backwards compatibile over the years)
So I look for like minded souls using terms like "buildless" and "evergreen". But it's like an underground movement...