illustration for Introduction to Cloudflare Workers
free

Introduction to Cloudflare Workers

37m closed-captioning
·
9 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.8
285
people completed
Published 4 years ago
|
Updated 4 years ago

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.

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.

Free Community Resource

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.

What you'll learn:

  • The Wrangler CLI allows you to manage Workers projects from scratch or from a template
  • Requests to Workers are populated with an object that includes information about region and timezone
  • Requests can be filtered based on HTTP method, url, headers, and other data

Quick Facts:

  • The Wrangler CLI allows you to manage Workers projects from scratch or from a template
  • Requests to Workers are populated with an object that includes information about region and timezone
  • Requests can be filtered based on HTTP method, url, headers, and other data

Questions to Think About:

  • What is serverless?
  • How does using a serverless solution enable me to focus more on my business?
  • What level of control do you need to build successful solutions?

Course Content

37m • 9 lessons

    You might also like these resources:

    illustration for Build a Serverless API with Cloudflare Workers
    Kristian Freeman • 47m • Course

    You will learn how to build and deploy a Serverless API with Cloudflare Workers. Enabling you to effectively manage a highly available backend for your projects.

    illustration for Build a Corgi Up-boop Web App with Netlify Serverless Functions and Hasura
    Jason Lengstorf ・1h 27m ・Course

    Starting from a prebuilt frontend, Jason Lengstorf guides you through the creation of a "Corgi Up-boop App" that uses Netlify Functions and Hasura.

    illustration for Develop a Serverless Backend using Node.js on AWS Lambda
    Nik Graf ・15m ・Course

    The core of serverless architectures is auto-scaling systems. We walk through the basics of how to create a serverless API. We start off by creating a simple HTTP endpoint.