Blog
Explore the latest articles, tutorials, and insights on web development, design, and more.
TypeScript Challenge #3: RTK Query named hooks based on endpoint definitions
Created at September 24, 2025 by vladtopolev
TypeScript
TypeScript Challenge
Lookup Types
Mapped Types
Template literal
Learn how to create named hooks in RTK Query from endpoint definitions using TypeScript. A step-by-step tutorial for advanced TypeScript developers to write cleaner, strongly typed API code.
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.