Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Form validation is an essential aspect of web development. It plays a crucial role in maintaining an...
In a TypeScript world, solid validateing libraries an are essential to your data-structures adheres...
I’ve always had a thing for building small, efficient, and responsive components—especially when it...
Olá, devs! Neste post, vamos aprender como gerar documentação automática para uma API em uma...
If you’re a developer using Zod for schema validation in your Next.js or React projects, I have...
Creating a robust and user-friendly contact form is a vital part of any web application. A poorly...
Introduction As a big fan of movies and TV shows, I often run into subtitle syncing issues...
The article is an overview of changes introduced in the recently released version 9. After more than...
In this post, I’ll walk you through several ways to implement branded types in TypeScript. If you’re...
When building TypeScript applications with Cucumber for testing, a common challenge emerges: handling...
When using the schema z.union([z.object({}), anotherSchema.partial()]);, Zod checks if the object...
A surprising finding about Zod v4’s performance, what it means for you, and how to avoid the pitfalls.
One of the most common problems we run into when trying to type our API responses—besides it being...
Respuesta Directa Puntos clave: Parece probable que la mejor combinación para manejar...
Types are playing an essential part in modern React applications. They’re the foundation for typing...
Zod Zod is a TypeScript-first schema declaration and validation library. It allows you to...
This post was originally posted here on my site codespoetry.com Zod is a TypeScript-first schema...
Building a shared form for React with zod, react-hook-form and shadcn ui library.
Ever pushed a project to production only to realize an environment variable was missing or mistyped?...
TLDR: This article introduces the zod-sugar library: https://github.com/samuelkarani/zod-sugar When...
In this article, we will review Pureannotation in zod source code. We will look at: Where to find...
My plan is to develop that app. It has a hierarchic data structure. Zod should validate the data....
Continuing our series, let's delve into the practical implementation using the api-def...
An article detailing how to use zodObjectBuilder to improve your mocking experiences
I have really enjoyed using TypeScript in all my node projects, and I like enforcing static type...
In this article, we will review semver-check.ts file in Zod source code. We will look at: Where is...
Zod: The Ultimate Validation Library for TypeScript Ashik...
Zod: The Ultimate Validation Library for TypeScript Ashik...
If you're a backend or fullstack developer, you've probably written this kind of code more times than...
In this article, we will review postbuild.ts file in Zod codebase. We will look at: Where is...