How the thing on the other end of your API actually works — the DOM and the rendering pipeline (parse, style, layout, paint, composite), the event loop and the microtask queue, what reflow and repaint actually cost, the Web Platform APIs worth knowing, and the security model (same-origin, CORS, CSP). The mental model that makes frontend performance and bugs make sense.
Javascript
-
The Browser as a Platform -
The Modern Frontend Build Pipeline What actually happens between your source files and the browser, for engineers who live in the backend — module systems (ESM vs CommonJS), why bundling exists, transpilation, the Rust-and-Go speed revolution behind esbuild, SWC, Oxc and Rolldown, tree-shaking and code-splitting, source maps, and the Vite dev-server loop. Demystifying the toolchain so the frontend stops feeling like magic.
-
Passkeys and WebAuthn in Practice: A Developer's Complete Guide A ground-up technical walkthrough of WebAuthn and passkeys — how the cryptography actually works, the registration and authentication ceremonies in detail, a working SimpleWebAuthn implementation, attestation demystified, fallback strategy, and the UX traps that derail production deployments.
-
TypeScript Deep Dive Type system, generics, decorators, tsconfig deep dive, and why TypeScript has replaced plain JavaScript for serious projects. Patterns for experienced developers.