A font in which each character occupies the same amount of horizontal space.
"Monospace fonts are commonly used in coding to align characters and make the code easier to read."
An open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.
"OAuth allows users to log into third-party websites with their Google, Facebook, or Twitter accounts without exposing their password."
A variable that stores the memory address of another variable.
"Pointers are used in various programming languages like C and C++ for dynamic memory management."
A feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.
"Mocha's flexible and well-documented API makes it a popular choice for developers writing unit and integration tests for JavaScript applications."
A protocol that provides new devices on a network the information they need to communicate with other devices.
"DHCP automatically assigns IP addresses to devices, making it easier for them to join the network without manual configuration."