- 19 skills
- 0 followers
- 2 days ago last updated
- ▌ Fp TS Async Practical · whatiskadudoingPractical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
- ▌ Functional Programming In React · whatiskadudoingPractical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
- ▌ Practical Error Handling With Fp TS · whatiskadudoingStop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
- ▌ Fp TS Backend · whatiskadudoingFunctional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
- ▌ Function Composition Building From Small Pieces · whatiskadudoingPractical patterns for composing functions in TypeScript using pipe, flow, and functional design principles
- ▌ Fp Immutable · whatiskadudoingPractical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation is actually fine
- ▌ Fp TS Pipe And Flow Composition · whatiskadudoingMaster function composition in fp-ts using pipe and flow for building elegant, type-safe data transformation pipelines
- ▌ Pragmatic Functional Programming · whatiskadudoingA practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
- ▌ Fp TS Validation · whatiskadudoingValidation patterns using fp-ts with error accumulation, form validation, and API input validation
- ▌ Fp TS Do Notation · whatiskadudoingMaster Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.
- ▌ Fp TS Task Either · whatiskadudoingFunctional async patterns using TaskEither for type-safe error handling in TypeScript
- ▌ Functional Programming Fundamentals · whatiskadudoingCore FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript
- ▌ Managing Side Effects Functionally · whatiskadudoingMaster functional approaches to side effects including IO types, effect isolation, idempotent operations, and quarantining impure code - essential patterns for reliable TypeScript applications
- ▌ Fp TS Option And Either · whatiskadudoingFunctional error handling and nullable value management using fp-ts Option and Either types
- ▌ Fp TS Algebraic Data Types And Type Classes · whatiskadudoingProduct types, sum types, semigroups, monoids, Eq, Ord, and building custom type class instances for domain modeling in TypeScript
- ▌ Practical Data Transformations · whatiskadudoingEveryday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
- ▌ Fp TS Pragmatic · whatiskadudoing bundleA 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.
- ▌ Fp TS React · whatiskadudoing bundlePractical 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.
- ▌ Fp TS Errors · whatiskadudoing bundleHandle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.