10th December 2022
Turn any page into a JSON API with Cloudflare Workers
Using the HTMLRewriter and Cloudflare workers, you can turn any webpage into a JSON endpoint
Showing posts from the category "Cloudflare"
10th December 2022
Using the HTMLRewriter and Cloudflare workers, you can turn any webpage into a JSON endpoint
31st May 2021
I rebuilt my beer review website using a JSON API and 11ty. This is a rundown of how I tackled it
19th April 2021
There are plenty of ways to get your 11ty site live depending on preferences and skill set, this blog walks through a few of the popular ones including Gitlab pages, Vercel, Netlify and Cloudflare pages
18th January 2021
In this post we are going to set up a custom domain in Netlify using Cloudflare. We will also install a self signed Cloudflare certificate on Netlify to ensure end-to-end encryption.
20th April 2020
Written For Liquid Light
Cloudflare is a service which, among other things, provides a CDN (Content Delivery Network), firewall, and performance layer for your website. It has plenty of paid upgrades and features and ...
19th April 2020
Cloudflare has a few different options when it comes to selecting which TLS/SSL mode you should choose?
5th March 2020
An example of how to use Cloudflare Workers to set a cookie on your page without modifying code on your server. This Worker can set a cookie based on either a GET parameter in the URL or a particular file path
26th February 2020
Serverless & Cloudflare workers have been cropping up a lot recently. I try to organise my thoughts into what they are and how you can use them