February 2018
Beginner to intermediate
316 pages
9h 33m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Notice that the ItemChangeEvent format includes both the old and new image of the data."
A block of code is set as follows:
const raiseTestError = () => { if (Math.floor((Math.random() * 5) + 1) === 3) { throw new Error('Test Error'); // unhandled } }
Bold: Indicates a new term, an important word, or words that you see onscreen.
There is a concise diagramming convention used throughout this book. Cloud-native components have many moving parts, which can clutter diagrams with a ...
Read now
Unlock full access