While getting quotes for a site recently the question of filesystem came up a lot and I admittedly didn’t know much on the subject.
Doing some research the popular choices appear to be either PHP frameworks or less often ASP.NET frameworks.
Among popular PHP frameworks I see Laravel come up a lot, open source is certainly more reliable than something maintained by Google, Facebook, or Amazon but currently the Laravel maintainers are pushing AI really really hard.
So is the only real solution to learn to program with PHP without using any frameworks or libraries? Can anybody who has implemented a secure fileserver for a website tell me how difficult or easy it would be to learn?


oh, I also just remembered: You might like Zig! They’re a C-based language, not a framework, but they’re staunchly anti-ai. If complying with your moral compass is something you want to pursue (which I think is valid, I think most devs wish they had the breathing room to do that) you might want to consider it!
I’ve looked it up and apparently there is a zig-based Web framework called Jetzig. I have never used it or heard about it before, but at first glance the functionality it offers seems solid enough.