Loading...
Loading...
Found 9 Skills
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
Validation patterns using fp-ts with error accumulation, form validation, and API input validation
A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.
Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.
Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.
Functional async patterns using TaskEither for type-safe error handling in TypeScript
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples