It’s a common situation when making a website with forms – you want to make sure the user gives you information and you want to make sure the information is valid. At the same time you want to limit users from putting in harmful information. Should be an easy task, right? After all, everyone has filled out an online form by this point, and there are literally thousands of forms out there on the Web that you can reference. Different types of data are rigidly defined. Some of them by governing bodies no less, so there’s documentation out there you can reference to get the exact format of data to be entered. Am I saying form validation is difficult?
Staying Sharp with Rust
The “new native languages” are popular and always growing. Sure there’s still plenty of love for the standard enterprise languages: C# and Java, but both languages have become bloated over time and come with their own inherent problems. When it comes to writing code with a small footprint that runs as a fast as possible … Read moreStaying Sharp with Rust