© 2026 Hashnode
Nobody should need to know HTML to have a web portfolio in 2026. That was the pitch I told myself. The reality is I wanted to see if I could build a production app using only Cloudflare services — D1,

Hi, I am icebreaker, a frontend developer and open source enthusiast. I want to share a project I have been working on recently: Mokup, a file-based HTTP mocking tool. Project links: GitHub, docs site: https://mokup.icebreaker.top/ What is Mokup Moku...

What if you could run full SQL queries, including JOINs, aggregations, and even remote Parquet file reads, directly inside a Cloudflare Worker? No database server, no connection pool, no cold-start latency from external services. Just DuckDB, compile...

Originally published at my personal website Migrating from Express.js to Cloudflare Workers represents a fundamental shift from server-based computing to edge computing. This document provides an in-depth analysis of the migration process, architectu...

Cloudflare offers a serverless SQLite database called “D1” that runs on the edge-network. You may or may not be familiar with it, but in this article, I’ll show you how to integrate it with a NextJS app on workers, develop it locally, and deploy it. ...

Why use Cloudflare Workers? Cloudflare Workers let you host pages and run code without managing servers. Unlike traditional servers placed in a single or a few locations, the deployed static assets and code are mirrored around the globe in the data c...
