Arihant Jainarihant.hashnode.dev·Feb 5, 2025How I Rebuilt My Portfolio and Solved Deployment Woes With AILast weekend, I finally decided to revamp my portfolio, which had been sitting as a static site on GitHub Pages for a long time. Honestly, it took me four years to gather the motivation to rebuild it—mostly because I'd rather spend my time reading ho...102 reads2Articles1Week
Lukaslukasnotes.dk·Jan 29, 2025Migrating from Turso (libsql) to self hosted PostgreSQL 16 & connecting from Cloudflare Worker (Nov 2024)Steps I took Rewrite drizzle schema from sqlite to PostgreSQL and generate migration (*.sql) files. Setup connection using Neon WebSocket proxy and test migration and code. Attempt various ways to copy and settle on COPY via CSV type using stdout ...turso
Tim Ostertimoster.hashnode.dev·Jan 26, 2025How I automated my fitness goalsThis article was originally published on my blog. My dilemma: I am lazy efficient, health is important, and exercise cannot be automated yet. At least the physical activity cannot - the tracking however can. A few years ago, I bought an Oura Ring. Si...automation
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·41 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