illustration for Introduction to Cloudflare Workers

Introduction to Cloudflare Workers

37m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.8
284
people completed
Bookmark
Download
RSS

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.

🌱 This is a Fresh Course

Staff reviewed: 3 years 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.

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 Reflect Upon:

  • What is serverless?
  • When should I override default behaviors?
  • What level of control do you need to build successful solutions?

Learner Reviews

  • Paras Parmar
    8 months ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Aptly errored so that we learn what could go wrong as well. Superbly delivered.

  • Learner
    a year ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Clear and to the point. Covers all the major points to get setup without going too fast

  • Learner
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Looking forward to new stuff on the Cloudflare Workers

  • Learner
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    the uniqueness it gives glimpse of feature that cloudflare offers to user

  • Efrén Carbajal
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    it made justice to the title of the course

  • Learner
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    This is my first time working with anything relating to Cloudfare. I have heard great things about Cloudfare but never ventured into it. Thank you for a very in-depth tutorial. I have yet to comprehend what I can do with this, but this is just just the beginning, and I hope to continue with these courses.

Course Content

37m • 9 lessons

    You might also like these resources:

    illustration for Build a Corgi Up-boop Web App with Netlify Serverless Functions and Hasura

    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 static "Corgi Up-boop App" and integrates Netlify Functions with Hasura.

    illustration for JavaScript Promises in Depth

    JavaScript Promises in Depth

    Marius Schulz・1h 07m・Course

    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.

    illustration for Develop a Serverless Backend using Node.js on AWS Lambda

    Develop a Serverless Backend using Node.js on AWS Lambda

    Nik Graf・15m・Course

    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.