Data Validation Overview
What is Validation? Validation ensures data integrity by asserting conditions against data. Examples: Is a value required? What is the maximum length of a string? Is a given date valid? Often referred to as “defensive programming” or “trust but verify.” An essential but often overlooked step in software development.
Read MoreSpring Boot on Kubernetes
Enable Kubernetes in Docker Desktop We will use Docker Desktop to provide us a Test Kubernetes Environment.
Read More