Tag:typescript
All the articles with the tag "typescript".
Why I embraced Typescript for development
Posted on:June 25, 2021 at 13:00:00Typescript is the future, time to embrace it.
Understanding Assignability in TypeScript
Posted on:December 25, 2022 at 00:00:00TypeScript offers three types of assignability implicit, explicit, and structural.
Zod Typesafe User Input
Posted on:November 26, 2022 at 08:00:00Zod is a TypeScript-first schema declaration and validation library. It ensures that your data is valid before it is submitted to the server