top of page
Search
The Tech Platform
Aug 19, 2023
How to Validate Domain Names in Go(Golang) and C/C++?
Validating a domain name involves checking whether a given string conforms to the rules and conventions of a valid domain name. The rules...
The Tech Platform
Jan 24, 2022
How to Cancel API Requests If You Are Using Observable Pipe in Angular
In an e-mail sign up form, async validation was used to check if typed username was taken or not. “updateOn” value was set as ‘blur’ but...
The Tech Platform
Dec 30, 2021
Data Validation in Python
Data validation is when a program checks the data to make sure it meets some rules or restrictions. There are many different data...
The Tech Platform
Dec 27, 2021
How to perform validations in ASP .NET web applications
For any product that you manufacture today, it is important to perform validation before delivering it to the client. You need to...
The Tech Platform
Jul 5, 2021
How to Validate Domain Name in Go(Golang) and C/C++?
If you or any of your peers have ever been the target of a phishing attempt, you know that it can be dangerous to click on an unknown...
The Tech Platform
Jul 5, 2021
How to Validate a CSV File in JavaScript
Have you ever received an ‘invalid CSV file’ error? If so, you know how frustrating it can be to determine the cause of the error, which...
bottom of page