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...
Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...
I’ve always had a thing for building small, efficient, and responsive components—especially when it...
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...
The article is an overview of changes introduced in the recently released version 9. After more than...
Introduction As a big fan of movies and TV shows, I often run into subtitle syncing issues...
In this post, I’ll walk you through several ways to implement branded types in TypeScript. If you’re...
When I needed to add a couple of REST endpoints to a serverless project, I faced the age-old debate:...
Astro, the meta-framework JAMStack and Next alternative thanks to its "islands architecture",...
A surprising finding about Zod v4’s performance, what it means for you, and how to avoid the pitfalls.
When using the schema z.union([z.object({}), anotherSchema.partial()]);, Zod checks if the object...
Types are playing an essential part in modern React applications. They’re the foundation for typing...
This post was originally posted here on my site codespoetry.com Zod is a TypeScript-first schema...
When building TypeScript applications with Cucumber for testing, a common challenge emerges: handling...
Zod Zod is a TypeScript-first schema declaration and validation library. It allows you to...
Respuesta Directa Puntos clave: Parece probable que la mejor combinación para manejar...
If you’re building REST API clients (or servers) with TypeScript, you expect type safety to save the...
Fastify Prisma Boilerplate — A Productive API Starter As someone who frequently spins up...
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.
Ever pushed a project to production only to realize an environment variable was missing or mistyped?...
Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...
Introduction Zod provides a powerful way to define schemas for validating and transforming...
If you're a backend or fullstack developer, you've probably written this kind of code more times than...
An article detailing how to use zodObjectBuilder to improve your mocking experiences
TLDR: This article introduces the zod-sugar library: https://github.com/samuelkarani/zod-sugar When...
In this article, we will review postbuild.ts file in Zod codebase. We will look at: Where is...
My plan is to develop that app. It has a hierarchic data structure. Zod should validate the data....
In this article, we will review jsr.json file in zod codebase. We will look at: What is JSR? Why...