2026.03.07E·81Zod + tRPC: End-to-End Type-Safe API Design
Explore how Zod schema validation and tRPC solve the pain of REST APIs with manual types. Covers router setup, client-side type inference, error handling with Zod, migrating from REST, and when tRPC is and isn't the right tool.
ZodtRPCTypeScript
→2026.02.20E·74React Hook Form + Zod: Type-Safe Form Validation
Writing form validation from scratch led to edge case hell. React Hook Form + Zod is the optimal combination for type-safe forms.
React Hook FormZodForms
→2025.12.25E·39The Backend Changed the API and My App Crashed: Why You Need Zod
Trusted TypeScript but got crashed by runtime data? Learn why you need 'Runtime Validation' and how to use Zod to secure your data layer.
TypeScriptZodValidation
→