Cloudflare likes to do giant, periodic 'release dumps' for their products, so it can often be easy to miss the pieces most relevant to you, but their updates around how Pages and Workers combine for app deployment are very interesting.
In particular, their "smart placement" begins to address the issue of where a Worker sits in relation to where its data sits. Because Workers were replicated across the globe, in some cases there could actually be added latency depending on which node the user's request hit in relation to the location of the data. This aims to address that by automatically placing the Worker in the optimal location.
|
|
Making Cloudflare the Best Place for Your Web Apps Cloudflare announced some big changes to how Workers interact with apps deployed to Pages. First, they use “smart placement” to determine the best node(s) to deploy your Workers too, which can help if your application interacts with things like a database that is deployed to a single region. There’s also a new version of Wrangler, their CLI, and increased memory, CPU, and application size limits.
Igor Minar
|
Astro 2.5 A big release including data collections that are JSON/YAML static files in your src/content/ folder, hybrid rendering to allow combining of SSG/SSR routes in a single site and much more.
Astro
|
Dodging the Vercel Storage Tax: There Are Open-Source Alternatives Recently Vercel announced a number of storage options for serverless using Postgres, Redis, and Blob. These aim to provide a better development experience, but do come at a markup over the underlying services. This post covers how to avoid that markup by using a free and open source alternative called WunderGraph (note that WunderGraph also has a competing commercial cloud offering).
Prithwish Nath
|
✂︎ Tools, Resources & More...
|
|
Thanks for reading. — Brian
|
|
|