This seems to be an unpopular opinion in the tech world, but I honestly enjoy working with PHP. It's such a simple, robust language, and you can use it in many different ways, depending on what you're building (OOP, scripting, microservices, etc).
I think the design of PHP the environment is brilliant: no state, requesting a url just executes a file. So simple and solid. That being said, at some point in 2010-2015 timeline it became essential to master Javascript to do anything good on the web, and so it became a diversion of precious resources to continue to invest in PHP as well. Instead the progression has just been to recreate the PHP high level architectu…
I imagine async of Node may help somewhat.