HomeAboutPosts
ProjectsContact

Posts tagged "performance"

3 posts found

Building a Unified Caching Layer for Cloudflare Workers

How I built a flexible caching abstraction that works across Cloudflare's multiple storage options

October 26, 2025
cachingcloudflare-workersperformanceserverlesstypescript

Running Modern JavaScript on Cheap Shared Hosting: A Deep Dive into CGI and FastCGI

A developer's journey into the world of cheap Japanese shared hosting. This post explores the feasibility of running modern JavaScript (Node.js, Bun, Deno) on low-cost servers using technologies like CGI and FastCGI, comparing performance, and documenting the challenges and discoveries along the way.

June 22, 2024
apachebuncgidenofastcgigohonohostingjapanjavascriptnodeperformancephpserverlessshared-hostingweb-hosting

Reactivity in Swift, Part 2: Implementing a Batching Solution

In this follow-up post, I share a custom batching solution for Swift inspired by MobX. Learn how a minimal implementation of a batching function can solve UI glitch issues and improve the performance of reactive applications.

February 22, 2023
batchingcombineiosjavascriptmobxperformancereactivityrxswiftstate-managementswiftswiftuitypescript