Skip to main content
GitHub リポジトリ

fp-ts-skills

fp-ts-skills には whatiskadudoing から収集した 22 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
22
Stars
11
更新
2026-01-30
Forks
3
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

fp-ts-algebraic-data-types-and-type-classes
ソフトウェア開発者

Product types, sum types, semigroups, monoids, Eq, Ord, and building custom type class instances for domain modeling in TypeScript

2026-01-30
fp-ts-async-practical
ソフトウェア開発者

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

2026-01-30
fp-ts-backend
ソフトウェア開発者

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

2026-01-30
function-composition-building-from-small-pieces
ソフトウェア開発者

Practical patterns for composing functions in TypeScript using pipe, flow, and functional design principles

2026-01-30
practical-data-transformations
ソフトウェア開発者

Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access

2026-01-30
fp-ts-do-notation
ソフトウェア開発者

Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.

2026-01-30
practical-error-handling-with-fp-ts
ソフトウェア開発者

Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code

2026-01-30
functional-programming-fundamentals
ソフトウェア開発者

Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript

2026-01-30
fp-immutable
ソフトウェア開発者

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

2026-01-30
fp-ts-option-and-either
ソフトウェア開発者

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

2026-01-30
fp-ts-pipe-and-flow-composition
ソフトウェア開発者

Master function composition in fp-ts using pipe and flow for building elegant, type-safe data transformation pipelines

2026-01-30
pragmatic-functional-programming
ソフトウェア開発者

A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead

2026-01-30
functional-programming-in-react
ソフトウェア開発者

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.

2026-01-30
fp-refactor
ソフトウェア開発者

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

2026-01-30
managing-side-effects-functionally
ソフトウェア開発者

Master functional approaches to side effects including IO types, effect isolation, idempotent operations, and quarantining impure code - essential patterns for reliable TypeScript applications

2026-01-30
fp-ts-task-either
ソフトウェア開発者

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

2026-01-30
fp-ts-validation
ソフトウェア開発者

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

2026-01-30
fp-either-ref
ソフトウェア開発者

Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.

2026-01-30
fp-option-ref
ソフトウェア開発者

Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.

2026-01-30
fp-pipe-ref
ソフトウェア開発者

Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.

2026-01-30
fp-taskeither-ref
ソフトウェア開発者

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

2026-01-30
fp-types-ref
ソフトウェア開発者

Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.

2026-01-30