October 2018
Intermediate to advanced
590 pages
15h 5m
English
Forms are the basic elements of a web application, and data validation is the most basic security mechanism in a web application. User input must always be validated before being processed. We will start the implementation of TaskAgile from the register page. In this chapter, we will focus on building the registration form and validating inputs on both the frontend and the backend. Along the way, we will practice TDD while we're building the register page and keep recording the code commits so that you can check the details of each step easily.
In this chapter, you will learn the following:
Read now
Unlock full access