This talk served to introduce the audience to the next-gen solution for functional programming in TypeScript - EffectTS. This in-depth introduction covered: the Effect
type, how to create Effects, how to compose Effects (pipes and generators), example on how to translate existing API to Effect domain, example of useful utils.
Coming from fp-ts or other functional programming libraries? You'll definitely find something interesting diving into EffectTS!