Serverless gives you wings: Where do all the functions go? 

Obinna Ekwuno

SPEAKER BIO.

Obinnaspeaks

Developer Advocate @Cloudflare 

Techical editor @ A List Apart

Two developers wonder who owns the dog..... I mean Proxy server. 

Docker, Kubernetes

A spike is coming.

The complexity continues

Serverless 🤝 Jamstack

Focus only on the bussiness logic, Leave the scaling for the experts.  

Cloudflare workers.

 

Region? Earth please.

“Cloudflare Workers has changed the way we build our apps. We don’t have to think about regions, we just deploy code and it runs seamlessly around the world.”

 

- Laurie Voss

addEventListener("fetch", event => {
  event.respondWith(handleRequest(event.request))
})

async function handleRequest(request) {
  return new Response("Hello worker!", { status: 200 })
}

Serverless gives you wings

By Obinna Ekwuno

Serverless gives you wings

All serverless platforms are an extension of frontend developer’s superpowers, even better serverless allows for that blurry line in the middleware about who owns what between the backend and the frontend teams to be a bit clearer. It answers the age-long question of “Who owns the proxy server”. It is I, it says! But what happens to the serverless code when it has left our computer, where does it go? Does it make new friends where it goes? It is able to adapt and grow as we scale?? Let’s chat about this. In this talk, we will have a quick chat about pushing the boundaries of serverless.

  • 454