16:56
Stop Writing Types AND Validation (Use Zod)
If you're using TypeScript, your types disappear at runtime. That means API responses, form inputs, and external data (things that ...
7:14
Zod Makes TypeScript Even Better
Zod is amazing. It is not only an incredible validation library, but the direct interactions it has with TypeScript make it event better.
9:22
Branded Types give you stronger input validation
Thanks for watching, be sure to like and subscribe! For more, go to https://shaky.sh.
17:27
How To Build a TypeScript Login Validation for Beginners
Build a simple login checker using TypeScript In this short DevSoc session, we walk through how to implement a basic login ...
15:44
Fixing TypeScript's Blindspot: Runtime Typechecking
TypeScript only checks types at compile time. And that means that, invalid data, that doesn't have the fields we think are required, ...
31:03
Zod is an amazing validation library that focuses on type safety and ease of use. I love Zod and feel that it makes TypeScript even ...
8:11
Zod Goes Where TypeScript Can't
Zod is dope, please use it (Sorry for the old camera video - have like 5 more of these to burn through and then we'll be all in on the ...
20:19
Если TypeScript работает только на этапе разработки, то библиотека Zod позволяет добавить строгости на этапе runtime и ...
8:55
Zod Validation Typescript - Validate Your Code in Runtime
1-on-1 Frontend Mentorship (90-min paid session) ...
3:20
Build Your own Typescript Validation
A quick guide on building your own zod-like validation in typescript.
18:10
Write The Code You Wish Existed | TypeScript + Nitro API Validation Example
In this video CJ talks about "Dream Code" - code you wish existed, and shows an example of some dream code he made a reality.
1:08:57
The Future of Type Validation with TypeScript - Open Source Friday
Is TypeScript giving you a headache? Join Blackgirlbytes and David Blass TODAY at 1 pm ET to learn about ArkType - the type ...
3:04
TypeScript Types for Laravel Validation Errors
So I'm not a typescript wizard but I'm going to show you something really cool we have a form object an errors subject and a ...
50:25
Zod + NestJS | Validation, Types & Swagger
Learn how to integrate Zod with NestJS to handle validation, TypeScript types, and Swagger documentation — all from a single ...
11:13
Zod Tutorial: https://www.totaltypescript.com/tutorials/zod My Current Project, AI Hero: https://www.aihero.dev/ Announcement ...
6:49
Everything You Know About Validation Is Changing in TypeScript 6.5. #coding #programming #ai
Welcome to FrontEndSystemsLab — your deep dive into what really happens under the hood of modern web development. Here ...
5:40
what is ZOD validation in Typescript
TypeScript is great, but it disappears at runtime. So how do you validate data coming from an API or a Form? In this video, we ...
20:12
REST API Validation in a Typescript front-end by Matteo Orlandi and Lorenzo Pieri
Note: the audio and video has some quality issues due to technical problems. Explore the world of API validation using TypeScript ...
8:37
Validation & Sanitization - Fastify With Typescript - Tutorial
I explain the verify basics of adding validation for your fastify routes and calling request decorators to help run sanitize methods.
11:25
I Switched from Zod to ArkType (Here's Why)
Meet ArkType – a blazing-fast, ergonomic alternative to Zod for runtime validation and static type inference in TypeScript. In this ...