Articles by Tag #validation

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

XML Schema Validation 1.1 in Java

This week, I received an interesting task: dusting off a legacy Java application. The application...

Learn More 11 0Nov 13

Welcome Sury - The fastest schema with next-gen DX 🚀

Recently I wrote a comprehensive article about a JavaScript Schema library from the future where I...

Learn More 30 4Apr 28

I built a library to define DTOs, Validation, and Schema in one place. Thoughts?

I've been working on a new project called FluentSchema and would love to get your feedback on the...

Learn More 0 2Oct 18

Practical Next.js Form Validation with @teonord/validator

Form validation doesn't need to be complicated. In this tutorial, I'll show you how to implement...

Learn More 0 1Oct 18

Why I Test Demand Before I Build (and You Probably Should Too)

How testing demand before building can save months of wasted work — and how JoinWaitlist.dev helps indie founders validate ideas fast.

Learn More 1 0Oct 24

Java Records Constructor Validation: Beyond the Boilerplate

Java Records, finalized in Java 16, provide a concise way to create immutable data carriers. But what...

Learn More 0 0Aug 3

Record Companion: Simple Builder Pattern for Java Records

Building on the foundation of clean record validation Java Records transformed how we handle...

Learn More 0 0Aug 16

How to validate fetched response

What's the problem We usually check what the user sends to our server when developing a form in...

Learn More 2 0Sep 18

Blazilla: FluentValidation Integration for Blazor Forms

Form validation is a critical aspect of any web application, and Blazor developers have long sought a...

Learn More 0 0Sep 22

Hacking Hono: The Ins and Outs of Validation Middleware

Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...

Learn More 9 0Feb 3

Zod vs Yup: Choosing the Right Validation Library for Your Frontend Project

In the world of frontend development, data validation plays a crucial role in building robust and...

Learn More 7 2Apr 12

Verification vs Validation: What are the Differences

Introduction The goal of software verification and validation is to determine if the...

Learn More 3 0Jul 16

How to Validate Business Ideas in Just 5 Minutes

Hi, If you have ever wondered what it would be like to create something that was invented in your...

Learn More 7 6Feb 18

Transform zod error into readable error response

Transform zod validation error into FE readable key message object in NestJS Bahasa Indonesia...

Learn More 3 0Dec 27 '24

Validate your data structures with Vine in your Dart projects

Origins Vine is a data validation library developed by Harminder Virk for the Adonis...

Learn More 10 0Feb 27

zod vs class-validator & class-transformer

Comparison of zod with class-validator & class-transformer in NestJS I was confused, or at least...

Learn More 5 3Dec 18 '24

Simplify your environment variable management

Introduction Environment management is an extremely sensitive but almost systematic...

Learn More 2 0Mar 8

Practical Email Validation Using JavaScript: Techniques for Web Developers

Learn how to implement robust email validation using JavaScript, including regex patterns, advanced techniques, and integration with verification services. Get practical code examples and best practices for developers.

Learn More 1 0Dec 20 '24

Zod v4 got 17x Slower than v3 🚦

A surprising finding about Zod v4’s performance, what it means for you, and how to avoid the pitfalls.

Learn More 3 2May 3

Using the same validation logic on the client and server side with Isomorphic-validation.

A step by step tutorial of using isomorphic-validation javascript library on the client and server side.

Learn More 0 0May 7

Understanding Conditional Validation in Laravel with sometimes

Understanding sometimes in Laravel When building apps with Laravel or even rest-api,...

Learn More 1 0May 19

Zod for TypeScript Schema Validation: A Comprehensive Guide

I have really enjoyed using TypeScript in all my node projects, and I like enforcing static type...

Learn More 0 0Dec 30 '24

🔍 Mastering the Uniface lookup Statement: A Developer's Guide to Database Record Checking

As a developer working with Uniface 10.4, understanding the lookup statement is crucial for efficient...

Learn More 1 0Jul 19

Validation in Spring REST Framework (SRF)

Validation is a critical aspect of API development to ensure data integrity and early invalid...

Learn More 1 0Dec 21 '24

How I Built a Repository Validator Tool That Saved Our Team Hours of Code Review

As a senior developer at a tech startup, I was tired of spending hours reviewing repository...

Learn More 0 0Jul 1

JavaScript Email Validation Regex: Ensuring Accuracy in User Inputs

Master JavaScript email validation with regex patterns. Learn implementation techniques, best practices, and integration strategies for ensuring accurate user inputs.

Learn More 0 0Jan 8

Simplifying JSON Validation with Ajv (Another JSON Validator)

Learn how to validate JSON data effectively using Ajv and the Draft 2019-09 JSON Schema, with dynamic meta-schema registration.

Learn More 0 0Jan 4

Class Validator Parent Dto To Child Dto Validation based on the conditions

Parent Dto: export class ContactDto { contact_id : number, contact_type_id : ENUM [I,C] name :...

Learn More 0 1Mar 24

Robust API Input Validation with Joi in Express.js

By Diego Liascovich Full-Stack Developer | Microservices | Angular | Node.js When building REST...

Learn More 0 0Jul 8

Jakarta Validation

Jakarta Validation (Bean Validation) no Spring Boot 🚀 O Jakarta Validation, anteriormente...

Learn More 1 0Jan 31