TypeScript

Making a state machine in TypeScript

Learn to code your own state machine in TypeScript to cleanly handle application state.

Typeguards and Closures in TypeScript

Discover a tricky gotcha when using typeguards in TypeScript.