Building a Custom Vite Plugin for Screenshots & Screen Recording
How a struggle to get standard-sized promotional visuals for Nâmedâr on Debian led to the creation of a custom Vite plugin using iframes and modern web APIs.
Thoughts, tutorials, and behind-the-scenes of building handcrafted web applications.
How a struggle to get standard-sized promotional visuals for Nâmedâr on Debian led to the creation of a custom Vite plugin using iframes and modern web APIs.
Most malware is scrubbed from NPM within 72 hours. I built a wrapper that enforces a 7-day cooling off period for every dependency in your tree before it hits your disk.
How we built dynamic, perfectly rounded, tabbed code blocks using real-time SVG math instead of CSS clip-path.
How to automatically generate beautiful, magazine-style Open Graph images for an Astro blog using a Bash script, ImageMagick, and Cloudflare R2.
How to solve the opaque canvas bug when embedding transparent dark mode widgets.
A technical deep-dive into optimizing SQLite and edge databases, covering advanced indexing, SARGability, schema structuring, and query execution plans.
Replace static PNG favicons with a single SVG file that automatically adapts to light and dark browser chrome using embedded CSS media queries.
Learn how to implement Cloudflare's Cache API in TanStack Start by splitting TypeScript configurations to resolve type conflicts and ESLint parsing errors.
From basic patterns to advanced lookarounds and Unicode property escapes. Master the art of string manipulation with this comprehensive JS regex handbook.
Why AI isn't here to replace us, but to help us pedal further and faster than we ever thought possible.
A comprehensive guide to Big O notation. Learn how to evaluate the performance and memory efficiency of your code with real-world TypeScript examples.
A technical deep-dive into building a centralized, stateful authentication engine using D1, KV, and Service Bindings.