Tag

form validation

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
May 22, 2025 · Backend Development

Using @Valid Annotation for Simplified Form Validation in Spring Boot

This article explains how the @Valid annotation in Spring Boot can automatically enforce bean validation, replace verbose manual checks, support custom validators, and greatly reduce boilerplate code when handling complex form inputs in backend applications.

@ValidBackend DevelopmentJava
0 likes · 8 min read
Using @Valid Annotation for Simplified Form Validation in Spring Boot
php中文网 Courses
php中文网 Courses
May 22, 2025 · Backend Development

PHP Form Data Validation and Filtering Techniques

This article explains how to use PHP functions to validate required fields, email and phone formats, and to filter HTML tags, special characters, and prevent SQL injection, providing clear code examples for each technique.

Data FilteringPHPSecurity
0 likes · 4 min read
PHP Form Data Validation and Filtering Techniques
php中文网 Courses
php中文网 Courses
Mar 20, 2025 · Backend Development

PHP Form Data Validation and Filtering Techniques

This article explains how to use PHP functions to validate required fields, email and phone formats, and to filter HTML tags, special characters, and SQL injection, providing code examples that improve form data security and reliability in web applications.

Data FilteringPHPSecurity
0 likes · 5 min read
PHP Form Data Validation and Filtering Techniques
IT Services Circle
IT Services Circle
Feb 10, 2025 · Frontend Development

Introducing Vorms: A Lightweight 12KB Form Validation Library for Vue 3

Vorms is a 12KB, TypeScript‑based form validation library built with Vue 3's Composition API that offers strong typing, tree‑shakable size, easy integration, and flexible support for Yup, Zod and custom rules, making form handling both simple and powerful.

Composition APITypeScriptVorms
0 likes · 5 min read
Introducing Vorms: A Lightweight 12KB Form Validation Library for Vue 3
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 12, 2024 · Frontend Development

Design and Implementation of a Conditional Filter Tree Component in Vue

This article details the design, data structure, and implementation of a reusable conditional filter tree component using Vue2 and Vue3, covering node addition, deletion, relationship handling, form validation, and provide/inject communication, along with code examples and discussion of challenges and future improvements.

ComponentConditional FilterRecursive Component
0 likes · 29 min read
Design and Implementation of a Conditional Filter Tree Component in Vue
Code Mala Tang
Code Mala Tang
Oct 1, 2024 · Frontend Development

How React Hook Form Cuts Boilerplate and Boosts Performance

This article explains how React Hook Form, a React‑hooks‑based library, reduces form boilerplate, improves readability, and optimizes performance through built‑in validation, smart dependency tracking, and minimal re‑renders, providing code examples and a deep dive into its register implementation.

React-Hook-Formform validationfrontend
0 likes · 16 min read
How React Hook Form Cuts Boilerplate and Boosts Performance
php中文网 Courses
php中文网 Courses
Aug 22, 2024 · Backend Development

Using PHP's is_numeric() Function to Check Numeric Values

This article explains PHP's is_numeric() function, detailing its purpose, usage, return values, and special cases, and provides multiple code examples—including basic numeric checks, form input validation, and edge-case behaviors—to help beginner developers correctly determine whether variables are numeric.

Backend DevelopmentPHPform validation
0 likes · 4 min read
Using PHP's is_numeric() Function to Check Numeric Values
php中文网 Courses
php中文网 Courses
Jun 24, 2024 · Backend Development

PHP Form Data Validation and Filtering Techniques

This article explains how to use PHP functions to validate required fields, email and phone formats, and to filter HTML tags, special characters, and SQL injection risks, providing code examples that help ensure secure and reliable form data handling.

Data FilteringPHPSecurity
0 likes · 4 min read
PHP Form Data Validation and Filtering Techniques
php中文网 Courses
php中文网 Courses
May 13, 2024 · Backend Development

PHP Form Data Validation and Filtering Techniques

