#software-architecture
2 articles tagged with “software-architecture”
- ·2 min read·explainer
How TypeScript Generics Actually Work
A clear explanation of how TypeScript generics work — real patterns, constraints, and when not to use them, with minimal code.
- ·2 min read·best practice
Beyond Promise.all: Advanced TypeScript Async Await Patterns for High-Throughput Systems
Master advanced typescript async await patterns to eliminate race conditions, handle backpressure, and build highly resilient concurrent systems without breaking your type safety.