Browsing Tag
validation
4 posts
Using PHP Attributes to Create and Use a Custom Validator in Symfony
Symfony, a leading PHP framework, is consistently updated to leverage modern PHP features. With PHP 8, attributes provide…
Taming Badly Typed External Libraries – How Zod Boosts Type Safety?
TL;DR In our projects, we use AdminJS, an external library that provides a GUI for managing database records.…
The joy of validating with Joi
Validation is a crucial step. But one look at the lines of IFs spawning from endless checks could…
Form validations in Ruby On Rails Application.
In this article, we will learn how to manage server-side and client-side form validations according to our requirements…