Serverless

Sort by:

Serverless Systems with Eduardo Laureano

On Software Engineering Daily, we have been covering the “serverless” movement in detail. For people who don’t use serverless functions, it seems like a niche. Serverless functions

Serverless Applications with Randall Hunt

Developers can build networked applications today without having to deploy their code to a server. These “serverless” applications are constructed from managed services and

Serverless Scheduling with Rodric Rabbah

Functions as a service are deployable functions that run without an addressable server. Functions as a service scale without any work by the developer. When you deploy a function as a

How IBM Runs Its Cloud with Jason McGee

Cloud computing changed the economics of running a software company. A cloud is a network of data centers that offers compute resources to developers. In the 1990s, software companies

Serverless Event-Driven Architecture with Danilo Poccia

In an event driven application, each component of application logic emits events, which other parts of the application respond to. We have examined this pattern in previous shows that