Kuncheria Kuruvilla

Kuncheria Kuruvilla @kuncheriakuruvilla

Location:
India
Joined:
Jan 13, 2020

Kuncheria Kuruvilla
articles - 6 total

Branded Types in TypeScript: Beyond Primitive Type Safety

When working with TypeScript, we often find ourselves dealing with values that are technically the...

Learn More 0 1Jun 17

Exploring TypeScript Enums and Discriminated Unions

In the realm of software development, effective communication between components is crucial. When...

Learn More 1 0Oct 31 '23

TypeScript Magic: Extracting Route Parameters with Conditional Types

In the world of web development, building and managing routes is a common task. Whether you're...

Learn More 0 0Oct 31 '23

TypeScript Type Utilities: Extracting Array Element Types

TypeScript provides the ability to create custom type utilities that can simplify complex type...

Learn More 0 2Oct 31 '23

iterate , iterate, iterate

Lets cut to the chase and look at what we are trying to do here. We need to write a function that can...

Learn More 9 0Jun 11 '22

Filtering an array against another array conditionally

In this series of articles we look at several practical use cases and see how we can write clean...

Learn More 9 0Jun 11 '22