Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

reinforcements

يحتوي reinforcements على 12 من skills المجمعة من hassanzohdy، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
3
محدث
2026-06-18
Forks
2
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

mongez-reinforcements-overview
مطوّرو البرمجيات

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
مطوّرو البرمجيات

@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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-06-17
mongez-reinforcements-objects
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-05-29
mongez-reinforcements-random
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-05-29
mongez-reinforcements-types
مطوّرو البرمجيات

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