The 3 Laws of Serverless
Publikováno: 6.3.2020
Burke Holland thinks that to "build applications without thinking about servers" is a pretty good way to describe serverless, but...
Nobody really thinks about servers when they are writing their code. I mean, I doubt any developer has ever thrown up their hands and said “Whoa, whoa, whoa. Wait just a minute. We’re not declaring any variables in this joint until I know what server we’re going to be running this on.”
Instead of just one idea wrap it … Read article
The post The 3 Laws of Serverless appeared first on CSS-Tricks.
Burke Holland thinks that to "build applications without thinking about servers" is a pretty good way to describe serverless, but...
Nobody really thinks about servers when they are writing their code. I mean, I doubt any developer has ever thrown up their hands and said “Whoa, whoa, whoa. Wait just a minute. We’re not declaring any variables in this joint until I know what server we’re going to be running this on.”
Instead of just one idea wrap it all up, Burke thinks there are three laws:
- Law of Furthest Abstraction (I don't really care where my code runs, just that it runs.)
- The Law of Inherent Scale (I can hammer this code if I need to, or barely use it at all.)
- Law of Least Consumption (I only pay for what I use.)
Direct Link to Article — Permalink
The post The 3 Laws of Serverless appeared first on CSS-Tricks.