JS Functions
Exploring some of the expressive features of the language, such as functions as first class objects. Brief encounter with some of the newly introduced functionaliy as part of ECMAScript 2015 (ES6).
Joi Validation
Joi is a node validation module providing general purpose schema based validation.
Hapi Validation with Joi
Hapi & Joi can work together to deliver easy to configure declarative validation for handlers.
Lab-9 Validation
Include an object relationship from donor to user, and render a donors full name on the report view. Incorporate validation into registration view.