RSSAmplifier

Blog

James Ross

Web security and performance enthusiast. CTO and Co-founder at Nodecraft.com

jross.meRSS feed ↗13 posts

Latest posts

Run Express.js on Cloudflare Workers

Learn how to run express.js natively on Cloudflare Workers, with improved Node.js compatibility.

Compressing assets with Zstandard and Webpack

Learn how to build compressed zstandard (zstd) assets with webpack and CompressionWebpackPlugin.

Improving wasm imports with wrangler and Cloudflare Workers

Discover how wasm imports with wrangler and Cloudflare Workers was improved for better ergonomics and developer experience.

Verifying Stripe Webhook Signatures with Cloudflare Workers

Learn how to verify Stripe Webhooks with Cloudflare Workers, WebCrypto, and Wrangler 2.

Cloudflare R2 and ShareX Custom Uploader

Learn how to hook ShareX up to Cloudflare R2 with a Sharex custom uploader!

Asynchronous and progressive CSS loading, the right way

Learn how to progressively and asynchronously lazy-load CSS stylesheets on your websites, improving performance, UX, and page-load times.

Server Side Rendering Vue.js 3.2+ on Cloudflare Workers with pipeToWebWritable

Learn how to add Server Side Rendering with Cloudflare Workers and the new `renderToWebStream` Vue.js 3.2 API!

Progressively delivering new image formats with CSS and Cloudflare Workers

Learn how you can deliver new image formats such as AVIF with CSS and Cloudflare Workers, improving user experience and Core Web Vitals.

Moving MCVersions.net serverless with Cloudflare Workers Sites

Learn how we moved the site from an old unmaintained PHP application, to a serverless application deployed with Github Actions to Cloudflare Worker Sites.

Lazy-loading Disqus comments with IntersectionObserver

Learn how to lazy-load comments on your blog or website with an IntersectionObserver to improve initial page load speeds.

Updating your website favicon dynamically with dark mode

Learn how to dynamically update your website favicon with dark and light mode variants.

Using Cloudflare Workers HTMLRewriter to extend Ghost(Pro)

Learn how to extend your Ghost(Pro) blog with Cloudflare Workers HTMLRewriter to add new functionality and regain control of your domain.

Using Backblaze B2 and Cloudflare Workers for free image hosting

Learn how to setup your own, free image hosting using Backblaze B2 and Cloudflare Workers.