Showing posts sorted by relevance for query Validate your data with Zod. Sort by date Show all posts
Showing posts sorted by relevance for query Validate your data with Zod. Sort by date Show all posts

Validate your data with Zod

Validate your data with Zod
Preface Surely many developers do not know where the line between Javascript and Typescript is. Some people probably wasted a lot of time understan…
Read more »

A first look at tRPC

A first look at tRPC
All the code for this project can be found at ajcwebdev/a-first-look/trpc .
Read more »

How to get started with the TERN stack

How to get started with the TERN stack
In this post, I'll tell you about the TERN stack, explain why you should think about using it or moving your MERN stack application over to TERN, and show …
Read more »

Learn "Zod" In 5 Minutes

Learn "Zod" In 5 Minutes
Zod is also a library for TypeScript runtime type checking and data validation. It is inspired by Haskell's `newtype` keyword and Rust's `type` keywor…
Read more »