Articles
All the articles I've posted.
-
Bun vs Deno: How Bun Won the Runtime Race
Why Bun overtook Deno: drop-in Node.js compatibility, real speed, a working HTTP API example, Docker, and where Deno is still the better pick.
-
File Based Routing Is the New Default
How file based routing works in Next.js, Remix, Nuxt 3, SvelteKit, and Analog. The conventions they share, where they differ, and the patterns worth using.
-
Frontend Security - XSS, CSRF, Middleware Bypasses, and What Actually Gets You Hacked
Updated:Frontend security for React and Next.js apps. Covers XSS, CSRF, CVE-2025-29927, Server Actions, and CSP with working code and fixes.
-
WebAssembly Without the Hype
Updated:What WebAssembly actually is, how it fits with JavaScript, where it runs in production, and a working Rust example to get started.