Articles
All the articles I've posted.
-
Unity NavMesh — How AI Finds Its Way Around
How Unity NavMesh works, from baking a NavMeshSurface and tuning NavMeshAgent to carving obstacles, linking meshes, and how the AI reasons about space with A* algorithm.
-
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.