#validation
Read more stories on Hashnode
Articles with this tag
Let us assume that you are working on a backend project with NodeJS and this project has lots of API endpoints that need strict validation on each of...
In my article today, I will show you how you can upload both single and multiple files in PHP and save them in a zip file. I will make use of the...
How To Use OctaValidate to Validate Your Server-Side Forms · Form validation is very important to prevent unwanted/malformed data from being stored in...
Today, I will show you how you can generate an input field that will enable users to select a date using JavaScript. Our Date Input will take note of...
octaValidate is a script that I developed to help validate your HTML forms using validation rules, sophisticated regular expressions, and form input...
I was recently tasked with developing a simple form validation using JavaScript. It took me over 2 hours to finish the task and the Logic was quite...