Cloudflare Workers is a serverless application platform that enables you to create and deploy functions to Cloudflare's Edge Network.
Unlike other serverless providers that only have regional data centers, Cloudflare's Edge Network consists of hundreds of servers all over the world.
Cloudflare Workers is a powerful platform, and this course serves as a great introduction for what it can do.
Follow along with Kristian Freeman as you build a localization engine that renders data based on the Edge location nearest to the application's user.
After this course, you'll be ready to start experimenting with your own Cloudflare Workers projects. Need an idea? Check out the suggested Portfolio Project for this course.
Staff reviewed: a month ago
This course will give you a solid foundation to start developing serverless applications. Serverless is a great trend to explore and CloudFlare is at the forefront of the technology.
A Community Resource means that itâs free to access for all. The instructor of this lesson requested it to be open to the public.
I like that the course covers the basics of Cloudflare Workers from setup to deployment to a custom domain, in addition to explaining topics like how to go through Workers documentation to find type of Requests and Responses. Solid intro to Cloudflare Workers!
Starting from a prebuilt frontend, Jason Lengstorf guides you through the creation of a static "Corgi Up-boop App" and integrates Netlify Functions with Hasura.
ES2015 brought a native Promise to the JavaScript standard library. In this course, weâre going to take an in-depth look at how to use promises to model various kinds of asynchronous operations.
You'll learn the basics on how to create a serverless API. We start off creating a simple HTTP endpoint. Then we build the first two endpoints of a REST API for a simple Todo Application backend storing the data in DynamoDB. After watching this course you will be ready to get started building you first serverless backend.