Rahul Gangotrihackerrahul.com·Dec 15, 2024Tasque - Serverless messaging and scheduling solutionHi, Today i am launching an Open Source project TASQUE! An ultimate serverless messaging and scheduling solution. A Serverless Scheduler and Queue system built on top of cloudflare workers, D1 and Durable Objects to handle scale and schedule/queue mi...1 like·29 readstasque
Ankit Kumararre-ankit.hashnode.dev·Dec 8, 2024Building projects with Cloudflare Workers and Next.js 🚀This year, I embarked on an exciting journey to create SpeechSync AI, an app designed to analyze speech and provide feedback for improving pronunciation and fluency. I wanted to develop a tool that could empower individuals to communicate more confid...Web Development
Brayden Wilmothbraydenwilmoth.hashnode.dev·Dec 3, 2024Pre and Post Query HooksToday in celebration of the launch week announcement from Outerbase we’re releasing a blog post that digs into a part of StarbaseDB that makes it more expansive than ever with feature capabilities. If you haven’t yet seen the Outerbase announcement t...starbasedb
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 ...starbasedb
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...starbasedb
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...starbasedb
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...getting 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...57 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...cloudflare 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, ...honojs