M

A high-performance, distributed in-memory caching system designed to speed up dynamic web applications by reducing database load. Memcached stores key-value pairs in RAM and is used by major platforms...

Definition
M

An efficient binary serialization format that is more compact than JSON. Used in Redis, Fluentd, and applications requiring fast, compact data exchange.

Definition
M

An architectural style that structures an application as a collection of small, loosely coupled, independently deployable services. Each microservice owns its data, communicates via APIs, and can be d...

Definition
M

Software that acts as a bridge between an incoming HTTP request and the application, allowing filtering and modification of requests and responses. In Laravel, middleware handles tasks like authentica...

Definition
M

The process of removing unnecessary characters from source code (whitespace, comments, line breaks) without changing its functionality. Minification reduces file sizes for CSS, JavaScript, and HTML, i...

Definition
M

The native file format of Foundry Modo, a 3D modeling, sculpting, texturing, and rendering application used in product visualization, game development, and film production.

Definition
M

Source code for Mojo, a programming language designed for AI/ML development. It is a superset of Python with systems-level performance via MLIR compilation.

Definition
M

A popular open-source NoSQL document database that stores data in flexible, JSON-like BSON documents. MongoDB is designed for scalability and developer productivity, supporting horizontal scaling thro...

Definition
M

A smart contract language designed for safe resource management on blockchains (Aptos, Sui). Features linear types to prevent asset duplication.

Definition
M

A network communication method that sends data from one source to multiple specific recipients simultaneously, without duplicating the data for each destination. Multicast is used for video streaming,...

Definition
M

AI systems capable of processing and generating multiple types of data, such as text, images, audio, and video, within a single model. Multimodal models can understand relationships across different m...

Definition
M

A logic-less template syntax available in many programming languages. Mustache uses {{tags}} for variable interpolation and is the basis for Handlebars.

Definition
M

An open-source relational database management system that uses SQL for data manipulation. MySQL is one of the most widely deployed databases in the world, known for its reliability, ease of use, and s...

Definition