This article explains essential PHP techniques for validating and filtering form inputs, covering required field checks, email and phone format validation, HTML tag stripping, special character escaping, and SQL injection prevention, with practical code examples for each method.

Data FilteringPHPSecurity
0 likes · 4 min read
PHP Form Data Validation and Filtering Techniques
php中文网 Courses
php中文网 Courses
Apr 12, 2024 · Backend Development

Understanding PHP's empty() Function: Usage, Behavior, and Practical Examples

This article explains PHP's built‑in empty() function, detailing the conditions under which it returns true, providing clear usage guidelines, and offering multiple code examples for variable checks, form validation, and common pitfalls.

PHPbackendempty
0 likes · 5 min read
Understanding PHP's empty() Function: Usage, Behavior, and Practical Examples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 4, 2024 · Frontend Development

Understanding Vue Form Validation, Scoped Data Attributes, Build Output, Remote Component Loading, and Render‑Function Dropdown

This article explains the principles and implementation details of Vue form validation, the generation of scoped data‑v‑xxx attributes, the composition of build output files, remote loading of .vue components, and how to create a dropdown menu using the render function, providing code examples and step‑by‑step explanations.

Dynamic ComponentRender FunctionScoped CSS
0 likes · 17 min read
Understanding Vue Form Validation, Scoped Data Attributes, Build Output, Remote Component Loading, and Render‑Function Dropdown
Laravel Tech Community
Laravel Tech Community
Mar 6, 2022 · Backend Development

PHP Form Validation Tutorial with Security Best Practices

This article provides a comprehensive PHP form validation tutorial, covering required and optional fields, validation rules using regular expressions, secure handling of user input with trim, stripslashes, and htmlspecialchars, prevention of XSS via $_SERVER['PHP_SELF'] sanitization, and includes complete example code for both the HTML form and processing script.

PHPSecurityWeb Development
0 likes · 9 min read
PHP Form Validation Tutorial with Security Best Practices
JD Retail Technology
JD Retail Technology
Dec 21, 2021 · Frontend Development

Introducing DripForm: An Open‑Source React Dynamic Form Solution

DripForm is an open‑source React form component from JD Retail iPaaS that offers configurable rendering, validation, and visual editing, enabling developers to efficiently build complex, dynamic forms with unified front‑end/back‑end validation, extensibility, and low‑code visual generation.

Dynamic FormsJSON SchemaReact
0 likes · 11 min read
Introducing DripForm: An Open‑Source React Dynamic Form Solution
360 Quality & Efficiency
360 Quality & Efficiency
Nov 5, 2021 · Frontend Development

Custom Form Validation with Element UI in Vue

This article explains what form validation is, why custom validation rules are needed in Vue projects using Element UI, and provides step‑by‑step code examples for binding rules and models, defining custom validators, and handling rich‑text content validation.

Custom RulesElement UIVue
0 likes · 4 min read
Custom Form Validation with Element UI in Vue
ByteFE
ByteFE
Oct 14, 2021 · Fundamentals

Strategy Design Pattern: A Comprehensive Guide

This article explains the Strategy Design Pattern, a behavioral design pattern that enables defining a family of algorithms, encapsulating each one, and making them interchangeable to improve code maintainability and flexibility in software development.

Object-Oriented DesignStrategy Patternalgorithm implementation
0 likes · 7 min read
Strategy Design Pattern: A Comprehensive Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Aug 20, 2020 · Frontend Development

JSON-Based Form Solution for Complex B-end Scenarios in NetEase Cloud Music

NetEase Cloud Music’s frontend team created a JSON‑based form framework that extends Ant Design, offering async validation with error and warning states, reverse‑listener field linking, four exclusive form modes, flexible option loading, and performance‑optimized core‑render separation for complex B‑end applications.

Ant DesignB-end ApplicationComponent Design
0 likes · 12 min read
JSON-Based Form Solution for Complex B-end Scenarios in NetEase Cloud Music