Blog
Explore the latest articles, tutorials, and insights on web development, design, and more.
Type inferring from validation schema
Created at August 11, 2025 by vladtopolev
TypeScript
Mastering advanced TypeScript features by learning to infer types from validation schemas inspired by Zod syntax.
TypeScript Challenge #2: Function currying
Created at August 5, 2025 by vladtopolev
TypeScript
TypeScript Challenge
Learn how to implement function currying in TypeScript using advanced types and inference.
TypeScript Challenge #1: Route Path Interpolation
Created at July 30, 2025 by vladtopolev
TypeScript
TypeScript Challenge
Learn how to extract dynamic route parameters in TypeScript using advanced types and recursion.