Back Arrow
Back
TypeScript
Testing Frontend — Lessons from over a million lines of TypeScript at Palantir
Testing Frontend — Lessons from over a million lines of TypeScript at Palantir

The most critical three learnings for testing frontend, from ten years helping lead frontend engineering at Palantir.

TypeScript Unit Tests with Debugging
TypeScript Unit Tests with Debugging

A short guide on how to set up TypeScript unit tests with debugging on VsCode, allowing you to set breakpoints on your unit tests.

Safer Exhaustive Switch Statements in TypeScript
Safer Exhaustive Switch Statements in TypeScript

A guide on various methods and techniques for implementing safer switch and if/else statements, including use of the never type and eslint rules.