Extensible Markup Language (XML)

A markup language and file format for storing, transmitting, and reconstructing arbitrary data. [Wikipedia link]


JavaScript Object Notation (JSON)

An open-standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. [Wikipedia link]


JavaScript Object Notation (JSON)

An open-standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. [Wikipedia link]


JSON Web Token (JWT)

An open standard for authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]


JSON Web Token or JWT

An open standard for Authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]


Simple Object Access Protocol (SOAP)

A messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. [Wikipedia link]


Tableau

A visual analytics and business intelligence software program. [Wikipedia link]


Technical Debt

The implied cost of future reworking that will be needed when using an easy-but-limited solution instead of a better approach that would take more time. [Wikipedia link]


Web API

An application programming interface (API) for either a web server or a web browser. [Wikipedia link]


Webhook

A web-based (HTTP) callback function that allows event-driven communication between two APIs. [Wikipedia link]