Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

reinforcements

reinforcements enthält 12 gesammelte Skills von hassanzohdy, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
12
Stars
3
aktualisiert
2026-06-18
Forks
2
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

mongez-reinforcements-overview
Softwareentwickler

High-level orientation to @mongez/reinforcements — a ~130-function TypeScript utility belt covering objects, strings, numbers, async, randomness, and functional composition.

2026-06-18
mongez-reinforcements-arrays
Softwareentwickler

@mongez/reinforcements array helpers — chunking, ranges, unique/dedupe, pluck, groupBy, countBy, stats (sum/avg/median/min/max), even/odd parity filters, and mutating pushUnique/unshiftUnique. One function per section: description, signature, example.

2026-06-17
mongez-reinforcements-async
Softwareentwickler

Async/Promise utilities from @mongez/reinforcements — sleep, retry with backoff, timeout racing, pProps/pAll/pMap/pSeries/pFilter for concurrent work, defer, and debounceAsync.

2026-06-17
mongez-reinforcements-functions
Softwareentwickler

Function utilities from @mongez/reinforcements — debounce, throttle, memoize, once/after/before call-count gating, pipe/compose composition, curry/partial application, and FP primitives.

2026-06-17
mongez-reinforcements-numbers
Softwareentwickler

Number utilities from @mongez/reinforcements — rounding, clamping, range helpers, safe arithmetic (safeDivide, percentage, parseNumber), and formatting (formatBytes, formatNumber).

2026-06-17
mongez-reinforcements-objects
Softwareentwickler

Deep path-aware object utilities from @mongez/reinforcements — get/set/has/unset, pick/omit, compact, merge, clone, flatten, walk, diff, and more.

2026-06-17
mongez-reinforcements-lazy
Softwareentwickler

Memoised deferred values via lazy() from @mongez/reinforcements — the primary tool for breaking ES-module circular imports and deferring expensive computation until first use.

2026-05-29
mongez-reinforcements-mixed
Softwareentwickler

Cross-type utilities from @mongez/reinforcements — deep clone(), deep equality areEqual(), Fisher-Yates shuffle(), and null-safe coalesce().

2026-05-29
mongez-reinforcements-random
Softwareentwickler

Random value generation via the Random namespace class from @mongez/reinforcements — integers, floats, booleans, strings, UUIDs, nanoids, dates, colors, weighted picks, and seedable deterministic mode.

2026-05-29
mongez-reinforcements-recipes
Softwareentwickler

Cross-namespace composition recipes for @mongez/reinforcements — real-world patterns combining retry+timeout+pMap, debounce+flush, memoize, walk+diff, lazy circular-import breaking, slug+truncate pipelines, PII masking, and more.

2026-05-29
mongez-reinforcements-strings
Softwareentwickler

String utilities from @mongez/reinforcements — case conversion, trimming, slugify, truncate, mask, template interpolation, HTML helpers, and Arabic detection.

2026-05-29
mongez-reinforcements-types
Softwareentwickler

TypeScript-only utility types from @mongez/reinforcements — Path/PathValue for dot-notation typing, DeepPartial/DeepRequired/DeepReadonly/DeepMutable transforms, Prettify, UnionToIntersection, Branded nominal types, and common aliases.

2026-05-29