A rare fundamental change to browser default stylesheets: <h1> elements used to get smaller the more <section>s they were nested within, but no more. I would guess because the HTML Outlining Algorithm never really materialized.
Featured
Introduction to Cloudflare Workers for Web Apps
Maybe you don’t need a traditional server to run a web app that needs a node server backend. Maybe the requests that need that can go to a cloud function on demand.