Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

Redux

#redux

More content

Read more stories on Hashnode


Articles with this tag

Strict & Weak Exhaustive Checks in TypeScript: Nuke your app at runtime for fun and profit!

Oct 17, 20215 min read

This article assumes you are familiar with the never type, exhaustive checks, and the concept of failing fast. If you aren't yet, or want a refresher,...

Strict & Weak Exhaustive Checks in TypeScript: Nuke your app at runtime for fun and profit!

Event Sourcing On a Complexity Budget

Aug 11, 20217 min read

If you've ever heard Greg Young talk about Event Sourcing (ES), or met one of its enthusiasts, you've probably never gone from "Huh?!" to "Holy S#%T!"...

Event Sourcing On a Complexity Budget

TypeScript's Discriminated Unions With Real Use Cases

May 16, 20217 min read

Discriminated Unions are a powerful TypeScript feature that can lead to some very robust code that scales well on large teams. However it is a rather...

TypeScript's Discriminated Unions With Real Use Cases