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?

    • FiniteBanjo@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      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.

      Anybody who doesn’t understand what is being discussed after reading that should not be trying to answer, I don’t really have a lot of time to educate every single passerby on the most basic of terminology.

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        12
        ·
        5 days ago

        The quoted text makes no sense. It has gaps. And the comment you dismissed seemingly pointed that out.

        Websites don’t have a file system. They serve content as responses.

        PHP is not a filesystem. ASPNET is not a filesystem.

        You could be talking about managing files, you could be talking about sourcing web responses from local files, or you could be talking about something else.

      • doeknius_gloek@discuss.tchncs.de
        link
        fedilink
        arrow-up
        9
        ·
        5 days ago

        I don’t really have a lot of time to educate every single passerby on the most basic of terminology.

        A simple search could do you a world of good, pal. I’d start at the Dunning-Kruger-Effect and go on from there.