serverless computing

Sort by:

Going Serverless in Financial Services with Brian McNamara

Serverless computing is a cloud-native model where developers build and run applications without managing server infrastructure. It has largely become the standard approach to achieve

Serverless Properties with Johann Schleier-Smith

Serverless computing refers to an architectural pattern where server-side code is run on-demand by cloud providers, who also handle server resource allocation and operations. Of course,

Cloudburst: Stateful Functions-as-a-Service with Vikram Sreekanti

Serverless computing is a way of designing applications that do not directly address or deploy application code to servers. Serverless applications are composed of stateless

Knative: Serverless Workloads with Ville Aikas

Infrastructure software is having a renaissance. Cloud providers offer a wide range of deployment tools, including virtual machines, managed Kubernetes clusters, standalone container

Zeit: Serverless Cloud with Guillermo Rauch

Serverless computing is a technique for deploying applications without an addressable server. A serverless application is running on servers, but the developer does not have access to