Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 30, 2024Rethinking the StarbaseDB ArchitectureDurable Object’s are powerful, but they shouldn’t be abused – and I think I was starting to abuse them. Forwarding virtually every request in the direction of a DO instead of a Worker, I’m realizing may have been a mistake. So this blog post is more ...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 25, 2024Bindable Microservices with Cloudflare WorkersIn the early stages of building any application, monolithic architectures can seem like the simplest solution. Everything contained in one code base. But as your application begins to scale, the monolithic approach starts to lead to more problems tha...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 9, 2024Adding Web Sockets to WorkersWeb Sockets allow for applications to communicate continuously without requiring HTTP requests to be explicitly executed to receive data from a server. What if you want to just be told when you need new data instead of keep asking? Parents would rejo...Discussstarbasedb
Brayden Wilmothbraydenwilmoth.hashnode.dev·Oct 8, 2024Deploy & VisualizeStarbaseDB is the quickest way to deploy a database and begin visualizing it in a user interface where you can query data, add records, modify the structure and more. This article is going to walk through how to deploy your own instance of StarbaseDB...Discussgetting started
Sahil Wadhwasahilscript.hashnode.dev·Oct 6, 2024How I Solved an SEO Problem with Cloudflare Workers: A Reverse Proxy StoryIntroduction: A Problem I Didn't See Coming A few weeks ago, I was working on a client project that had a unique challenge: they had their homepage hosted on Webflow at example.com and their SaaS application hosted on a separate subdomain, app.exampl...Discuss·55 readsReverse Proxy
Samsam006.hashnode.dev·Sep 19, 2024Setup of Cloudflare’s WorkersIntroduction about Workers Before setup and running a worker, let's first understand what a worker is and is what speciality it holds in the current market of different cloud providers. I always looked at Cloudflare as a company which provides some C...Discusscloudflare d1
Swami Buddha Chaitanyachaiitanyacodes.hashnode.dev·Aug 27, 2024Why Use Cloudflare Workers? Building Serverless Apps with Hono.js ExplainedIntroduction The evolution of cloud computing has introduced us to the concept of serverless functions, a paradigm shift that allows developers to run code without managing servers. This approach brings scalability, flexibility, and cost-efficiency, ...Discusshonojs
Hunter Bertosonhkbertoson.hashnode.dev·Jun 6, 2024FeaturedBuilding a Contact Form with Astro and Cloudflare Workers: A Simple GuideIntroduction Brief overview of Astro and Cloudflare Workers Astro and Cloudflare Workers represent two distinct yet powerful tools in modern web development. Astro is a framework designed for building fast and efficient websites, emphasizing performa...Geoffrey Callaghan and 2 others are discussing this3 people are discussing thisDiscuss·44 likes·545 readsAstro
Jay Simonsdesignly.hashnode.dev·Jun 2, 2024Use CloudFlare Workers and D1 to Create a Completely Free CRUD APICloudFlare began as a company providing content delivery network (CDN) and distributed DNS services to enhance website performance and security. It has since evolved into a major internet infrastructure provider offering a comprehensive suite of perf...DiscussAPIDevelopment
Sushant GulatiforCerta's Tech Blogblog.certa.dev·May 22, 2024From Duplication to Unification: How Cloudflare Workers Helped Us Centralize Shared LogicProblem In our codebase, we had a very specific parser responsible for converting meta JSON created on front-end into a format ingestible by our backend. The parser was exclusively utilized by the frontend until recently. However, while we were build...Discuss·1 like·143 readscloudflare-worker