Introduction This post explores Zod, a library that provides "TypeScript-first schema validation with static type inference". We'll explore how it...
Introduction This post explores Prisma, an ORM, which stands for Object Relational Mapper. If you're not familiar with ORMs the idea is you can...