
6/23/2020 · Kristian Freeman
What this post added
This post details the use of Cloudflare Workers as a platform for a take-home internship assignment. It describes how the exercise was designed to evaluate candidates' understanding of Workers APIs for making fetch requests, parsing JSON, and deploying applications using wrangler. It also introduces extra credit challenges involving content replacement using simple string manipulation and the HTMLRewriter API, and persisting user choices via cookies. The post highlights how Workers can be used for originless applications and provides example code solutions.