Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
When I needed to add a couple of REST endpoints to a serverless project, I faced the age-old debate:...
Introduction Hi, guys! Recently, I spent some time improving my React skills. And the...
Astro, the meta-framework JAMStack and Next alternative thanks to its "islands architecture",...
Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...
If you’re building REST API clients (or servers) with TypeScript, you expect type safety to save the...
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...
Signals are a powerful tool in Angular to handle reactivity, but they can easily cause unnecessary...
When you build a platform that handles millions of users and sensitive data, security and reliability...
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...
Fastify Prisma Boilerplate — A Productive API Starter As someone who frequently spins up...
An article detailing how to use zodObjectBuilder to improve your mocking experiences
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...
A surprising finding about Zod v4’s performance, what it means for you, and how to avoid the pitfalls.
When building TypeScript applications with Cucumber for testing, a common challenge emerges: handling...
One of the most common problems we run into when trying to type our API responses—besides it being...
In this post, I’ll walk you through several ways to implement branded types in TypeScript. If you’re...
I have really enjoyed using TypeScript in all my node projects, and I like enforcing static type...
Ever pushed a project to production only to realize an environment variable was missing or mistyped?...
Zod: The Ultimate Validation Library for TypeScript Ashik...
Zod: The Ultimate Validation Library for TypeScript Ashik...
Types are playing an essential part in modern React applications. They’re the foundation for typing...
If you're a backend or fullstack developer, you've probably written this kind of code more times than...
Respuesta Directa Puntos clave: Parece probable que la mejor combinación para manejar...
TLDR: This article introduces the zod-sugar library: https://github.com/samuelkarani/zod-sugar When...
My plan is to develop that app. It has a hierarchic data structure. Zod should validate the data....
Zod Zod is a TypeScript-first schema declaration and validation library. It allows you to...