Best of zod2023

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Write your own Zod

    Learn how to create your own Zod library from scratch in Typescript, which provides runtime validation and type safety by defining schemas.

  2. 2
    Article
    Avatar of theodoTheodo·3y

    Parsing REST API Responses in Typescript using Zod

    Learn how to use Zod for parsing REST API responses in Typescript. Zod is a schema validation library that helps ensure the returned data complies with expected rules, leading to more accurate error messages and application stability.