Matthew Gerstman
  • Home
  • Theater
  • Tech
  • Talks
Sign in Subscribe

typescript

A collection of 4 posts
History of the Web: Part 1
Tech Featured

History of the Web: Part 1

Today I'm going to share twenty years of context on the web. We'll talk about how the web evolved into what we have today, and why it makes building web applications so hard in 2021.
01 Jun 2021 15 min read
TS Tricks: Type-safe Reducers
Tech Featured

TS Tricks: Type-safe Reducers

We're going to talk about how to build a type-safe reducer. Now, I use these for redux reducers, but these principles could apply to any function.
23 Jan 2019 2 min read
TS Tricks: Type Guards
Tech Featured

TS Tricks: Type Guards

With everyone getting excited about Typescript I thought it'd be fun to do a walkthrough of one of my favorite features, type guards. These are type-safe functions that allow us to assert that an argument matches a certain type. The best part is these work at runtime!
22 Jan 2019 2 min read
Redux with Code-Splitting and Type Checking
Tech Featured

Redux with Code-Splitting and Type Checking

How do you code-split your store so you’re not serving unnecessary JavaScript on a single page? And while you’re working on code splitting, how do you get it to play nicely with TypeScript so that you can trust what’s going in and coming out of the store?
17 Jan 2019 5 min read
Page 1 of 1
Matthew Gerstman © 2025
Powered by Ghost