4,081 tools found
A prioritized rulebook for fixing janky UI animations: rendering mechanism choice, measurement, and scroll-linked motion.
A structured food-database skill for nutrition lookup, food comparison, smart recommendations, and automatic meal nutrition calculation.
Practical fp-ts TaskEither patterns for TypeScript: wrap promises, chain async operations, and recover from errors without nested try/catch.
fp-ts patterns for Node.js/Deno backends: ReaderTaskEither services, layered dependency injection, and typed error handling.
Practical Data Transformations pairs imperative vs. functional TypeScript for arrays, objects, normalization, grouping, and null-safe access.
A compact fp-ts Either cheat sheet: creating, transforming, and extracting typed success/failure values.
A compact fp-ts Option cheat sheet for handling nullable and optional values without null checks.
A quick reference for fp-ts's pipe and flow, covering value transforms, reusable pipelines, and Option/Array chaining.
Refactoring Imperative Code to fp-ts covers converting try/catch, nulls, callbacks, class DI, and loops - plus when NOT to refactor.
A decision-guide cheat sheet for choosing between fp-ts's Option, Either, Task, and TaskEither types.
Frontend API Integration Patterns fixes race conditions, stale data, and duplicate requests with cancellation, backoff, and deduplication.
Enforces complete, unabridged output - no placeholder code, skipped sections, or 'continue as needed' shortcuts.