in a short sentence, describe edge functions and how they differ from serverless functions
Edge functions are a type of serverless function that is deployed to the edge of the network, closer to the user. This allows for faster response times and reduced latency.
Further topics: WASM, Limited support for all NodeJS APIs, memory/CPU, etc
I recently wrote a short blog post on using Cloudflare Workers to provide email passwordless sign-in.