Uya
Posted on May 25
• Originally published at zenn.dev
Introduction
This is my second article as a Java engineer learning TypeScript from scratch.
Introduction This is my second article as a Java engineer learning TypeScript from...
Uya
Posted on May 25
• Originally published at zenn.dev
Introduction
This is my second article as a Java engineer learning TypeScript from scratch.

Introduction This is my sixth article as a Java engineer learning TypeScript from...

Tag your union, switch on the discriminant, and let assertNever turn a forgotten variant into a compile error instead of a 2am…

Today I continued my TypeScript learning project after a short break. Instead of jumping into React...

What slows large TypeScript types down, how to measure it with @ark/attest, and the one-field match that made my schema library…

Learn how TypeScript discriminated unions model state so invalid combinations simply won't compile. Master the discriminant…

Today a TypeScript refactor produced 15 compiler errors. It looked worse than it was. My...