Performance
SWC vs Oxc: transform speed and TypeScript type-stripping fidelity
Oxc’s headline speed advantage over SWC is real, but most of the published numbers are dev-mode numbers with sourcemaps disabled — and the moment you turn.
Inside SvelteKit preload functions and router prefetch latency
SvelteKit preloading reduces perceived navigation delay by starting route code imports and load work before the click finishes.
4 Ways to Remove Duplicates From an Array in Modern JavaScript
I remember debugging a massive data processing script for a Node.js backend a few years ago. We were pulling down thousands of customer records from a.
Stop ignoring the DOM: It’s the only thing that actually matters
Actually, I should clarify — I watched a junior developer try to install a 450KB npm package last Tuesday just to toggle a CSS class. I wish I was joking.
Breaking Video: GPU Particle Explosions in Three.js
Well, I have to admit — I do have a bit of a thing for breaking things digitally. There’s just something satisfying about taking a perfectly good UI.
Why We Still Bundle JavaScript in 2026 (And How to Stop Fighting Your Tools)
Actually, I should clarify – I still remember the first time I tried to manually manage dependencies for a project with more than five files.
Stop Writing Serial Awaits: A Reality Check
Stop Writing Serial Awaits: A Reality Check. Actually, I should clarify — I rejected a Pull Request last Tuesday that made me want to scream into a pillow.
JS Build Tools in 2026: Speed is Solved, Safety is the New Headache
I remember when my biggest problem was getting Webpack to bundle a CSS file without crashing. It feels like a lifetime ago.
