Fp Ts Skills

Fp Ts Skills from whatiskadudoing/fp-ts-skills.

by @whatiskadudoing 16 skills

Skills in this plugin

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