News
The Axios Nightmare Is Over: Meet Axios-Fixed
Axios was compromised in a supply chain attack that injected malware into widely used versions, exposing developers and CI pipelin...
Your Microfrontend Ships More Icons Than It Uses: Here’s How I Fixed That
Microfrontends inherit the full SVG icon sprite from the monolith — hundreds of symbols your app never renders. I built a build-ti...
How I Built a 100% Private Yes-No Oracle in Pure JavaScript (No Backend, No Trac...
Tired of decision fatigue and cloud AI spying on your questions? I built a mystical Yes or No Oracle that runs 100% in your browse...
How to Improve Your Debounce and Get It to Stop Lying to You
Debouncing is a pattern that coalesces a burst of calls into one invocation after a quiet window. It gives the feeling that reques...
I Ran npm install 1,000 Times This Year. Here's Why That Scares Me Now.
TL;DR: The GlassWorm campaign compromised 151+ GitHub repos and 72+ VS Code extensions in March 2026 using invisible Unicode paylo...
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).
