Tag: #generics
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Rust Traits, Generics, and Trait Objects
Traits are Rust's interfaces, and then some. The difference between traits and interfaces, generic trait bounds, the trade-off between static dispatch and dyn trait objects (dynamic dispatch), associated types, blanket i
2026-07-01 · 11 min read #rust#traits#genericsAdvanced TypeScript Patterns Mastery: From Generics to Type Gymnastics — 2025 Practical Guide
Master the advanced type system of TypeScript 5.x. Conditional Types, Mapped Types, Template Literal Types, Branded Types, Zod schema validation, tRPC type-safe APIs — 30 type gymnastics exercises on the path to senior d
2026-03-23 · 29 min read #typescript#generics#type-system#design-patterns#advanced