Category
Typescript
7 posts
TypeScript 7 is written in Go now. Here's what it means for your stack
TypeScript 7.0 RC is here, rewritten in Go and about 10x faster than 6.0. What's actually new, whether you should upgrade, and the one migration gotcha to plan for.
openapi-typescript: stop hand-writing your API types
Hand-written API types drift from the real API and ship bugs. openapi-typescript generates them from your OpenAPI schema so the compiler catches mismatches.
Rust-inspired TypeScript: 4 habits that kill whole classes of bugs
Four habits borrowed from Rust that make TypeScript stricter and safer: discriminated unions, result types, boundary validation, and local mutations. With code.
Expo SDK 56: The Update That Finally Makes Builds Fast
Expo SDK 56 ships React Native 0.85, a 5x faster CLI, stable Expo UI, and Hermes v1 by default. Here's what actually matters for your app.
Next.js Just Patched 13 CVEs in One Release - Here's What Actually Broke
13 CVEs across Next.js and React in one release — middleware bypass, SSRF, DoS, cache poisoning, XSS. Here's what to patch and what the bugs say about server components.
Open-Source VS Code Extension Starters: React and Svelte with Tailwind
Two open-source VS Code extension starter kits — one React 19, one Svelte 5 — both wired with TailwindCSS v4, TypeScript, esbuild, routing, and working webview↔extension messaging. Clone, rename, ship.
Building VS Code Extensions in 2026: The Complete Modern Guide
Master VS Code extension development in 2026. Learn TypeScript, React webviews, AI integration with Ollama, and publishing to the marketplace. Includes real-world examples and open-source templates.