Skip to content

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.

21 Jun 2026 · Typescript · 6 min read

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.

9 Jun 2026 · Javascript · 11 min read

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.

2 Jun 2026 · Typescript · 7 min read

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.

22 May 2026 · React · 5 min read

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.

21 May 2026 · Nextjs · 9 min read

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.

22 Apr 2026 · Tailwindcss · 6 min read

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.

3 Jan 2026 · Typescript · 12 min read

Related categories

One email when the next one lands