Blog

Filter by tag:

Migrate remix eslint-config to ESLint v9

Posted 3/2/20252 minute read

Custom ESLint v9 flat config for Remix from scratch.

Sitemap generation by streaming from WordPress headless

Posted 11/3/20245 minute read

Optimize sitemap generation by leveraging streaming and chunked transfer encoding.

Should we leave behind the joy of curating our own content?

Posted 8/2/20241 minute read

There is joy in the journey more than the destination.

Building a Fast and Compact SQLite Cache Store

Posted 7/24/20244 minute read

Discover why bun:sqlite, combined with Msgpackr serialization, offers an efficient solution for building fast and compact cache stores.

Validated forms with useFetcher in Remix

Posted 7/10/20245 minute read

Build a custom 'useFetcherForm' hook to easily handle fetcher requests.

Fast, Intuitive, Smart: Restaurant search engine with Cloudflare AI

Posted 4/13/20243 minute read

Discover "Cule filo" - An AI-Powered Restaurant Finder.

HTMX with Bun: A Real World App

Posted 3/5/20245 minute read

Build a custom 'useFetcherForm' hook to easily handle fetcher requests.

Tower of Hanoi in P5.js + WASM

Posted 5/8/20237 minute read

Implementation of the Tower of Hanoi problem using P5.js for animation and Rust compiled to WebAssembly (WASM).