A technique in functional programming where a function is applied to its arguments one at a time, with each application returning a new function that accepts the next argument.
"Partial application allows for the creation of simpler functions from more complex ones by pre-filling some of the arguments."
To make something appear in a physical form or bring into physical existence, often used in computing to refer to the process of creating a concrete instance of an abstract concept.
"In database systems, materializing a view involves creating a physical table that contains the result set of a query for performance optimization."
systems and strategies for organizing and storing an organization's documents and other content related to organizational processes.
"ECM solutions help businesses manage their unstructured information, such as emails, documents, and digital assets."
A technique used in computing to allow multiple users to share a single computer simultaneously by interleaving processes or tasks, providing the illusion of concurrent execution.
"Time-sharing systems allow multiple users to access the same computer resources concurrently."