Nora Söderlund's Developer Blog
3 months ago
Introducing MySQL connections in Cloudflare Workers over sockets
Previously MySQL connections in Cloudflare Workers were only done possible through Cloudflare Tunnels.
Here's to introducing a TCP socket implementation!
7 months ago
Fullstack application using Cloudflare Pages
I migrated most of my services to Cloudflare Pages, and in doing so, I got rid of Next.js and simply used Cloudflare Pages' functions implementation with my own low-level implementations.
Read more on how you can control your own workflow with TypeScript and server sided React DOM rendering with Cloudflare Pages.