(7.Juli) A big trend in web services right now is the so-called serverless computing, such as Amazonâs Lambda service. The idea is you donât have a dedicated server waiting for requests for a specific purpose. Instead, you have one server (such as Amazonâs) listening for lots of requests and on demand, you spin up an environment to process that request. Conceptually, it lets you run a bit of Javascript or some other language âin the cloudâ with no dedicated server. A new concept â https://itty.bitty.site â takes this one step farther. The site creates self-contained websites where the content is encoded in the URL itself.