Articles by Tag #zod

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Fully-Typed HTTP Router for AWS Lambda with Middy and Zod

When I needed to add a couple of REST endpoints to a serverless project, I faced the age-old debate:...

Learn More 6 2Oct 12

Get Started with React Hook Form

Introduction Hi, guys! Recently, I spent some time improving my React skills. And the...

Learn More 14 13Nov 17

Infer Astro Zod Content Schema in TSX React Components avoiding Code Duplication

Astro, the meta-framework JAMStack and Next alternative thanks to its "islands architecture",...

Learn More 4 1Aug 28

⚡ Optimizing Angular Signals with Smart Equality Checks

Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...

Learn More 13 2Sep 7

OpenAPI to TypeScript: a More Reliable and Type-Safe Approach

If you’re building REST API clients (or servers) with TypeScript, you expect type safety to save the...

Learn More 2 0Sep 14

Multi-Image Uploader for Next.js | Shadcn/ui

I’ve always had a thing for building small, efficient, and responsive components—especially when it...

Learn More 13 0Feb 23

Introducing the Zod Schema Designer: A Visual Tool for Creating and Editing Zod Schemas

If you’re a developer using Zod for schema validation in your Next.js or React projects, I have...

Learn More 10 2Dec 30 '24

⚡ Optimizing Angular Signals with Smart Equality Checks

Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...

Learn More 0 0Sep 7

Security by Design with NestJS, zod, ts-rest, and Custom In-House Frameworks

When you build a platform that handles millions of users and sensitive data, security and reliability...

Learn More 0 1Sep 3

Why React Hook Form and Zod are Essential to Build Contact Form

Creating a robust and user-friendly contact form is a vital part of any web application. A poorly...

Learn More 9 1Dec 30 '24

Easily Sync Your Subtitles with React, RHF and shadcn/ui

Introduction As a big fan of movies and TV shows, I often run into subtitle syncing issues...

Learn More 8 0Jan 22

ReScript Schema V9 - Zod-like library to the next level 🚀

The article is an overview of changes introduced in the recently released version 9. After more than...

Learn More 8 0Jan 9

Fastify, Prisma, Zod & Swagger

Fastify Prisma Boilerplate — A Productive API Starter As someone who frequently spins up...

Learn More 7 0Jul 26

How I've been trying to improve mocking with Zod

An article detailing how to use zodObjectBuilder to improve your mocking experiences

Learn More 0 0Dec 27 '24

Shared form with config files in NextJs

Building a shared form for React with zod, react-hook-form and shadcn ui library.

Learn More 1 0Jan 9

Zod: The Ultimate Validation Library for TypeScript

This post was originally posted here on my site codespoetry.com Zod is a TypeScript-first schema...

Learn More 2 0May 30

Zod v4 got 17x Slower than v3 🚦

A surprising finding about Zod v4’s performance, what it means for you, and how to avoid the pitfalls.

Learn More 3 2May 3

Crafting Type-Safe Zod Helpers: A Deep Dive into `preprocess` and TypeScript Wizardry

When building TypeScript applications with Cucumber for testing, a common challenge emerges: handling...

Learn More 2 1May 13

Make Your TypeScript API Responses Safer with Zod (in seconds)

One of the most common problems we run into when trying to type our API responses—besides it being...

Learn More 1 1Jun 16

Branded Types in TypeScript: techniques

In this post, I’ll walk you through several ways to implement branded types in TypeScript. If you’re...

Learn More 6 1Jun 11

Zod for TypeScript Schema Validation: A Comprehensive Guide

I have really enjoyed using TypeScript in all my node projects, and I like enforcing static type...

Learn More 0 0Dec 30 '24

Validating Environment Variables in Node.js with Zod

Ever pushed a project to production only to realize an environment variable was missing or mistyped?...

Learn More 1 0May 22

[Boost]

Zod: The Ultimate Validation Library for TypeScript Ashik...

Learn More 0 1Jun 16

Zod: The Ultimate Validation Library for TypeScript

Zod: The Ultimate Validation Library for TypeScript Ashik...

Learn More 0 0May 30

React MVVM Architecture with TanStack Router: Model Layer

Types are playing an essential part in modern React applications. They’re the foundation for typing...

Learn More 2 2Aug 21

Stop Using Repetitive Validation Logic – Embrace Zod

If you're a backend or fullstack developer, you've probably written this kind of code more times than...

Learn More 0 0May 11

Form - Next15/React19/ReactHookForm + Zod + useActionState

Respuesta Directa Puntos clave: Parece probable que la mejor combinación para manejar...

Learn More 1 0Mar 22

zod-sugar is just ‘zod backwards’ or “zod in reverse”

TLDR: This article introduces the zod-sugar library: https://github.com/samuelkarani/zod-sugar When...

Learn More 0 0Jul 31

Zod and Data modelling

My plan is to develop that app. It has a hierarchic data structure. Zod should validate the data....

Learn More 0 0Feb 25

Zod Validation in [React + Typescript]

Zod Zod is a TypeScript-first schema declaration and validation library. It allows you to...

Learn More 1 0Jan 31