TypeScript Utility Types Part 3: Extract, Exclude, and NonNullable

Refine TypeScript types with Extract, Exclude, and NonNullable utilities for precise type filtering and null safety.

May 25, 2020 · 5 min · Skyler Lemay

TypeScript Utility Types Part 2: Record, Readonly, & Required

Master TypeScript’s Record, Readonly, and Required utilities to create immutable types and flexible object structures.

May 4, 2020 · 5 min · Skyler Lemay

TypeScript Utility Types Part 1: Partial, Pick, and Omit

Learn to leverage TypeScript’s Partial, Pick, and Omit utility types for cleaner, more flexible type management in your applications.

April 27, 2020 · 5 min · Skyler Lemay

Linked List - 20190822

Essential reads on screen reader testing, TypeScript adoption at scale, React Hooks pitfalls, and ES6 Maps vs Objects.

August 22, 2019 · 2 min · Skyler Lemay