August 2018
Intermediate to advanced
372 pages
9h 29m
English
When we are building applications, it's quite common to find ourselves writing tons of validations on the retrieved input before using the provided information in the system.
Common validations applied to the retrieved data include the following:
There are many mechanisms available for implementing this kind of validation within our code. The most popular of these are based on third-party libraries that rely on annotations that can be extended using regular expressions for specific scenarios. There is even a specification that is part ...
Read now
Unlock full access