Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
If you're building a frontend application, you're likely working with data. Whether you're fetching...
Form validation is an essential aspect of web development. It plays a crucial role in maintaining an...
Choosing the best validation library for your JavaScript project can be confusing given the many...
Hello everyone 👋 Today I wanted to share one of my recent struggles: uploading files with validation...
I’ve always had a thing for building small, efficient, and responsive components—especially when it...
In a TypeScript world, solid validateing libraries an are essential to your data-structures adheres...
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...
Olá, devs! Neste post, vamos aprender como gerar documentação automática para uma API em uma...
Introduction As a big fan of movies and TV shows, I often run into subtitle syncing issues...
Our Goal or Funda is very simple. Follow 4 steps implement a super duper form with validation with...
Forms are a crucial part of any web application, and building them in a type-safe manner ensures...
The article is an overview of changes introduced in the recently released version 9. After more than...
Data validation is one of the most crucial steps in building a robust backend system ensuring data...
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...
background using zod for validation, and need to internationalize the application. ...
I utilized Server Actions, React Server Components (RSC), and Next’s App Router while exploring Forms...
Using React Query alongside TypeScript and Zod, we can achieve a type-safe, efficient data fetching process in React that ensures consistency
Introduction Form validation is an important aspect of software development. This is...
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.
Zod Zod is a TypeScript-first schema declaration and validation library. It allows you to...
Ever pushed a project to production only to realize an environment variable was missing or mistyped?...
One of the most common problems we run into when trying to type our API responses—besides it being...
Building a shared form for React with zod, react-hook-form and shadcn ui library.
This post was originally posted here on my site codespoetry.com Zod is a TypeScript-first schema...
I have really enjoyed using TypeScript in all my node projects, and I like enforcing static type...
Zod: The Ultimate Validation Library for TypeScript Ashik...
Zod: The Ultimate Validation Library for TypeScript Ashik...