Ok, my 5-year-old kid has trouble understanding how you can have websites without a server. Plz explain.
For further actions, you may consider blocking this person and/or reporting abuse
Ok, my 5-year-old kid has trouble understanding how you can have websites without a server. Plz explain.
For further actions, you may consider blocking this person and/or reporting abuse
BekahHW -
romerito -
AurΓ©lie Vache -
Franck Pachot -
Once suspended, theodesp will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, theodesp will be able to comment and publish posts again.
Once unpublished, all posts by theodesp will become hidden and only accessible to themselves.
If theodesp is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Theofanis Despoudis.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag theodesp:
Unflagging theodesp will restore default visibility to their posts.
Top comments (2)
Server-less websites as they call it is an hyped but meaningless and wrong term. A server-less website is simply a webpage or app that doesn't run on its own dedicated server/hosting but in stead uses cloud services to execute boxed functions.
You are still using servers, only not your own. The data-centers the cloud runs on are also servers. It just sounds way interesting to call them them server-less which is what I meant by hyped.
Server-less although misleading is not good or bad. The advantage is that you pay only for resource consumption. This means that you don't have to pay monthly or annually for a certain amount of hosting. You pay only when the resources are used. Think of this as paying $0.01 for every time you run some application logic and therefor use the cloud.
Wikipedia
"Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity."
Try this - see if this is helpful - dev.to/ranand12/azure-serverless-c...