Notes
1CRUD is an abbreviation of Create, Read, Update, and Delete.↩
2A pure function always evaluates the same result value given the same argument value.↩
3JSON Web Tokens are an open, industry standard method for representing claims securely between two parties.↩
6Commanded is MIT licensed, a permissive free software license. This allows reuse within proprietary software, and for commercial purposes.↩
7A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems.↩
8Domain specific language↩
9Regular expression, regex or regexp, is a sequence of characters that define a search pattern in a string.↩
10bcrypt is a password hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher.↩