
Why await Doesn't Make JavaScript Run in Order
Learn why await only pauses one async function—not the whole program—with a two-function example, log timeline, and when Promise.all() is better.
Practical engineering guides for developers building AI-enabled, full-stack systems.
Full-stack and systems engineer. Field notes on AI tooling, TypeScript, SvelteKit, Cloudflare, and production engineering.

Learn why await only pauses one async function—not the whole program—with a two-function example, log timeline, and when Promise.all() is better.

Stop overspending on GitHub Actions. Learn how to build a disposable EC2 build server that runs faster, costs pennies, and deploys in minutes.

An easy-to-follow complete guide on JWT authentication in SvelteKit—with example project!

How I hacked together a semantic memory system for AI assistants with the Model Context Protocol