

Tech Talks with Cloudflare & Prisma
Austin Developers, join us at Cloudflare's Austin HQ to eat, meet and hear some super rad tech talks.
Agenda:
5:30-6:00pm: Arrival and grab some food
6:00pm-6:30pm: Tech Talks from Cloudflare and Prisma
6:30-8:00pm: Eat, drink and network
Talks:
Serverless CDC: How Durable Objects power change data capture in Prisma Pulse by Tyler Benfield
Serverless functions can do more than handle HTTP requests. In this talk, we'll look at how Prisma Pulse uses Durable Objects to power CDC (Change Data Capture) and enables real-time applications. We'll zoom in on designing for resumability, the secret sauce for making a serverless primitive accommodate stateful workloads.
Full-Stack Serverless with Cloudflare D1 + Prisma with Kristian Freeman
For many developers, one of the biggest roadblocks to using Cloudflare D1 is the need to write raw SQL. With Prisma, we can use their excellent ORM to interact with a D1 database, without needing to write any SQL. In this talk, you'll learn how to set up a Cloudflare Workers application, add a D1 database, and integrate Prisma to effectively query and update state in just a few lines of code.