Computer — Computer and server systems
Computer: Programmable hardware that processes input and stores or emits results. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Public mini-study
Learn how web services, containers, databases, media pipelines and local AI work together — from first orientation to independent operations and debugging.
32 × 32
Deutsch + English
Level 0–3
Operations & debugging
0 / 1024 completed
Computer: Programmable hardware that processes input and stores or emits results. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Server: A system that continuously provides services or data to other systems. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Client: A program or device that requests a service from a server. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Host: The operating system or machine on which a process or virtual environment runs. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Hardware: The physical components of a computer, such as CPU, RAM, and storage. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Software: Executable programs and data that determine hardware behaviour. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Operating system: The layer that manages hardware and provides processes, files, and networking to programs. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Kernel: The privileged core of an operating system that controls hardware access and resources. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Linux distribution: A Linux kernel bundled with package management, system tools, and maintained packages. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Ubuntu Server: An Ubuntu distribution aimed at server operation without requiring a desktop interface. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →CPU: The processor that executes machine instructions and coordinates computation. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →CPU core: A largely independent execution unit inside a CPU. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Thread: A schedulable flow of control within a process. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →RAM: Volatile working memory for currently needed code and data. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Memory utilization: The occupied portion of memory, including useful caches. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Swap: Disk space into which the kernel can move infrequently used memory pages. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Mass storage: Non-volatile storage for persistently retained data. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →HDD: A magnetic storage device with mechanically moving read/write heads. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →SSD: A non-volatile flash storage device without moving parts. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →File system: The data structures and rules used to organise files on a storage device. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Partition: A logically delimited region of a block device. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Mount point: The directory where a file system is attached to the directory tree. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Network interface: The logical or physical endpoint through which a host sends and receives network packets. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →GPU: A highly parallel processor for graphics and compute workloads. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →VRAM: Fast memory used directly by a GPU for models, textures, and intermediate results. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →NVIDIA driver: The kernel and user-space components connecting the operating system to an NVIDIA GPU. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →System time: The current time maintained by the operating system for logs, certificates, and schedules. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Time zone: A rule set that converts UTC into local time including daylight-saving changes. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Hostname: The local name identifying a computer in the system and often on the network. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Reboot: A controlled restart of the operating system and its services. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Shutdown: The controlled stopping of services and powering down of a system. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →Availability: The proportion of time during which a service is usable as intended. This card shows its role in “Computer and server systems” and a safe diagnostic path.
Open learning card →File: A named sequence of bytes with metadata in a file system. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Directory: A file-system object that maps names to files and subdirectories. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Absolute path: A path that starts at the root and is unambiguous regardless of the working directory. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Relative path: A path resolved relative to the current or specified starting directory. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Working directory: The directory from which a process resolves relative paths. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Root directory: The topmost node of a file-system directory tree. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Home directory: The personal default directory of a user account. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Hidden file: A file whose Unix name begins with a dot and is therefore often hidden. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →File extension: The suffix after the final dot in a name, commonly indicating format or purpose. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →File name: The directory entry name used to address a file. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Case sensitivity: The property of treating upper- and lower-case letters in names as distinct. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Symbolic link: A special file that stores another path as its target. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Hard link: An additional directory name for the same inode and file content. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Inode: The file-system structure holding metadata and block references but not the file name. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Owner: The user account assigned to a file-system object. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Group: A set of user accounts that can be granted shared permissions. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →File permissions: Rules allowing read, write, and execute operations for owner, group, and others. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Read permission: Permission to read file content or list directory names. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Write permission: Permission to modify file content or create and remove directory entries. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Execute permission: Permission to execute a file or traverse a directory. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →umask: A bit mask that removes default permissions when files are created. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Recursive operation: An operation that traverses a directory and its complete subtree. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Glob pattern: A shell pattern such as `*.log` that expands to matching path names. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →File size: The number of bytes logically stored in a file. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Free disk space: Storage capacity not yet occupied and available for new data. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Temporary file: A file for short-lived intermediate data that may be removed after use. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Lock file: A file used by processes to coordinate ownership or exclusive work. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Configuration file: A file storing mutable program settings outside the code. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Log file: An append-oriented file containing time-ordered operational and error messages. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Binary file: A file whose bytes are not directly interpreted as readable text. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Text file: A file whose characters are read using a character encoding. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Character encoding: The mapping between characters and their stored byte sequences. This card shows its role in “Files, paths, and directories” and a safe diagnostic path.
Open learning card →Shell: A program that reads and expands commands and starts programs. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Bash: A common Unix shell with a scripting language and interactive command line. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Terminal: An interface presenting input and output for a shell or console program. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Prompt: The shell input marker showing readiness and often contextual information. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Command: The name of a program or shell built-in to execute. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Argument: A positional value passed to an invoked program. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Option: A usually named switch that changes command behaviour. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Exit code: An integer through which a process reports success or failure to its caller. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Standard output: The normal output stream of a process, file descriptor 1. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Standard error: The separate diagnostic output stream of a process, file descriptor 2. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Standard input: The input stream of a process, file descriptor 0. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Pipe: A connection feeding one process's standard output into the next process's input. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Redirection: A shell instruction connecting input or output streams to files or other destinations. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Environment variable: A named string value inherited by child processes. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Shell variable: A named value in the current shell state that is not automatically inherited. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Quoting: Shell syntax controlling spaces or expansions within an argument. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Escaping: Neutralising the special meaning of an individual character. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Wildcard: A placeholder character such as `*` or `?` in a matching pattern. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Command history: The sequence of previously entered commands stored by the shell. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →Tab completion: The shell feature that completes names and options after pressing Tab. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →pwd: The shell command that prints the absolute path of the working directory. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →cd: The shell command that changes the current shell's working directory. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →ls: The command for listing directory entries and metadata. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →mkdir: The command for creating one or more directories. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →cp: The command for copying files or directory trees. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →mv: The command for moving or renaming files. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →rm: The command for removing directory entries without a recycle bin. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →find: A tool that searches directory trees by file properties. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →grep: A tool that filters text lines using regular expressions. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →head: A tool that outputs the beginning of a text stream. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →tail: A tool that outputs or follows the end of a text stream. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →less: An interactive pager for navigating long text output. This card shows its role in “Shell fundamentals” and a safe diagnostic path.
Open learning card →User account: A stored user identity with a login name, identifier, and assigned permissions. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →System user: A usually non-interactive account under which a service runs with limited privileges. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →UID: The numeric user identifier the kernel uses instead of the name for permission checks. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →GID: The numeric identifier of a Unix group used for shared access permissions. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Root user: The Unix account with unrestricted system privileges. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →sudo: A tool for controlled execution of individual commands under another identity. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Least privilege: The principle of granting an account or process only the privileges required for its task. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Process: A running program instance with its own address space and resources. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →PID: The numeric identifier of a running process. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Parent process: The process that creates another process and can collect its status. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Child process: A process started by a parent process and assigned its own PID. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Daemon: A long-running service process operating in the background. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Foreground process: A process currently attached to the controlling terminal. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Background process: A process that continues without owning the current terminal input. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Signal: An asynchronous kernel notification informing a process about an event or control request. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →SIGTERM: The catchable signal requesting graceful process termination. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →SIGKILL: The uncatchable signal that immediately terminates a process. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Process state: The current scheduler state of a process, such as running, sleeping, or exited. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Zombie process: An exited process whose status has not yet been collected by its parent. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Process priority: The weighting used by the scheduler when distributing CPU time among processes. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Nice value: A Unix value influencing CPU priority, with larger values receiving less preference. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Resource limit: A kernel-enforced ceiling for resources such as memory, processes, or open files. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Open file: A file or other I/O endpoint used by a process through a descriptor. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →File descriptor: A small process-local number referring to an open file, pipe, or socket. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →User group: A collection of user accounts to which shared permissions are assigned. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Ownership change: Changing the user or group assignment of a file-system object. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →chmod: The Unix command for changing file permission bits. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →chown: The Unix command for changing owner and group. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →ps: The tool for taking a snapshot of running processes and their identifiers. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →top: An interactive real-time monitor for processes, CPU, and memory usage. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →htop: An interactive visual process viewer with search and process controls. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →kill: The command for sending a signal to a process or process group. This card shows its role in “Users, permissions, and processes” and a safe diagnostic path.
Open learning card →Network: Connected systems exchanging data through agreed protocols. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →LAN: A geographically limited local network. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →WAN: A network connecting remote local networks across larger distances. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Internet: The global interconnected network based on the Internet protocol suite. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →IP address: A logical address by which an interface is reachable in an IP network. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →IPv4: The IP version using 32-bit addresses. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →IPv6: The IP version using 128-bit addresses and a vastly larger address space. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Subnet: A contiguous IP address range sharing a network prefix. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Subnet mask: An IPv4 mask separating the network prefix from the host portion of an address. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Default gateway: The router to which packets for destinations outside the local network are sent. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Router: A device or process that forwards packets between IP networks. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Switch: A Layer 2 device forwarding Ethernet frames based on MAC addresses. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →MAC address: An identifier of a network interface on the local Ethernet layer. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Port: A 16-bit number mapping TCP or UDP traffic to a service. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →TCP: A connection-oriented transport protocol providing ordered, acknowledged delivery. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →UDP: A connectionless transport protocol without delivery or ordering guarantees. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Socket: An operating-system endpoint for network communication. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Connection: The stateful communication channel between two network endpoints. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Packet: A bounded unit of data with headers and payload transmitted through a network. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Bandwidth: The theoretical or practical amount of data transferable per unit time. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Latency: The delay between sending and observing a response. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Packet loss: The failure of individual transmitted packets to reach their destination. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Loopback: A virtual network interface whose traffic remains within the local host. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →localhost: The name conventionally resolving to the local loopback address. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Private IP address: An address from reserved ranges that is not globally routed on the Internet. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Public IP address: An IP address that is globally routable on the Internet. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →NAT: Rewriting IP addresses or ports at a network boundary. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Firewall: A rule-enforcement point that permits or drops network traffic by its properties. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Inbound traffic: Network traffic arriving at a host or service from outside. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Outbound traffic: Network traffic sent outward by a host or service. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →ping: A diagnostic tool sending ICMP echo requests and measuring response times. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →traceroute: A diagnostic tool revealing router hops toward a destination. This card shows its role in “Networking fundamentals” and a safe diagnostic path.
Open learning card →Web browser: A client that retrieves web resources over HTTP, renders HTML, and executes scripts. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Website: A related collection of web resources under a common origin. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Web server: Software that accepts HTTP requests and returns static or dynamic responses. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →URL: A URI describing the location of and access method for a resource. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →URI: A string that uniquely identifies a resource. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Scheme: The leading URL component such as `https` that specifies access protocol and semantics. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Host: The operating system or machine on which a process or virtual environment runs. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Domain: A hierarchical DNS name that makes services and resources addressable. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Subdomain: A subordinate namespace to the left of a parent domain. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Path: The URL component identifying a resource within an origin. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Query parameter: A named key-value pair after `?` that parameterises a request. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Fragment: The URL component after `#` used locally by the client for navigation. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTP: A stateless request-response protocol for web resources. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTPS: HTTP carried inside an authenticated and encrypted TLS connection. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTP request: A client message containing a method, target, headers, and optional body. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTP response: The server reply containing a status code, headers, and optional payload. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTP method: The verb of an HTTP request that identifies the desired operation. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →GET: The safe HTTP method for retrieving a resource representation. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →POST: The HTTP method for submitting data for server-side processing. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →PUT: The idempotent HTTP method for fully replacing a target resource. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →PATCH: The HTTP method for partially modifying a resource. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →DELETE: The idempotent HTTP method for removing a resource. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →HTTP status code: A three-digit number classifying success, redirection, or failure of an HTTP response. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Header: A named metadata field in an HTTP message. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Body: The optional payload of an HTTP request or response. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Content-Type: The HTTP header specifying the media format and optional character encoding of a body. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →User-Agent: A client identifier in an HTTP header that may describe software and platform. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Cookie: A small value stored and sent by the browser for an origin. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Cache: A fast temporary store avoiding repeated computation or transfer. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Redirect: An HTTP response directing the client to another target. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Origin: The combination of URL scheme, host, and port forming a web security boundary. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Same-origin policy: The browser rule limiting script access across different origins. This card shows its role in “Web fundamentals” and a safe diagnostic path.
Open learning card →Plain text: Unformatted character content without binary structure or markup semantics. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →JSON: A text format for objects, arrays, and primitive values. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →YAML: An indentation-sensitive, human-readable data format commonly used for configuration. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →TOML: A configuration format using typed key-values and tables. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →XML: A textual tree format with nested elements and attributes. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →CSV: A row-oriented tabular format with delimited field values. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Markdown: A lightweight markup language for structured text. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →HTML: The markup language describing a web page's structure and semantics. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →MIME type: A standardised label for content format, such as `image/png`. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →UTF-8: A variable-length Unicode character encoding using one to four bytes. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Unicode: The standard assigning abstract code points to writing-system characters. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Line ending: The character sequence marking the end of a text line, such as LF or CRLF. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Escape sequence: A character sequence encoding a special character or control behaviour. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Key-value pair: A named association from a key to one value. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Object: A structured collection of named properties. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Array: An ordered list of zero or more values. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Boolean: A data type with the two truth values true and false. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Null value: An explicit value representing the absence of a value. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Number: A numeric data value that may be integral or decimal depending on the format. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →String: An ordered sequence of characters. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Schema: A machine-checkable description of allowed data structure and types. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Serialization: Converting a runtime value into a storable or transferable format. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Deserialization: Reconstructing a runtime value from serialised data. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Parser: Software that turns input text into structure according to a grammar. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Syntax error: Input that violates the grammar of the format being used. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Indentation: Leading whitespace that controls readability or, in YAML, nesting. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Comment: Human-readable text ignored by a parser according to the format rules. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Duplicate key: Multiple occurrences of the same key in an object or mapping. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →.env file: A text file of environment variables loaded into processes by a tool. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Secret: A confidential value such as a password, key, or token. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Placeholder: A recognisable substitute marker to be replaced with a real value before use. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Default value: The value used automatically when no explicit value is supplied. This card shows its role in “Data and configuration formats” and a safe diagnostic path.
Open learning card →Failure symptom: The observable effect of a failure without yet claiming its cause. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Error message: Diagnostic output describing the type, location, or identifier of an error. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Reproduction: A sequence of steps that triggers the same failure again. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Minimal reproduction: The smallest reliable set of inputs and steps that triggers a failure. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Hypothesis: A testable proposition about a cause or behaviour. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Root cause: The underlying cause whose correction permanently removes the failure. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Symptom: A measurable or visible sign of a problem. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Correlation: Co-occurrence of two observations without a proven cause-and-effect relationship. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Causation: A demonstrated cause-and-effect relationship between a change and an outcome. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Log analysis: Examining log messages by time and content to diagnose failures. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Timestamp: A time value locating an event in logs or measurements. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Stack trace: The chain of function or method calls at the time of a failure. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Warning: A message about an unusual condition that does not necessarily stop execution. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Error: A condition in which a requested operation did not complete correctly. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Debug level: A highly verbose log level exposing internal state for diagnosis. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Info level: A log level for normal, relevant operational events. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Health check: A repeatable test of the minimum required service state. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Smoke test: A brief test of core functions after startup or a change. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Integration test: A test exercising real interfaces between multiple components. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Regression test: A test detecting recurrence of a previous defect. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Expected state: The documented state a system or test is supposed to reach. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Actual state: The state actually observed in a system or test. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Differential test: A comparison of the same input across two versions or implementations. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Configuration check: Checking that settings exist, are syntactically valid, and take effect. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Syntax check: A check for grammar errors without fully executing the program. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Network check: A layered check of name resolution, route, port, and application response. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Permission check: Checking effective identity and access permissions for a resource. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Storage check: Checking a storage target for mounting, free space, inodes, and writability. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Resource check: Checking whether CPU, RAM, storage, or GPU meets a service requirement. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Rollback: Returning to a previously known working state. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Change history: A chronological record of relevant configuration and software changes. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Root cause analysis: A structured investigation of symptom, cause, correction, and prevention. This card shows its role in “Systematic debugging” and a safe diagnostic path.
Open learning card →Package manager: A tool for installing, upgrading, and removing packages with dependencies. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →APT: The package-management interface for Debian-based systems. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Package source: A configured location from which packages and metadata are obtained. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Repository: A source of versioned packages and their metadata. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Package index: A local catalogue of available package names, versions, and dependencies. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Package version: An identifier for a particular published revision of a package. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Dependency: A component required by another piece of software to function. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Transitive dependency: An indirect dependency required by a direct dependency. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Installation: Copying and registering software for use on a system. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Uninstallation: Controlled removal of installed software and its registration. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Upgrade: Moving to a newer software version while retaining intended data. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Security update: An update that fixes known security vulnerabilities. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Version pinning: Fixing a concrete version so upgrades do not change it unexpectedly. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →systemd: The common Linux service manager and init process. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Unit: A resource definition managed by systemd. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service unit: A systemd file describing service startup, process supervision, and dependencies. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Timer unit: A systemd file activating another unit at times or intervals. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Target unit: A systemd grouping unit used to synchronise multiple units toward a target state. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service status: The load, active, and failure state reported by systemd for a service. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service start: Instructing the service manager to start an inactive service. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service stop: Controlled termination of a running service by the service manager. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service restart: Stopping and then starting a service again. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Service autostart: Enabling a service to start automatically at a boot target. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →System journal: The structured, centrally queried log store maintained by systemd-journald. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →journalctl: The tool for querying the structured systemd journal. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →systemctl: The tool for controlling and inspecting systemd units. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Boot process: The sequence from loading the kernel to reaching requested system targets. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →EnvironmentFile: A file of environment variables read by a systemd unit. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →ExecStart: The systemd directive containing the main command started for a service. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Restart policy: The rule determining when a service manager restarts an exited process. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Unit dependency: A declared ordering or requirement relationship between systemd units. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Load state: The systemd state indicating whether a unit file was found and loaded successfully. This card shows its role in “Linux services and packages” and a safe diagnostic path.
Open learning card →Block device: A storage device exposing data in addressable blocks. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Volume: A logically usable storage region with its own lifecycle. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Bind mount: Making an existing directory tree available at a second mount point. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Network share: Shared file storage exposed through a network protocol. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →SMB: A network protocol for file and printer sharing, especially in Windows environments. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →NFS: A Unix-oriented protocol for remote file systems. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Storage capacity: The total amount of data a storage target can logically hold. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Disk usage: The occupied portion of a file system, including metadata. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Reserved space: Space retained by a file system for administration or privileged processes. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →File system check: A consistency check of a file system’s metadata and references. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Snapshot: A point-in-time view of data, often implemented with copy-on-write. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Backup: A separate copy from which lost or damaged data can be restored. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Full backup: A backup of all selected data independent of earlier backups. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Incremental backup: A backup of changes since the most recent backup of any type. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Differential backup: A backup of all changes since the most recent full backup. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Restore: Recovering backed-up data into a usable state. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Restore test: A controlled recovery attempt proving that a backup is usable. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Backup rotation: Rule-based retention and deletion of backups across time. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Retention period: The defined duration for which data or backups are retained. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Offsite backup: A backup stored in a geographically or administratively separate location. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →3-2-1 backup rule: The recommendation for three copies on two media types with one offsite copy. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Checksum: A computed verification value for detecting unintended data changes. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →SHA-256: A cryptographic hash function producing a 256-bit digest. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Data integrity: The property that data remains complete and unintentionally unaltered. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Atomic write: A write operation whose result becomes visible either completely or not at all. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →File synchronization: Reconciling two file sets based on their differences. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →rsync: A tool for efficiently synchronising file trees based on differences. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Archive: A file bundling multiple files and metadata. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Compression: Encoding data using less storage space. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →tar: An archive format and tool bundling file trees with metadata. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Deletion deadline: The defined time after which data should be removed automatically. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →Data lifecycle: The sequence of data creation, use, retention, and deletion. This card shows its role in “Storage and backups” and a safe diagnostic path.
Open learning card →DNS: The distributed system resolving domain names into resource data. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →DNS zone: An administratively managed portion of the DNS namespace. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Resource record: A typed DNS data record containing a name, value, and lifetime. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →A record: A DNS record mapping a name to an IPv4 address. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →AAAA record: A DNS record mapping a name to an IPv6 address. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →CNAME record: A DNS alias pointing one name to another canonical name. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →TXT record: A DNS record for text values, often used for verification or policy declarations. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →MX record: A DNS record naming responsible mail servers and their priorities. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Name server: An authoritative or recursive service that answers DNS queries. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Resolver: A service answering DNS queries recursively or from cache. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →DNS cache: A cache of resolved DNS answers retained until their TTL expires. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →DNS TTL: The permitted caching lifetime of a DNS record in seconds. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →DNS propagation: The delayed visibility of changed DNS answers caused by distributed caches. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Certificate: A signed document binding a public key to names. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Certificate authority: A trust authority that validates identities and digitally signs certificates. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Let's Encrypt: A public automated certificate authority providing free TLS certificates. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →TLS: A protocol providing authenticated, confidential, integrity-protected connections. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →TLS handshake: The setup of a TLS connection including negotiation, certificate validation, and key establishment. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Public key: The shareable key component used for encryption or signature verification. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Private key: The secret key component used for decryption or signature creation. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Certificate chain: The sequence from a server certificate through intermediates to a trusted root. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →SNI: The TLS extension through which a client states the requested hostname during the handshake. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →HSTS: An HTTP header instructing browsers to use HTTPS exclusively for a period. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →CDN: A distributed network of edge servers delivering content closer to users. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Reverse tunnel: An internally initiated connection carrying controlled external access back inward. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Cloudflare Tunnel: An outbound connection from `cloudflared` to Cloudflare’s edge for published origins. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →cloudflared: The agent establishing Cloudflare tunnels and forwarding to origin services. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Tunnel token: A confidential credential allowing a tunnel agent to join a tunnel configuration. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Public hostname: The publicly resolvable DNS name through which a service is addressed. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Origin service: The internal origin service to which a proxy or tunnel forwards requests. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Zero Trust: An access model that trusts no network location by default and evaluates every request. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Access policy: A rule defining identities and conditions for permitted access. This card shows its role in “DNS, TLS, CDN, and tunnels” and a safe diagnostic path.
Open learning card →Container isolates a process with its own filesystem and network namespace. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container image provides the immutable filesystem and startup metadata for a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Image layer stores one immutable filesystem change inside an image. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Dockerfile reproducibly describes how Docker builds an image from instructions. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Build context is the file set available to the Docker builder for COPY and ADD. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Base image provides the immutable filesystem and startup metadata for a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Image tag is a human-readable and mutable reference to an image version. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Image digest identifies image content immutably through a cryptographic hash. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container registry stores and distributes versioned container images. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker Hub stores and distributes versioned container images. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container runtime belongs to Docker's control path between a user command and a running container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker Engine belongs to Docker's control path between a user command and a running container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker daemon belongs to Docker's control path between a user command and a running container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker CLI belongs to Docker's control path between a user command and a running container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container start controls a defined transition in the container lifecycle. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container stop controls a defined transition in the container lifecycle. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container restart controls a defined transition in the container lifecycle. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container log contains standard output and standard error from the container's main process. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Port mapping maps a reachable host port to a listening container port. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container port maps a reachable host port to a listening container port. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Host port maps a reachable host port to a listening container port. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker network provides isolated name resolution and packet transport between containers. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Bridge network provides isolated name resolution and packet transport between containers. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Overlay network provides isolated name resolution and packet transport between containers. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker volume attaches persistent or host-provided data to a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Bind mount attaches persistent or host-provided data to a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Read-only mount attaches persistent or host-provided data to a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Entrypoint defines the program and arguments run as PID 1 in a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Command defines the program and arguments run as PID 1 in a container. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Container environment passes runtime configuration to the process as key-value pairs. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Health check periodically verifies that a service is functional rather than merely started. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Restart policy controls a defined transition in the container lifecycle. This card shows its role in “Docker fundamentals” and a safe diagnostic path.
Open learning card →Docker Compose declaratively describes multiple container services as one application. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Compose file declaratively describes multiple container services as one application. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Compose service groups reproducibly configured containers inside a Compose namespace. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Compose project groups reproducibly configured containers inside a Compose namespace. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Docker Swarm is part of the cluster that assigns service desired state to available nodes. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm manager is part of the cluster that assigns service desired state to available nodes. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm worker is part of the cluster that assigns service desired state to available nodes. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm node is part of the cluster that assigns service desired state to available nodes. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Stack groups related Swarm services from a declarative stack file. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm service represents desired configuration, concrete execution, or replica state of a Swarm service. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm task represents desired configuration, concrete execution, or replica state of a Swarm service. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Replica represents desired configuration, concrete execution, or replica state of a Swarm service. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Desired state represents desired configuration, concrete execution, or replica state of a Swarm service. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Current state represents desired configuration, concrete execution, or replica state of a Swarm service. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Rolling update controls the order, pace, and rollback behavior of a service update. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Update parallelism controls the order, pace, and rollback behavior of a service update. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Update delay controls the order, pace, and rollback behavior of a service update. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Rollback configuration controls the order, pace, and rollback behavior of a service update. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Placement constraint restricts tasks to nodes with matching roles or labels. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Resource limit limits consumption or reserves schedulable CPU and memory resources. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Resource reservation limits consumption or reserves schedulable CPU and memory resources. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm secret delivers sensitive or regular configuration data to selected services in a controlled way. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Swarm config delivers sensitive or regular configuration data to selected services in a controlled way. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Overlay network connects services across the cluster and resolves their logical names. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Ingress network connects services across the cluster and resolves their logical names. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Routing mesh connects services across the cluster and resolves their logical names. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Service discovery connects services across the cluster and resolves their logical names. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Portainer provides a web interface for inspecting and managing Docker. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Stack editor groups related Swarm services from a declarative stack file. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Stack deployment groups related Swarm services from a declarative stack file. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Service scaling changes the desired number of identical service replicas. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Service inspect shows the complete active service specification held by the Swarm manager. This card shows its role in “Compose, Swarm, and Portainer” and a safe diagnostic path.
Open learning card →Reverse proxy mediates connections between client and destination but in opposite trust directions. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Forward proxy mediates connections between client and destination but in opposite trust directions. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Router rule decides from host or path which router handles a request. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Host rule decides from host or path which router handles a request. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →PathPrefix rule decides from host or path which router handles a request. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →EntryPoint defines the listening address and port of a Traefik ingress. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Middleware modifies or checks a request between router and backend. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Backend service describes reachable target instances and their distribution behind the proxy. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Load balancer describes reachable target instances and their distribution behind the proxy. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Upstream describes reachable target instances and their distribution behind the proxy. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Traefik is a reverse-proxy web server for routing, TLS, and forwarding. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Traefik provider supplies Traefik with dynamic routing objects from an infrastructure source. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Docker provider supplies Traefik with dynamic routing objects from an infrastructure source. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Swarm provider supplies Traefik with dynamic routing objects from an infrastructure source. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Traefik label encodes dynamic Traefik configuration directly on a container or service. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →nginx is a reverse-proxy web server for routing, TLS, and forwarding. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →nginx server block selects the virtual host, path scope, and forwarding target in nginx. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →nginx location block selects the virtual host, path scope, and forwarding target in nginx. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →proxy_pass selects the virtual host, path scope, and forwarding target in nginx. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Forwarded header carries original protocol, host, or client address across proxy boundaries. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →X-Forwarded-For carries the original client IP as an ordered proxy chain. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →X-Forwarded-Proto tells the backend the original client scheme such as HTTPS. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →X-Real-IP carries original protocol, host, or client address across proxy boundaries. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →WebSocket upgrade upgrades an HTTP connection to a persistent bidirectional connection. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Request timeout limits waiting time for connection setup or an upstream response. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Response timeout limits waiting time for connection setup or an upstream response. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Upload limit limits request size or frequency before the backend. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Request body limit limits request size or frequency before the backend. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Sticky session binds repeated client requests to the same backend instance. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Rate limit limits request size or frequency before the backend. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Compression middleware compresses eligible HTTP responses according to Accept-Encoding. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →Access log records each proxy request with status, target, and duration. This card shows its role in “Reverse proxies and routing” and a safe diagnostic path.
Open learning card →HTML document structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →DOM is the runtime-mutable object structure of the loaded HTML document. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →HTML element structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →HTML attribute structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Semantic HTML structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Form structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Input field structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Button structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Label structures content and interaction as accessible browser document elements. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS controls selection, values, and size calculation of visual presentation. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS selector controls selection, values, and size calculation of visual presentation. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS class controls selection, values, and size calculation of visual presentation. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS custom property controls selection, values, and size calculation of visual presentation. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS box model controls selection, values, and size calculation of visual presentation. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Flexbox arranges elements along one or two layout axes. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →CSS Grid arranges elements along one or two layout axes. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Responsive design adapts layout and interaction to available space and device characteristics. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Media query adapts layout and interaction to available space and device characteristics. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →JavaScript provides the language and standard used to program browser state and interaction. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →ECMAScript provides the language and standard used to program browser state and interaction. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Event reports a user or browser action and attaches reacting code. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Event listener reports a user or browser action and attaches reacting code. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Fetch API performs asynchronous network work and represents its eventual result. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Promise performs asynchronous network work and represents its eventual result. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →async and await performs asynchronous network work and represents its eventual result. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Browser storage stores small key-value data in the browser with different lifetimes. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Local Storage stores small key-value data in the browser with different lifetimes. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Session Storage stores small key-value data in the browser with different lifetimes. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →File upload passes user-selected files to browser logic and an upload endpoint. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Drag and drop passes user-selected files to browser logic and an upload endpoint. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Progress indicator visualizes measurable upload or processing progress instead of mere waiting. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Web accessibility makes content usable by keyboard, screen readers, and sufficient contrast. This card shows its role in “Frontend fundamentals” and a safe diagnostic path.
Open learning card →Backend processes server-side rules, data access, and responses behind a web interface. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Application server processes server-side rules, data access, and responses behind a web interface. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Node.js forms the JavaScript runtime, package tool, and project manifest of a Node project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →npm forms the JavaScript runtime, package tool, and project manifest of a Node project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →package.json forms the JavaScript runtime, package tool, and project manifest of a Node project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Python forms the language, isolated package environment, and installer of a Python project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Virtual environment forms the language, isolated package environment, and installer of a Python project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →pip forms the language, isolated package environment, and installer of a Python project. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →FastAPI serves a Python web application through an ASGI server and optional process manager. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →ASGI serves a Python web application through an ASGI server and optional process manager. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Uvicorn serves a Python web application through an ASGI server and optional process manager. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Endpoint maps an HTTP method and URL path to a backend function. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Route maps an HTTP method and URL path to a backend function. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Request model defines and validates the shape, types, and output of API data. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Response model defines and validates the shape, types, and output of API data. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Validation defines and validates the shape, types, and output of API data. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Middleware runs reusable cross-cutting logic or supplied dependencies per request. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Dependency injection runs reusable cross-cutting logic or supplied dependencies per request. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Background task moves work out of the direct response path or executes waiting work concurrently. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Multipart upload transfers large files in chunks rather than as one JSON object. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Streaming response transfers large files in chunks rather than as one JSON object. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Server-sent events keeps a connection open for server updates or bidirectional messages. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →WebSocket keeps a connection open for server updates or bidirectional messages. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →OpenAPI describes API contracts in machine-readable form and presents them interactively. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Swagger UI describes API contracts in machine-readable form and presents them interactively. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Error handling translates internal failures into controlled, logged HTTP responses. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Exception handler translates internal failures into controlled, logged HTTP responses. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →CORS defines which browser origins may read an API or send credentials. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Pydantic defines and validates the shape, types, and output of API data. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Async function moves work out of the direct response path or executes waiting work concurrently. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Worker process moves work out of the direct response path or executes waiting work concurrently. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Gunicorn serves a Python web application through an ASGI server and optional process manager. This card shows its role in “Backends and web APIs” and a safe diagnostic path.
Open learning card →Relational database stores structured data transactionally and serves it to multiple clients through SQL. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →PostgreSQL stores structured data transactionally and serves it to multiple clients through SQL. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database server stores structured data transactionally and serves it to multiple clients through SQL. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database stores structured data transactionally and serves it to multiple clients through SQL. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database schema organizes records into named structures with defined types. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Table organizes records into named structures with defined types. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Column organizes records into named structures with defined types. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Row organizes records into named structures with defined types. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Data type organizes records into named structures with defined types. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Primary key enforces identity, relationships, or valid values directly in the database. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Foreign key enforces identity, relationships, or valid values directly in the database. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Unique constraint enforces identity, relationships, or valid values directly in the database. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Not-null constraint enforces identity, relationships, or valid values directly in the database. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database index accelerates matching search and sort operations at the cost of storage and writes. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →B-tree index accelerates matching search and sort operations at the cost of storage and writes. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →SQL is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →SELECT is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →INSERT is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →UPDATE is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →DELETE is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →JOIN is a statement for reading, writing, or joining relational data. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Transaction groups changes so they fully apply or are safely discarded. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →COMMIT groups changes so they fully apply or are safely discarded. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →ROLLBACK groups changes so they fully apply or are safely discarded. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →ACID groups changes so they fully apply or are safely discarded. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Connection pool keeps a limited set of reusable database connections. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database migration moves schema and data reproducibly from one version to the next. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database role defines database identity and allowed operations according to least privilege. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database user defines database identity and allowed operations according to least privilege. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →Database permission defines database identity and allowed operations according to least privilege. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →pg_dump exports logical PostgreSQL structures and data into a backup format. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →pg_restore restores an archive created by pg_dump in a controlled way. This card shows its role in “PostgreSQL” and a safe diagnostic path.
Open learning card →SQLite stores a relational database directly in one local file. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Database file stores a relational database directly in one local file. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Write-ahead logging writes changes to a WAL log first and improves concurrent reads. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →SQLite transaction stores a relational database directly in one local file. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis keeps data primarily in memory for very fast key access. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →In-memory database keeps data primarily in memory for very fast key access. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis key is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis value is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Expiration automatically deletes a Redis key after a defined remaining lifetime. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis TTL automatically deletes a Redis key after a defined remaining lifetime. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis hash is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis list is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis set is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis sorted set is a Redis data structure with its own access and ordering semantics. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis Pub/Sub distributes transient messages to currently connected subscribers without persistence. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Redis persistence persists Redis data periodically or as an append-only change log. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →RDB snapshot persists Redis data periodically or as an append-only change log. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →AOF persists Redis data periodically or as an append-only change log. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Cache avoids expensive recomputation through reusable results and measurable hits. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Cache miss avoids expensive recomputation through reusable results and measurable hits. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Cache hit avoids expensive recomputation through reusable results and measurable hits. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Job queue moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Job moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Producer moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Consumer moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Queue worker moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →FIFO moves discrete work items from a producer to a processing worker. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Retry reprocesses failed jobs or isolates them after limited attempts. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Dead-letter queue reprocesses failed jobs or isolates them after limited attempts. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Visibility timeout temporarily reserves a fetched job until it is acknowledged or becomes visible again. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Idempotency key makes repeated equivalent requests have the same effect through a stable key. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Distributed lock coordinates exclusive access by multiple processes through a shared lock key. This card shows its role in “SQLite, Redis, and queues” and a safe diagnostic path.
Open learning card →Identity represents a person or service identity with associated account state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Account represents a person or service identity with associated account state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Registration represents a person or service identity with associated account state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Login verifies credentials and starts or ends an authenticated context. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Logout verifies credentials and starts or ends an authenticated context. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Authentication verifies credentials and starts or ends an authenticated context. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Authorization decides after identity verification whether a specific action is allowed. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Password hash stores passwords as deliberately expensive one-way derivations with an individual random value. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Salt stores passwords as deliberately expensive one-way derivations with an individual random value. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Argon2 stores passwords as deliberately expensive one-way derivations with an individual random value. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →bcrypt stores passwords as deliberately expensive one-way derivations with an individual random value. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Session links a random browser identifier to server-side login state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Session ID links a random browser identifier to server-side login state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Session cookie links a random browser identifier to server-side login state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Access token carries time-limited access claims or renews them without a password. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Refresh token carries time-limited access claims or renews them without a password. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →JWT carries time-limited access claims or renews them without a password. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →OAuth 2.0 standardizes delegated authorization and adds verifiable user identity. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →OpenID Connect standardizes delegated authorization and adds verifiable user identity. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Google login connects an external identity provider through an exactly registered callback address. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Discord login connects an external identity provider through an exactly registered callback address. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Callback URL connects an external identity provider through an exactly registered callback address. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →CSRF prevents or limits cross-site state-changing requests carrying existing cookies. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →SameSite cookie prevents or limits cross-site state-changing requests carrying existing cookies. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Secure cookie restricts session cookies to HTTPS and removes JavaScript access. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →HttpOnly cookie restricts session cookies to HTTPS and removes JavaScript access. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Role model decides after identity verification whether a specific action is allowed. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Permission check decides after identity verification whether a specific action is allowed. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Account recovery represents a person or service identity with associated account state. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Email verification confirms control of a communication channel through short-lived one-time tokens. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Brute-force protection limits repeated login attempts per identity and source. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Login rate limit verifies credentials and starts or ends an authenticated context. This card shows its role in “Accounts, authentication, and sessions” and a safe diagnostic path.
Open learning card →Monitoring makes system state visible through selected signals and explorable relationships. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Observability makes system state visible through selected signals and explorable relationships. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Metric is a numeric time-series value with a name, labels, and timestamp. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Log records discrete events and bounds their local storage use. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Trace links work steps or logs from the same request across service boundaries. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Event describes one state-changing occurrence with time and context. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Dashboard combines selected measurements for a specific operational purpose. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Alert triggers a notification for an actionable measured condition. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Threshold triggers a notification for an actionable measured condition. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Uptime measures reachability over time or through repeated external functional checks. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Availability check measures reachability over time or through repeated external functional checks. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Liveness probe separates process liveness from readiness to receive real traffic. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Readiness probe separates process liveness from readiness to receive real traffic. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →CPU metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Memory metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Disk metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Network metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →GPU metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Queue metric measures utilization or saturation of a specific technical resource. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Request rate quantifies request volume, error fraction, or request duration. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Error rate quantifies request volume, error fraction, or request duration. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Response time quantifies request volume, error fraction, or request duration. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Percentile describes a distribution boundary instead of an outlier-sensitive average. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →P50 describes a distribution boundary instead of an outlier-sensitive average. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →P95 describes a distribution boundary instead of an outlier-sensitive average. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →P99 describes a distribution boundary instead of an outlier-sensitive average. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Prometheus collects numeric metrics from instrumented targets using a pull model. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Exporter collects numeric metrics from instrumented targets using a pull model. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Grafana visualizes and alerts on data from connected observability sources. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Structured log records discrete events and bounds their local storage use. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Correlation ID links work steps or logs from the same request across service boundaries. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →Log rotation records discrete events and bounds their local storage use. This card shows its role in “Monitoring and observability” and a safe diagnostic path.
Open learning card →FFmpeg is a command-line framework for reading, filtering, and writing media streams. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →ffprobe reads container, stream, codec, and timing information without transcoding. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Media container packages encoded streams or changes only their wrapper without re-encoding. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Codec defines compression and conversion between raw and encoded media. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Encoder defines compression and conversion between raw and encoded media. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Decoder defines compression and conversion between raw and encoded media. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Transcoding defines compression and conversion between raw and encoded media. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Remuxing packages encoded streams or changes only their wrapper without re-encoding. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Bitrate controls data volume and quality distribution across a medium's duration. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Constant bitrate controls data volume and quality distribution across a medium's duration. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Variable bitrate controls data volume and quality distribution across a medium's duration. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →CRF controls data volume and quality distribution across a medium's duration. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Two-pass encoding controls data volume and quality distribution across a medium's duration. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Resolution determines the spatial or temporal structure of a video stream. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Aspect ratio determines the spatial or temporal structure of a video stream. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Frame rate determines the spatial or temporal structure of a video stream. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Keyframe determines the spatial or temporal structure of a video stream. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →GOP determines the spatial or temporal structure of a video stream. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Pixel format describes digital color channels, range, and color resolution of an image. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Color space describes digital color channels, range, and color resolution of an image. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Chroma subsampling describes digital color channels, range, and color resolution of an image. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →H.264 is a video codec with its own balance of quality, compute cost, and compatibility. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →H.265 is a video codec with its own balance of quality, compute cost, and compatibility. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →VP9 is a video codec with its own balance of quality, compute cost, and compatibility. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →AV1 is a video codec with its own balance of quality, compute cost, and compatibility. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →AAC is a lossy audio codec with different container and device profiles. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Opus is a lossy audio codec with different container and device profiles. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →MP3 is a lossy audio codec with different container and device profiles. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Stream mapping explicitly selects which video, audio, or subtitle streams are written. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Filtergraph connects media filters with named inputs and outputs into a processing pipeline. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Hardware encoding performs video encoding on specialized hardware or general CPU cores. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →Software encoding performs video encoding on specialized hardware or general CPU cores. This card shows its role in “FFmpeg, containers, and codecs” and a safe diagnostic path.
Open learning card →MP4 is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →WebM is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Matroska is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →MOV is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →AVI is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →WAV stores audio uncompressed or losslessly and suits editing and archiving. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →FLAC stores audio uncompressed or losslessly and suits editing and archiving. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →OGG is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →M4A is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →PNG is a raster image format with its own support for quality, animation, or transparency. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →JPEG is a raster image format with its own support for quality, animation, or transparency. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →WebP is a raster image format with its own support for quality, animation, or transparency. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →AVIF is a media container that bundles supported video, audio, and metadata streams. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →GIF is a raster image format with its own support for quality, animation, or transparency. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →SVG describes shapes mathematically and remains sharp when enlarged. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →PDF preserves page layout or recovers text from scanned document pages. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →PDF page preserves page layout or recovers text from scanned document pages. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Raster image stores an image as a finite pixel grid with fixed resolution. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Vector graphic describes shapes mathematically and remains sharp when enlarged. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Alpha channel stores per-pixel opacity in addition to color values. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Transparency stores per-pixel opacity in addition to color values. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Image compression reduces image data without information loss or by discarding detail in a controlled way. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Lossless compression reduces image data without information loss or by discarding detail in a controlled way. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Lossy compression reduces image data without information loss or by discarding detail in a controlled way. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Metadata stores extra information such as capture time, orientation, or device model outside the pixels. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →EXIF stores extra information such as capture time, orientation, or device model outside the pixels. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →ICC color profile maps numeric color values to a defined color space for consistent display. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →DPI is print-density metadata and does not by itself change pixel dimensions. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Audio channel is one discrete audio stream within mono, stereo, or multichannel sound. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Sample rate states how many audio samples are stored per second. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Bit depth determines the numeric range of each uncompressed audio sample. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Document OCR preserves page layout or recovers text from scanned document pages. This card shows its role in “Media, image, and document formats” and a safe diagnostic path.
Open learning card →Artificial intelligence is the umbrella term for systems that automate tasks such as perception, reasoning, or planning. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Machine learning derives decision rules from example data instead of programming every rule by hand. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Deep learning uses many stacked neural layers to learn features directly from large datasets. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A neural network connects weighted computational units in layers and adjusts their weights from an error signal. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A model is the learned mathematical mapping that turns inputs into predictions or generated outputs after training. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A model weight is a learned numeric value that controls how strongly a signal affects another model component. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A parameter is a model value optimized during training; parameter count affects memory use and capacity. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Training repeatedly computes predictions, errors, and weight updates over example data. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Training data are the examples from which a model learns patterns; selection and labeling shape its behavior. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Inference runs an already trained model on new inputs without further weight updates. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →An input is data encoded for a model, such as token IDs, normalized pixels, or audio samples. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →An output is the raw or post-processed model result, such as logits, text tokens, an image tensor, or a transcript. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A tensor is a multidimensional numeric array with a data type and shape used by ML frameworks. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A batch groups multiple examples into one computation and trades memory consumption for throughput. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →An epoch is one complete pass through the dataset selected for training. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →The learning rate scales each optimization step; values that are too high destabilize learning, while low values slow it down. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A loss function expresses the difference between a model prediction and its training target as a number. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →An optimizer uses gradients and their history to calculate concrete model-weight updates. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A checkpoint stores model state and often optimizer state at a particular training or release point. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A model architecture defines layer types, connections, and data flow and must match the checkpoint. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A base model is a broadly trained starting point used directly or adapted to a task. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Fine-tuning continues training an existing base model on a smaller task-specific dataset. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Quantization stores weights or activations with fewer bits, trading accuracy for memory and compute savings. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Distillation trains a smaller student model to imitate outputs or intermediate representations of a larger teacher. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →An embedding maps discrete content to a dense numeric vector where similar content can be close together. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A token is the smallest unit produced by a tokenizer and is not necessarily a complete word. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A tokenizer splits text using a fixed vocabulary and deterministically maps pieces to token IDs. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A transformer processes sequences with attention and parallel feed-forward blocks rather than a purely recurrent loop. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →Attention weights relationships between sequence positions so relevant parts influence the current computation more strongly. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A language model estimates probabilities over token sequences and generates text by repeatedly selecting the next token. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A large language model is a scaled-up language model with many parameters and broad pretraining. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A multimodal model processes or generates multiple modalities such as text, images, and audio in one pipeline. This card shows its role in “Machine learning fundamentals” and a safe diagnostic path.
Open learning card →A diffusion model learns to remove noise step by step from a random state to generate data. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Forward diffusion progressively adds noise to training data according to a defined schedule. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Reverse diffusion reconstructs a sample from noise step by step under control of the learned model. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Noise is the random starting tensor whose values are determined by seed, shape, and data type. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →The noise schedule defines how much noise each timestep adds or removes. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Latent space is a compressed feature representation in which many image models operate instead of using pixels. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A variational autoencoder compresses images into latents and decodes latents back into pixels. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A text encoder turns prompt tokens into contextual vectors that condition image generation. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →CLIP learns a shared image-text space and commonly provides text conditioning in diffusion pipelines. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A prompt describes desired subjects, properties, and relationships as positive conditioning for the generator. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A negative prompt provides unwanted properties as counter-conditioning when the selected model supports it. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A sampler is the numerical method that calculates the next latent state from model predictions. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A scheduler distributes noise levels or sigmas across sampling steps, changing the trajectory and result. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Sampling steps are the number of iterative denoising computations; more steps are not automatically better. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Guidance scale controls how strongly conditional and unconditional predictions are separated. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Classifier-free guidance combines conditional and unconditional model predictions to control prompt adherence. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →The seed initializes the random-number generator and makes identical inputs reproducible under identical conditions. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Denoising strength determines how far the starting latent is noised and therefore changed in image-to-image workflows. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Text-to-image creates an image latent from text conditioning and random noise without an input image. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Image-to-image encodes a source image as a latent and modifies it under additional prompt conditioning. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Inpainting regenerates only a masked image region while using the unmasked context. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Outpainting expands the canvas and generates new areas that match the existing edge context. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Upscaling enlarges an image and reconstructs detail through interpolation or a learned model. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →ControlNet adds spatial guidance such as edges, pose, depth, or segmentation to a diffusion model. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →LoRA stores a small low-rank weight update that adapts a base model without a full new checkpoint. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →ComfyUI is a node-based interface and API that executes generative-model components as a directed workflow. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A ComfyUI node has typed inputs and outputs and performs one bounded processing step. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A ComfyUI workflow is a directed graph of compatible nodes including parameters and connections. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →Workflow JSON serializes node types, IDs, parameters, and edges for reproducible ComfyUI execution. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →A model loader reads weights and matching architecture components from the model directory into memory. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →KSampler is the ComfyUI node that combines latent, conditioning, sampler, scheduler, seed, and step count. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →VAE Decode converts a completed latent tensor into visible pixels using the matching VAE. This card shows its role in “Diffusion and ComfyUI” and a safe diagnostic path.
Open learning card →FLUX is a family of transformer-based image-generation models from Black Forest Labs with distinct workflow and licensing requirements. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →FLUX Schnell is the FLUX variant optimized for few-step, fast inference and is governed by its own model license. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →FLUX Dev is a higher-quality, more compute-intensive FLUX variant whose non-commercial license must be reviewed before use. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A quantized image model lowers weight bit width to fit in less VRAM but may lose detail. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A GGUF model bundles quantized tensors and metadata in a file format readable by compatible loaders. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Safetensors is a weight format without executable pickle code and with explicit tensor offsets. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Diffusers is a Python library providing model components, schedulers, and pipelines for diffusion inference. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →The Hugging Face Hub distributes versioned model artifacts, model cards, and licenses through repositories. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A model card documents a model's purpose, training context, limitations, license, and known risks. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A model license defines whether weights may be copied, modified, used commercially, or offered as a service. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Commercial use means employing a model or its outputs in an activity intended to generate revenue. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →The checkpoint directory is the loader's expected location for weight files and associated configuration. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A model download transfers large versioned artifacts and must account for licensing, free space, and checksums. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →File integrity uses a cryptographic checksum to confirm that a model artifact arrived complete and unchanged. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A model cache retains loaded or downloaded artifacts, saving time at the cost of RAM or disk space. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →VRAM requirement includes weights, activations, latents, and temporary buffers and depends on precision and resolution. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Native resolution is the size range used during training where an image model usually keeps compositions stable. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →An aspect-ratio bucket groups training or inference sizes with similar ratios under bounded pixel budgets. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Tiled upscaling processes overlapping image tiles separately to reach high resolutions with limited VRAM. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Real-ESRGAN is a learned super-resolution model that enlarges images and compensates for common real-world degradation. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Background removal segments the main subject and turns the result into a transparent alpha channel. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Image segmentation assigns a class or instance to each pixel, producing spatial regions. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A segmentation mask encodes per pixel which region should be selected, protected, or modified. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Object detection returns classes and bounding boxes for detected objects but not a pixel-accurate mask. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Object removal masks a subject and reconstructs the hidden background through inpainting. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →An inpainting mask marks pixels to regenerate while preserving the rest of the image. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Mask feathering softens a hard mask edge over a chosen radius to hide transitions. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →A bounding box is a rectangular coordinate region describing a detected object's position and extent. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Prompt weighting changes the relative influence of individual text fragments on image conditioning. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →CLIP skip uses an earlier text-encoder layer, changing prompt representation for models trained for it. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →LoRA weight scales how strongly a loaded LoRA update affects the base model. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Model switching replaces weights and sometimes encoders or VAE; incompatible leftover components must be unloaded. This card shows its role in “Image models and model operations” and a safe diagnostic path.
Open learning card →Speech recognition converts acoustic speech signals into text or token sequences. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Transcription produces readable text from an audio recording and may add timestamps or speaker information. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Whisper is an open model family for multilingual speech recognition, translation, and speech activity detection. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →faster-whisper runs Whisper models through CTranslate2 with optimized data types and reduced memory use. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Whisper model size determines parameter count, language accuracy, VRAM demand, and processing speed. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Language detection estimates the likely spoken language from an audio segment for subsequent decoding. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A timestamp maps text or an event to a position on the audio timeline. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A transcription segment groups a continuous audio interval with text, start, end, and confidence. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A word timestamp estimates the start and end of one recognized word rather than an entire segment. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Voice activity detection separates speech regions from silence or noise and reduces unnecessary inference. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Diarization assigns speech segments to different speaker identities without needing their names. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Speaker segmentation determines time boundaries where a different speaker begins or ends. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A subtitle connects text to time intervals and optionally formatting or positioning information. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →SRT is a simple subtitle format containing an index, time interval, and text block. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →WebVTT is a web subtitle format with timestamps, cues, and optional presentation settings. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Text normalization standardizes numbers, punctuation, capitalization, or filler words after recognition. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Audio resampling changes a signal's sample rate and must prevent aliasing with suitable filters. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A mono downmix combines multiple audio channels into one while avoiding clipping. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Noise reduction estimates unwanted signal components and attenuates them, potentially damaging speech or music. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Music generation creates audio from conditioning such as style, lyrics, structure, tempo, or reference material. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Text-to-music converts a textual style and content description into a temporal music representation and audio. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Lyrics are sung text and often need section and line structure for a music model. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Instrumental mode disables vocal conditioning and generates music without an intended voice. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A style description conditions genre, instrumentation, mood, production, and vocal characteristics. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Song structure describes temporal sections such as intro, verse, chorus, bridge, and outro. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Tempo is the perceived speed of a piece of music and is commonly expressed in beats per minute. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →BPM specifies the intended number of musical beats per minute and provides a concrete tempo reference. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Musical key describes the tonal center and scale material that organize pitches within a piece. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →Duration is the planned or actual length of an audio result on the timeline. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →ACE-Step is an open music-generation model that turns text, lyrics, and structure into longer audio pieces. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A language-model backend creates or interprets text conditioning for downstream audio or music models. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →A music checkpoint contains learned weights for audio generation and must match the model configuration. This card shows its role in “Audio, transcription, and music generation” and a safe diagnostic path.
Open learning card →GPU compute uses many parallel execution units for large tensor operations instead of serial CPU execution. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →CUDA is NVIDIA's programming and runtime platform for general computation on compatible GPUs. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →The CUDA Toolkit provides compilers, libraries, headers, and diagnostic tools for CUDA applications. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →The CUDA-capable NVIDIA driver connects user libraries to the GPU and kernel and limits supported runtime versions. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Compute capability identifies the hardware features and instructions supported by an NVIDIA GPU. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →The NVIDIA Container Toolkit injects driver libraries and GPU devices into Linux containers in a controlled way. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →The NVIDIA container runtime augments OCI startup with GPU devices and matching driver mounts. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →The default runtime is the container runtime used for new containers when none is explicitly selected. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →A GPU device is the operating-system-exposed compute unit with its own ID, VRAM, and utilization. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →GPU passthrough assigns a physical GPU device or selected functions to a VM or container. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →NVIDIA_VISIBLE_DEVICES filters which GPU IDs an NVIDIA container runtime exposes inside a container. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →CUDA out of memory means a GPU memory allocation could not be satisfied from available VRAM. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →VRAM fragmentation splits free memory into blocks too small for a large contiguous allocation. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Model offloading moves model components not needed concurrently from VRAM to RAM or storage. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →CPU offloading keeps selected weights or operations in system memory, reducing VRAM use at a speed cost. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →VAE offloading moves the VAE encoder or decoder to CPU when not needed alongside the main model. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Attention slicing computes attention in smaller chunks to reduce peak VRAM consumption. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Memory-efficient attention avoids fully materializing large attention matrices. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →FlashAttention is an IO-aware attention kernel that reduces memory traffic and accelerates exact attention. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →xFormers is a library of optimized transformer components including memory-efficient attention kernels. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Mixed precision combines data types of different widths to use tensor cores and memory more efficiently. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →FP32 is 32-bit floating point with high range and precision but high memory and bandwidth demand. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →FP16 is 16-bit floating point with low memory use but a narrower numeric range than FP32. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →BF16 keeps FP32's exponent range but uses fewer mantissa bits and therefore less precision. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →INT8 represents quantized values with eight integer bits and requires calibration or suitable scales. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →INT4 represents quantized values with four bits, greatly saving memory at the cost of higher quantization error. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Quantization error is the difference between an original value and its discrete low-bit representation. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →A tensor core is a specialized GPU unit for fast matrix multiplication in supported data types. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Batch size is the number of examples processed together and affects VRAM, latency, and throughput. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Inference latency is the time from a complete input to an available model output. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →Throughput measures how many examples, tokens, or frames a system processes per unit time. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →GPU utilization reports the share of time compute units are active, not the amount of allocated VRAM. This card shows its role in “GPU, CUDA, and inference optimization” and a safe diagnostic path.
Open learning card →A threat model documents assets, attackers, trust boundaries, and realistic attack paths for a system. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Attack surface comprises every publicly or internally reachable input, service, account, and dependency. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A security boundary marks a transition where data, identities, or privileges must be validated again. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Defense in depth combines independent safeguards so one failed control does not immediately compromise the whole system. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Secret management creates, stores, distributes, and revokes credentials outside source code and images. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Secret rotation replaces credentials in a controlled sequence, updates consumers, and then revokes the old value. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A credential leak exposes a password, token, or key through logs, code, image layers, or output. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Input validation accepts only data with the expected structure, length, type, and value range. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Output encoding escapes data for its specific output context such as HTML, URL, or JavaScript. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →SQL injection inserts untrusted input into database commands; parameterized queries separate data from SQL code. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Command injection executes user input as part of a shell command; fixed argument arrays avoid interpretation. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Path traversal uses path components such as dot-dot to escape an allowed base directory. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Cross-site scripting injects untrusted content into a page as active browser code. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →SSRF makes a server fetch attacker-selected internal or external destinations. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Unsafe file upload accepts content, size, names, or formats without sufficient validation and isolation. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →MIME sniffing lets clients guess content type and may interpret uploaded data as active content. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A zip bomb is a highly compressed archive that consumes extreme storage or compute when expanded. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A malware scan checks files or behavior against signatures and heuristics but cannot guarantee safety. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Rate limiting caps actions per identity, IP, or token within a time window. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Abuse prevention combines quotas, reputation, anomaly detection, and moderation against misuse. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Denial of service deliberately exhausts a service's bandwidth, connections, CPU, GPU, RAM, or storage. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Content Security Policy uses an HTTP header to restrict the sources from which a browser may load scripts and other resources. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A CORS policy decides which foreign browser origins may read an API's responses. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →TLS termination decrypts HTTPS at a designated proxy and forwards the request under controlled conditions. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Reverse-proxy trust defines which proxies may supply forwarded client-IP and protocol headers. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A security header controls browser protections such as framing, MIME handling, transport, or referrer disclosure. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →An audit log records security-relevant actions with time, actor, target, and outcome for accountability. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Data protection safeguards personal data through legal basis, purpose limitation, access control, and secure processing. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Data minimization collects and retains only data genuinely required for the stated purpose. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A deletion policy defines triggers, deadlines, scope, and verifiable execution of data deletion. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A security update fixes a known vulnerability in software, an image, a library, or firmware. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →Vulnerability management inventories components, assesses findings, prioritizes risk, and tracks remediation. This card shows its role in “Application security” and a safe diagnostic path.
Open learning card →A service-level indicator is a measured value such as success rate or latency that represents user experience. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A service-level objective sets the target range for an SLI over a period. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A service-level agreement is a contractual promise with defined measurement rules and possible consequences for failure. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →An error budget is the tolerable amount of failure or unavailable time derived from an SLO. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Capacity planning forecasts load and sizes compute, storage, networking, and headroom. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A resource profile measures a workload's typical and peak CPU, RAM, GPU, disk, and network use. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A CPU limit caps processor time available to a container and may throttle it when reached. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A memory limit caps RAM for a process or container; exceeding it may trigger an OOM termination. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A GPU limit restricts device access or planned GPU capacity but is not supported uniformly by every orchestrator. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A disk limit caps occupied storage or reserves free space for safe operation. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →An upload quota caps the number or total size of files uploaded per user or period. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A daily quota caps usage during one calendar day and resets its counter at a defined time and timezone. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Concurrency means multiple tasks are in progress at once even if they do not compute in parallel. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Parallelism executes multiple operations simultaneously on different compute units. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Job serialization runs resource-intensive jobs one after another to avoid load spikes. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Queue position is the number of jobs scheduled ahead of one job and may change due to priorities. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Wait time measures the interval between job acceptance and processing start. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Processing speed relates completed data volume or work units to elapsed time for a defined workload. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Autoscaling changes instance count or resources automatically from measured load and defined bounds. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Vertical scaling assigns more or less CPU, RAM, or GPU to an existing instance. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Horizontal scaling changes the number of equivalent instances and requires shareable state. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Load shedding deliberately rejects lower-priority work before overload harms every request. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A circuit breaker temporarily stops calls to a failing dependency and later probes for recovery. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A retry budget caps extra attempts so failures are not amplified by a retry storm. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Exponential backoff increases delay between retries and is usually combined with random jitter. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A timeout budget divides maximum end-to-end time among internal calls and processing. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Graceful shutdown stops accepting new work, finishes in-flight tasks, and releases resources cleanly. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A health dependency is an external component whose state affects a service's readiness. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →A single point of failure is one component whose failure stops the entire service. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →High availability uses redundancy and automatic failover to survive individual failures. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Disaster recovery restores data and services from tested backups after a major failure. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Recovery time objective is the maximum acceptable time to restore a service. This card shows its role in “Reliability and capacity planning” and a safe diagnostic path.
Open learning card →Source code is the human-readable instruction from which a build creates executable or distributable artifacts. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Version control records traceable file changes and enables comparison, collaboration, and restoration. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Git is a distributed version-control system that stores content as immutable objects and commits. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A repository contains the version history, references, and working data of a bounded project. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A commit is an immutable snapshot with a parent reference, author information, and message. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A branch is a movable name for a line of commits and enables parallel development. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A Git tag is a stable reference to a particular commit, commonly used for releases. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A merge combines changes from two commit lines and requires conflict resolution for overlapping edits. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A release is a named, verified bundle of version, artifacts, changes, and notes. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Semantic versioning labels incompatible, compatible, and corrective changes as major, minor, and patch. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A changelog summarizes user-relevant changes between released versions in a structured form. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A build reproducibly transforms defined sources and dependencies into a distributable artifact. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A reproducible build creates a bit-identical or verifiably equivalent result from identical sources and tool versions. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A multi-stage build separates compilation tools from a lean runtime image and copies only required artifacts. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A build cache reuses unchanged intermediate results and invalidates them based on inputs. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A .dockerignore file excludes local files from the Docker build context. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A dependency lockfile pins exact resolved versions and integrity values for repeatable installations. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A unit test checks a small function or class in isolation with controlled inputs and outputs. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →An API test sends defined requests and checks status, headers, schema, and business response. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →An end-to-end test exercises a complete user flow across real integrated components. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A browser test drives a browser engine and checks DOM, interaction, navigation, and visible states. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A fixture is controlled starting data or system state used reproducibly by a test. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A mock replaces a dependency and specifies expected calls or controlled responses. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Test coverage measures which code paths a test run executes but does not prove correctness. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A linter statically detects rule violations, suspicious patterns, and common source-code errors. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A formatter deterministically rewrites source code into an agreed style. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Static analysis examines code without execution for type errors, data flows, vulnerabilities, or rule violations. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Continuous integration automatically builds and tests every change in a clean environment. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Continuous delivery automatically prepares verified artifacts while keeping production release controllable. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A deployment artifact is the immutable, versioned package rolled out to a target environment. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →A checksum manifest lists files and cryptographic hashes to verify transfer and content. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →Staging is a production-like environment for integration and release tests without real production data. This card shows its role in “Builds, tests, and releases” and a safe diagnostic path.
Open learning card →An incident is an unplanned disruption affecting a service's security, availability, or quality. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Incident severity classifies impact and urgency using predefined criteria. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Initial response acknowledges the incident, preserves evidence, limits harm, and assigns ownership. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Triage prioritizes symptoms, affected users, and likely failure domains for the first checks. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →An affected service is the component whose observable behavior differs from its expected state. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Blast radius describes how many users, data sets, and dependent systems an incident reaches. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →An incident timeline orders changes, alerts, symptoms, and actions chronologically with their time source. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A known change is a documented modification shortly before the symptom and therefore a testable hypothesis. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Service inspect shows a service's desired orchestrator specification including image, mounts, and environment. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Task history shows current and previous instances of an orchestrated service with states and errors. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Container inspect returns a container's actual runtime state as structured metadata. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Container exit code is the main process's numeric return value and helps distinguish startup, signal, and application failures. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →OOMKilled means the kernel or runtime terminated a process because of memory pressure. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A health-check failure occurs when the configured probe command does not respond successfully in time. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A restart loop occurs when a service repeatedly starts, fails, and is restarted by policy. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →An image-pull failure blocks startup because registry, reference, authorization, network, or platform is incompatible. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A bind-mount failure occurs when host path, type, permissions, or node placement does not match the specification. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Permission denied means file mode, owner, security profile, or process identity forbids an operation. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Connection refused means the target is reachable but no listener accepts the connection on the addressed port. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A DNS failure prevents resolving a name to the address needed for a connection. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A TLS failure occurs in certificate validation, hostname, protocol version, cipher, or trust chain. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →HTTP 502 means a gateway did not receive a valid response from its upstream. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →HTTP 503 means a service is temporarily unready or unavailable due to overload. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →HTTP 504 means a gateway did not receive an upstream response within its timeout. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A queue stall occurs when waiting jobs grow but no worker successfully claims or completes them. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A worker crash unexpectedly terminates the processing process during or before a job. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A database connection failure results from wrong addressing, authentication, TLS, pool exhaustion, or an unready server. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Disk full means the filesystem or inode pool cannot accept more writes. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →GPU out of memory means weights, activations, and buffers exceed available VRAM. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A rollback restores the last known working artifact, configuration, and schema version. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →Service recovery returns a disrupted service to a verified stable state in a controlled way. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A postmortem documents impact, timeline, causes, and concrete improvements without blame. This card shows its role in “Incident analysis and recovery” and a safe diagnostic path.
Open learning card →A maintenance window is an announced period for changes with a defined start, end, and abort point. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →An inventory lists operated hardware, software, versions, owners, and lifecycle status. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A service catalog documents each service's purpose, owner, dependencies, interfaces, and operational requirements. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A dependency map shows directed relationships among services, databases, networks, and external components. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A configuration baseline is the verified reference state against which later changes are compared. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Desired configuration declaratively describes the state that automation or operations should establish. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Configuration drift is an unintended difference between actual state and versioned desired configuration. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A version check determines installed and available versions together with channel and support status. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Release notes describe a version's changes, fixes, known issues, and upgrade guidance. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A breaking change makes previously valid interfaces, configurations, or data incompatible without adaptation. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Deprecation announces future removal of an available feature and identifies a replacement path. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A compatibility matrix records tested combinations of software, driver, model, and platform versions. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A migration plan defines sequence, owners, checks, data paths, downtime, and rollback. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A data migration copies or transforms data between locations, formats, or systems with integrity checks. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A schema migration changes database tables, fields, indexes, or constraints in a controlled way. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A model upgrade replaces weights or architecture and requires quality, resource, and workflow tests. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A driver upgrade replaces the hardware-facing software layer and must keep kernel, runtime, and applications compatible. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →An image upgrade deploys a new immutable container image instead of modifying a running container. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A canary deployment sends a small fraction of traffic to a new version first and compares signals. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Blue-green deployment runs old and new environments in parallel and switches traffic in a controlled way. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A pre-upgrade backup preserves all non-reproducible data and recovery metadata before a change. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Post-upgrade validation repeats defined functional, data, and performance checks after a change. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A rollback point is the uniquely named state to which artifacts, configuration, and data can return. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →License review checks rights, obligations, and incompatibilities in software, model, and content licenses. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →An open-source license grants use, inspection, modification, and redistribution under defined conditions. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Data retention defines which data is stored, for what reason, and for how long. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A deletion request is a traceable demand to locate and remove affected personal data. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Responsibility assigns an accountable role for operations, release, security, and incident response. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Operations documentation covers architecture, dependencies, routines, thresholds, and recovery procedures. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A runbook is a step-by-step, verifiable procedure for a recurring operational or incident scenario. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →A standard operating procedure defines mandatory steps, roles, evidence, and approvals for a routine process. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →Technical debt is intentionally or unintentionally deferred quality work that makes later changes more expensive. This card shows its role in “Maintenance, updates, and governance” and a safe diagnostic path.
Open learning card →No matching terms found.