Full-stack sum types with TypeScript, Rust and Postgres

Sum types allow you to model that a particular value can be typed in one of many, pre-defined ways. This provides a lot of the flexibility you get from using… Read more

Similar

TypeScript 4.0

Consider a function in JavaScript called concat that takes two array or tuple types and concatenates them together to make a new array. (more…)

Read more »