Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This week, I received an interesting task: dusting off a legacy Java application. The application...
Recently I wrote a comprehensive article about a JavaScript Schema library from the future where I...
I've been noticing a lot of developers asking the same question: "How do I find open-source projects...
Introduction Handling validation errors is something every Symfony API needs — yet it...
Porting Zod to C#: ZodSharp – A Zero-Allocation, High-Performance Schema Validation Library...
Originally published on Entropic Drift The String Problem How many times have you seen...
Originally published on Entropic Drift I'm proud to announce the release of stillwater 1.0, a...
Forms look simple — until they aren’t. Once you add: multiple fields validation rules async...
I've been working on a new project called FluentSchema and would love to get your feedback on the...
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.
Form validation doesn't need to be complicated. In this tutorial, I'll show you how to implement...
Building apps for the Indonesian market? You've probably wasted hours writing regex for NIK...
The Problem Every Developer Faces Setting up a new project? Here's the ritual: Step 1:...
How testing demand before building can save months of wasted work — and how JoinWaitlist.dev helps indie founders validate ideas fast.
Java Records, finalized in Java 16, provide a concise way to create immutable data carriers. But what...
Building on the foundation of clean record validation Java Records transformed how we handle...
What's the problem We usually check what the user sends to our server when developing a form in...
Why you should care You're building a tool that connects to multiple external services....
Form validation is a critical aspect of any web application, and Blazor developers have long sought a...
XmlFluentValidator: Code-First XML Validation That Stays Close to Your Rules XML is still...
We've all been there: you're in the shower, or on a walk, and BOOM—the "million-dollar idea" strikes....
Hono’s type system is one of its greatest strengths. If you don’t take some time to understand the...
When I first built REST APIs in Spring Boot, I trusted the client. Big mistake. Suddenly: Empty...
Define your API contract once, get type-safe handlers, automatic validation, and OpenAPI docs. itty-spec makes building robust APIs effortless.
CLI Validation Patterns with Maybe Monads CLI input validation typically scatters error...
In the world of frontend development, data validation plays a crucial role in building robust and...
TypeScript has changed the game for JavaScript developers by adding static type checking, but it...
TypeScript gives developers confidence, but it does nothing to protect your API at runtime. Every...
Originally published on Entropic Drift The Problem with Result for Validation Most...
Hi, If you have ever wondered what it would be like to create something that was invented in your...