this post was submitted on 17 Jun 2026
2 points (53.6% liked)

Web Development

5693 readers
64 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] VonReposti@feddit.dk 8 points 21 hours ago* (last edited 20 hours ago) (1 children)
  • PHP: Programming language, not a file system
  • Laravel: A web framework built on PHP, not a file system
  • ASP.NET: A web framework built on .NET, not a file system.
  • NodeJS: A JavaScript runtime, not a file system

Node:FS is a module for NodeJS which is the first time you have mentioned something that interacts with file systems. It is NOT a file system, but a way to work with a file system. All these programming languages and web frameworks you're mentioning has a way to interact with file systems. You shouldn't choose your tech stack based on this, you should choose it on all it's other properties where they actually differ.

With your less-than-rudimentary understanding of IT and programming I'd suggest you avoid looking like an idiot by arguing with experts and just accept the free help and corrections that are offered. If you keep being an asshole when people try to understand what you mean because your explanation is all over the place, no one will offer their time, especially not for free.