This crash course goes over Zod and its most commonly used features. Its primary use case is to define schemas in conjunction with Typescript types to provide a solid combination of compile-time and run-time validation.
Docs: https://zod.dev/
Github repo link: https://github.com/AkileshRao/zod-tut...