PHP is actually…
I am maintaining several Next.js applications at the moment. The number of dependencies and the vulnerabilities they bring are astonishing. For a while, I have been searching for something simpler—I don't really use Next.js's features for what I do anyway. Usually, the start page is static, and the remaining pages are client components. Or, everything is static. I tried numerous frameworks and languages. For example, Elixir and the Phoenix framework, Ruby on Rails, and .NET 10. While they were all okay, none of them worked well for me. You know that feeling? Sometimes you find a tool that just clicks with your brain, and working with it becomes a much more intuitive endeavor. None of them were that. Until I started building with PHP. Not Laravel or Symfony (which are fine), but classic PHP applications where the majority of the PHP code lives in the markup. To me, PHP is like the C of the web development world. It forces you to think about HTTP again. There are no heavy abstractions…