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 12 0Nov 13 '25

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 '25

Help Validate: A GitHub Project Matching Tool for Developers

I've been noticing a lot of developers asking the same question: "How do I find open-source projects...

Learn More 5 3Jan 9

How to Handle Validation Errors in Symfony the Right Way

Introduction Handling validation errors is something every Symfony API needs — yet it...

Learn More 5 6Jan 1

Porting Zod to C#: ZodSharp – A Zero-Allocation, High-Performance Schema Validation Library for .NET

Porting Zod to C#: ZodSharp – A Zero-Allocation, High-Performance Schema Validation Library...

Learn More 0 0Dec 14 '25

Refined Types in Rust: Parse, Don't Validate

Originally published on Entropic Drift The String Problem How many times have you seen...

Learn More 1 0Dec 28 '25

Stillwater 1.0: Pragmatic Effect Composition and Validation for Rust

Originally published on Entropic Drift I'm proud to announce the release of stillwater 1.0, a...

Learn More 0 0Dec 24 '25

SwiftUI Forms, Validation & Focus Flow Architecture (Production-Grade)

Forms look simple — until they aren’t. Once you add: multiple fields validation rules async...

Learn More 0 0Jan 3

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 '25

Zod vs Yup vs TypeBox: The Ultimate Schema Validation Guide for 2025

Stop guessing your data's shape. Master Zod, Yup, and TypeBox to build bulletproof, type-safe TypeScript applications in 2025. Learn the latest features now.

Learn More 0 0Dec 31 '25

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 '25

Stop Writing Regex for Indonesian IDs, Phones & Currency

Building apps for the Indonesian market? You've probably wasted hours writing regex for NIK...

Learn More 0 0Dec 15 '25

Validating a CLI to sync env vars - would you pay $79?

The Problem Every Developer Faces Setting up a new project? Here's the ritual: Step 1:...

Learn More 0 0Dec 10 '25

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 '25

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 '25

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 '25

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 '25

Building Auth Validation: 5 Lessons on Making Error Messages Actually Helpful

Why you should care You're building a tool that connects to multiple external services....

Learn More 0 0Jan 8

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 '25

`XmlFluentValidator`: Code-First XML Validation That Stays Close to Your Rules

XmlFluentValidator: Code-First XML Validation That Stays Close to Your Rules XML is still...

Learn More 0 0Jan 12

That Ego-Check Moment When You Discover Someone Already Built Your "Unique" Idea... But Way Better

We've all been there: you're in the shower, or on a walk, and BOOM—the "million-dollar idea" strikes....

Learn More 0 0Jan 9

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 '25

🚫My Spring Boot API Accepted Invalid Data…. Until I Learned Input Validation

When I first built REST APIs in Spring Boot, I trusted the client. Big mistake. Suddenly: Empty...

Learn More 2 0Jan 7

Building Type-Safe APIs with itty-spec: A Contract-First Approach

Define your API contract once, get type-safe handlers, automatic validation, and OpenAPI docs. itty-spec makes building robust APIs effortless.

Learn More 26 1Dec 14 '25

CLI Validation Patterns with Maybe Monads

CLI Validation Patterns with Maybe Monads CLI input validation typically scatters error...

Learn More 1 1Jan 9

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 '25

Kneel Before Zod!

TypeScript has changed the game for JavaScript developers by adding static type checking, but it...

Learn More 0 0Jan 16

Validation Is Your API’s First Line of Defense

TypeScript gives developers confidence, but it does nothing to protect your API at runtime. Every...

Learn More 1 1Jan 10

Stillwater Validation for Rustaceans: Accumulating Errors Instead of Failing Fast

Originally published on Entropic Drift The Problem with Result for Validation Most...

Learn More 1 0Dec 4 '25

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 '25