News
Engineering for the Answer Engine: GEO for RAG-Friendly Web Apps (TalentHacked.c...
Information Gain is the reason an LLM would cite your page instead of any other page on the topic. If your page reads like every o...
Beating JavaScript Performance Limits With Rust and N-API: Building a Faster Ima...
A two-pass block diff algorithm cut most unnecessary work in JavaScript. Rewriting the hot path in Rust with SIMD and integrating...
Client-Side Markdown Parsing and Dynamic PDF Generation System
Learn how to build a simple AI-assisted text-to-PDF converter using HTML, CSS, JavaScript, and jsPDF in the browser.
Date Math in JavaScript: The Hidden Trap You’ll Eventually Hit
A simple setMonth() call jumped from Jan 2024 to March 2023. Here’s the timezone overflow chain—and the fix with UTC and Temporal.
How to Make Web Calls Feel Native on Mobile
Browsers still can’t provide the same smooth calling experience as native mobile apps. Many popular services simply block calls fr...
I'm Building a Tower Defense Game Where VCs Are the Enemy
StartupTD is a browser-based tower defense game with a simple premise: survive as long as possible while your startup gets attacke...
The Day I Realized the "I'm Not a Robot" Checkbox Was Mocking Me
CAPTCHA is dead. The bots won. So I built a library that checks if you have a pulse (or at least, a human typing rhythm).
How I Built an Engine That Turns Architecture Sketches Into Animations
Static architecture diagrams are hard to explain. I built a tool for "Keyless Animation" that automatically calculates transitions...
Why Specs Beat Vibes: The Next Step in AI-Native Engineering
Vibe coding hits a ceiling. Spec-driven development unlocks real AI-native productivity. Here’s why clarity-first engineering wins...
Beginner AI Tutorials Teach “Hello World.” This Teaches “Production.”
When building AI applications, the need for clean architecture remains constant. Treating AI agents and LLMs as modules behind cle...
Transforming SVGs to Vue and Svelte Components: The SVGR Alternative for Rsbuild
SVGR solved SVGs for React. For Vue and Svelte, it’s still not that smooth. I built Rsbuild plugins that compile SVGs into native...
“Everything’s Async” Until Your RAM Explodes: The JavaScript Backpressure Proble...
Master backpressure in JavaScript: how streams, fetch, and async code control data flow. Prevent memory spikes, and crashes in Nod...
