8th May 2025
Working with Cloudflare's Universal SSL
Some learnings and links from my recent expedition into the realm of Universal SSL certificates from Cloudflare
Showing posts from the category "Cloudflare"
8th May 2025
Some learnings and links from my recent expedition into the realm of Universal SSL certificates from 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
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