Episode Synopsis "Creating APIs Part 8: Validation"
Performance is king (well, after accuracy) in APIs. Sending a request to the Database only to discover that the request is invalid is a waste of resources. Thus, we want to validate the request as soon as it hits the … Continue reading →