Skip to main content
GitHub repository

typescript-bits

typescript-bits contains 20 collected skills from m10rten, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
20
Stars
10
updated
2026-06-23
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

security-guidelines
information-security-analysts

Security guidelines for TypeScript and Node.js — input validation, injection prevention, authentication hardening, secrets management, HTTP security headers, and common vulnerability patterns

2026-06-23
caching-patterns
software-developers

In-memory caching patterns for TypeScript — memoization, async deduplication, TTL, LRU, stale-while-revalidate, and invalidation strategies

2026-06-21
composition-patterns
software-developers

Concrete patterns for composing behavior from small units — function composition, middleware, decorators, mixins, monad chaining, builders, plugin systems, strategy composition, and type-level composition for TypeScript

2026-06-21
esm-best-practices
software-developers

ESM-specific patterns for TypeScript and Node.js — file extensions, import.meta, dynamic imports, dual packages, and module resolution modes

2026-06-21
http-rest-guidelines
software-developers

Guidelines for designing and implementing HTTP REST APIs — resource naming, HTTP semantics, status codes, error responses, pagination, and versioning

2026-06-21
playwright-best-practices
software-quality-assurance-analysts-and-testers

Production-ready Playwright patterns — config, locators, assertions, page objects, network mocking, and CI setup for reliable E2E tests.

2026-06-21
type-system-patterns
software-developers

Advanced TypeScript type system patterns — branded types, discriminated unions, conditional types, mapped types, template literals, type predicates, and variance

2026-06-21
api-design-guidelines
software-developers

Guidelines for designing public TypeScript APIs — surface area, types, options objects, exports, tree-shaking, and backwards compatibility

2026-06-21
error-handling-patterns
software-developers

Type-safe error handling in TypeScript — Result type, error-as-value philosophy, typed hierarchies, Error.cause chaining, exhaustive matching, and Result combinators

2026-06-21
monorepo-guidelines
software-developers

pnpm workspace monorepo patterns — workspace setup, package anatomy, TypeScript project references, build ordering, versioning, and publishing

2026-06-21
testing-guidelines
software-quality-assurance-analysts-and-testers

Node.js native test runner patterns — assertions, test structure, async tests, isolation, and mocking with node:test and node:assert/strict.

2026-06-21
async-patterns
software-developers

Production-ready async patterns — concurrency control, cancellation, retry, streams, queues, error handling, and anti-patterns for robust asynchronous TypeScript

2026-06-09
complexity-principles
software-developers

Big O notation, asymptotic analysis, time and space complexity, and algorithmic efficiency principles for reasoning about performance at scale

2026-06-09
memory-management-guidelines
software-developers

Production memory management patterns for Node.js/TypeScript — GC fundamentals, leak detection, weak references, caching strategies, object pooling, stream backpressure, and closure memory for V8

2026-06-09
nextjs-best-practices
web-developers

Production-ready Next.js App Router patterns — server components, data fetching, streaming, server actions, caching, routing architecture, middleware, error handling, and performance for modern Next.js applications

2026-06-09
nodejs-best-practices
software-developers

Production-ready Node.js patterns — ESM, native test runner, built-in APIs, async control flow, process management, and security for modern Node.js applications

2026-06-09
react-best-practices
software-developers

Production-ready React best practices — component architecture, React 19 compiler patterns, useEffect discipline, state management, rendering patterns, performance, testing, and code organization for modern React applications

2026-06-09
software-principles-guidelines
software-developers

Core software engineering principles and guidelines — SOLID, DRY, KISS, YAGNI, cohesion, coupling, and structural design patterns for maintainable systems

2026-06-09
typescript-best-practices
software-developers

Production-ready TypeScript best practices — tsconfig, type patterns, generics, error handling, and code organization for strict, maintainable codebases

2026-06-09
zod-best-practices
software-developers

Production-ready Zod 4 patterns — schema composition, parsing, error handling, transforms, and performance for type-safe runtime validation

2026-06-09