B

The maximum rate of data transfer across a network path, typically measured in bits per second (bps, Mbps, Gbps). Bandwidth determines the capacity of a network connection and affects how quickly data...

Definition
B

A standardized test or dataset used to evaluate and compare the performance of AI models on specific tasks. Common AI benchmarks include MMLU for knowledge, HumanEval for code generation, and ImageNet...

Definition
B

Systematic errors in AI systems that produce unfair or discriminatory outcomes, often stemming from biased training data, flawed model design, or societal prejudices encoded in the data. Addressing AI...

Definition
B

A reference management format used with LaTeX for storing bibliographic data (authors, titles, journals, dates) in a structured text format.

Definition
B

Laravel's powerful templating engine that provides a clean syntax for working with PHP in views. Blade templates use the .blade.php extension and support template inheritance, components, slots, and d...

Definition
B

Native file format for Blender, the free and open-source 3D creation suite. It stores the entire project including models, textures, animations, and render settings.

Definition
B

A deployment strategy that maintains two identical production environments (blue and green). New code is deployed to the inactive environment, tested, and then traffic is switched over. This approach...

Definition
B

A popular open-source CSS framework for building responsive, mobile-first websites. It provides pre-built components, a grid system, and utility classes that accelerate front-end development.

Definition
B

A network of compromised computers (bots or zombies) controlled remotely by an attacker (botmaster). Botnets are used to perform coordinated attacks such as DDoS, spam distribution, credential stuffin...

Definition
B

A secondary navigation pattern that displays the user's current location within a website's hierarchy as a trail of links. Breadcrumbs improve usability, help users understand site structure, and prov...

Definition
B

A compression algorithm developed by Google, designed for web content compression. It achieves 20-26% better compression than gzip and is supported by all modern browsers for HTTP compression.

Definition
B

A trial-and-error method used to crack passwords, encryption keys, or login credentials by systematically trying every possible combination until the correct one is found. Countermeasures include rate...

Definition
B

A framework that transforms application source code into container images without requiring a Dockerfile. Cloud Native Buildpacks detect the application language, install dependencies, and produce opt...

Definition
B

An all-in-one JavaScript runtime, bundler, transpiler, and package manager designed for speed. Built with Zig and JavaScriptCore, Bun is a drop-in replacement for Node.js that offers significantly fas...

Definition
C

A general-purpose, procedural programming language developed in the early 1970s at Bell Labs. C provides low-level access to memory, efficient compilation, and is the foundation of many operating syst...

Definition
C

A header file in C/C++ containing function declarations, macros, type definitions, and constants shared across multiple source files.

Definition
C

A modern, object-oriented programming language developed by Microsoft as part of the .NET platform. C# is used for desktop applications, web services (ASP.NET), game development (Unity), and enterpris...

Definition
C

A general-purpose programming language that extends C with object-oriented features, templates, and the Standard Template Library (STL). C++ is used for game engines, operating systems, browsers, and...

Definition