A type of denial-of-service (DoS) attack where a process continually replicates itself to deplete available system resources.
"A fork bomb can bring a system to a halt by quickly consuming all available process identifiers."
A distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
"Most web applications follow the client-server model, where the web server serves web pages and the client's browser displays them."
A collection of modular and reusable compiler and toolchain technologies used for developing compiler front ends and back ends.
"LLVM provides a modern, SSA-based compilation strategy, enabling advanced optimizations and code generation for multiple platforms."
A command-line interface tool that generates a new React project with a pre-configured webpack build for development.
"create-react-app allows developers to quickly set up a new React project without configuring build tools."
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."