whatiskadudoing

Kadu Maverick

@whatiskadudoing

One day, I hope to become a grown up. Love 🍕. In a world of average, I’m savage.

17 skills 0 total stars

find ~/whatiskadudoing/ -name "*.skill"

Practical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation...

Validation patterns using fp-ts with error accumulation, form validation, and API input validation

Functional async patterns using TaskEither for type-safe error handling in TypeScript

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

Functional error handling and nullable value management using fp-ts Option and Either types

Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS,...

Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional...

Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples