Whatiskadudoing
13 skills · 26 stars total
13 skills
This skill helps you apply functional programming patterns in React apps using fp-ts, improving state, forms, and data fetching.
This skill helps you compose TypeScript functions into readable pipelines using pipe and flow for clear, maintainable data transformations.
This skill helps you transform arrays and objects with functional patterns, enabling safer access, grouping, and normalization for real-world data.
This skill provides quick TaskEither patterns for async error handling, API calls, and Promise-based workflows using fp-ts.
This skill helps you build robust async pipelines with TaskEither, replacing try/catch chaos and improving error handling across APIs.
This skill helps you migrate imperative TypeScript code to fp-ts patterns, enabling explicit errors, safe optional handling, and functional composition.
This skill helps you apply practical fp-ts patterns to write clearer, safer TypeScript code with minimal jargon and maximal 80/20 impact.
This skill helps you master function composition in fp-ts using pipe and flow to build elegant, type-safe data pipelines.
This skill helps you implement robust error handling with fp-ts by returning errors as values and chaining safely.
This skill helps you handle typed errors and validation with Either in TypeScript, enabling safe, composable error handling patterns.
This skill enables type-safe async error handling with TaskEither patterns in TypeScript, enabling composable, lazy operations and robust error recovery.
This skill guides practical immutability patterns in TypeScript to safely update state and reduce bugs across arrays and objects.
This skill teaches pure functions, currying, and composition to improve predictability, testability, and maintainable code in TypeScript and FP patterns.