Technology acronyms
94 results in Technology
A person responsible for the management, maintenance, and support of a computer system, network, or website.
Example: Please contact the system admin to reset your password.
A network of physical objects embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet. It enables these objects to collect and exchange data.
Example: The smart city initiative heavily relies on IOT sensors to monitor traffic and air quality.
A system that uses radio waves to determine the range, angle, or velocity of objects. It is widely used for detecting aircraft, ships, motor vehicles, weather formations, and terrain.
Example: Air traffic controllers rely on radar to monitor aircraft movements and prevent collisions.
A defined set of rules that lets software systems communicate with each other. APIs power integrations between apps, services, and platforms.
Example: We exposed the billing data through an API.
A cloud computing service model where a provider offers virtualized computing resources over the internet, including servers, storage, and networking. Users manage their operating systems, applications, and data, while the provider handles the underlying infrastructure.
Example: Our company decided to migrate its on-premise servers to an IaaS provider to reduce operational costs and improve scalability.
A software licensing and delivery model in which software is licensed on a subscription basis and is centrally hosted. It allows users to connect to and use cloud-based apps over the Internet.
Example: Our company relies heavily on various SAAS solutions for CRM and project management.
A broad field focused on building systems that perform tasks associated with human intelligence. AI includes prediction, perception, language, and decision-making.
Example: The support tool uses AI to draft replies.
The encrypted version of HTTP that protects data in transit using TLS. It is essential for secure browsing and modern web applications.
Example: Make sure every page forces HTTPS.
The process of verifying the identity of a user, system, or entity, typically by checking credentials like passwords, biometrics, or digital certificates. It confirms 'who you are.'
Example: The login module handles the initial AUTH process before granting access.
Refers to the systematic process of identifying, analyzing, and eliminating errors or 'bugs' within computer programs, hardware, or systems to ensure correct functionality. The term originated from the literal removal of a moth (a 'bug') from an early computer.
Example: The development team spent the entire sprint focused on the DEBUG phase of the new software module.
A common convention and associated library in software development for managing environment variables, typically stored in a '.env' file, to configure applications without hardcoding sensitive data.
Example: We use the 'dotenv' package to load environment variables from the '.env' file for local development.
Refers to the settings, variables, and context in which a program, system, or application operates, influencing its behavior and interactions.
Example: Make sure to configure the correct database connection string for the 'development' ENV.
A query language for APIs and a runtime for fulfilling those queries with your existing data. It provides a more efficient, powerful, and flexible alternative to REST.
Example: Our new mobile application leverages GQL to fetch precisely the data it needs from the backend.
A query language for APIs and a runtime for fulfilling those queries with your existing data. It allows clients to request exactly the data they need, making API interactions more efficient and flexible.
Example: Our new mobile application leverages GraphQL to fetch data efficiently from the backend.
KUBECONFIG refers to the environment variable or file that specifies the path to the configuration file used by the kubectl command-line tool to connect to a Kubernetes cluster. This file contains cluster details, user authentication credentials, and context definitions.
Example: To switch between development and production clusters, I often modify my KUBECONFIG environment variable.
A cloud computing model where a third-party provider delivers hardware and software tools, usually for application development, to users over the internet. It allows developers to build, run, and manage applications without the complexity of building and maintaining the infrastructure.
Example: Many startups choose a PAAS solution to quickly deploy their web applications without managing servers.
A function in the PHP programming language that outputs a large amount of information about the current state of PHP, including configuration settings, loaded extensions, server information, and environment variables. It is commonly used for debugging and checking server configurations.
Example: To verify the PHP version and loaded modules, the administrator ran `phpinfo()` on the web server.
A language used to query and manage relational databases. It is the standard way to read, update, and organize structured data.
Example: Run this SQL query to find duplicate users.
A lightweight data format used to exchange structured information between systems. JSON is easy for humans to read and machines to parse.
Example: The webhook payload arrives as JSON.
The main processor that executes instructions and performs calculations for a computer. It is often described as the brain of the machine.
Example: The CPU spikes during video rendering.
The application protocol used for transmitting web pages and APIs over the internet. It defines how clients and servers exchange requests and responses.
Example: The API returned an HTTP 200 response.
A machine learning model trained on massive text datasets to generate and interpret language. LLMs are widely used in assistants and content tools.
Example: The app uses an LLM to summarize notes.
A naming system that translates domain names into IP addresses. DNS lets people use human-friendly web addresses instead of raw numbers.
Example: The DNS record points tla.ai to the server.
A processor optimized for graphics workloads and highly parallel computation. GPUs are now widely used for AI, rendering, and scientific tasks.
Example: The model trains faster on a GPU.
The standard markup language used to structure pages on the web. It defines headings, links, images, forms, and layout elements.
Example: The landing page HTML needs cleaner semantics.
A multinational technology company known for enterprise software, cloud, and consulting.
Example: Many banks still run critical workloads on IBM infrastructure.
A stylesheet language used to control the appearance of HTML content. CSS handles colors, spacing, typography, and responsive layouts.
Example: The button spacing is handled in CSS.
The foundational protocol that routes packets between devices on a network. Every internet-connected device uses an IP address.
Example: Whitelist the office IP address.
A major enterprise software platform used for ERP, finance, and operations.
Example: The manufacturer uses SAP to manage inventory and accounting.
A common standard for connectors, cables, and data transfer between devices.
Example: Plug the microphone into the USB port.
A comprehensive guide that provides instructions, specifications, and examples for developers on how to effectively use and integrate with a specific Application Programming Interface. It details endpoints, parameters, data formats, and authentication methods.
Example: The new developer spent the morning reviewing the API-DOCS to understand the available endpoints for user management.
Amazon's cloud computing platform offering infrastructure, databases, storage, AI services, and more. AWS is one of the largest cloud providers in the world.
Example: The production stack runs on AWS.
A cloud computing offering where a third party hosts the back-end infrastructure for virtual desktops, streaming them to end-users over the internet. It allows users to access their personalized desktop environment from any device, anywhere.
Example: Our company is considering implementing DAAS to provide employees with flexible remote work options.
A branch of AI where systems learn patterns from data instead of following only fixed rules. ML is used in recommendations, forecasting, and classification.
Example: Fraud detection is powered by ML models.
A computer designed for individual use.
Example: The accounting team all uses Windows PC laptops.
A secure protocol for remotely logging into and managing servers. SSH encrypts commands and file transfers between devices.
Example: I used SSH to restart the web server.
A file format and a command-line utility used to archive multiple files into a single file, commonly for distribution or backup purposes on Unix-like operating systems.
Example: We need to tar up these log files before sending them to the support team.
A cryptographic protocol that secures internet traffic between systems. TLS is what enables encrypted HTTPS connections.
Example: The certificate enables TLS for the site.
A standard for transmitting digital video and audio between devices.
Example: Use an HDMI cable to connect the laptop to the TV.
A semiconductor light source used in displays, bulbs, and electronics.
Example: The monitor uses an LED backlight.
A security method that requires more than one form of verification before access is granted. It greatly reduces the risk of account compromise.
Example: Turn on MFA for every admin account.
The full address used to locate a resource on the internet. A URL includes the protocol, domain, and often the path.
Example: Paste the URL into the browser.
A text-based interface used to run commands and control software. CLIs are popular with developers, admins, and automation workflows.
Example: The deployment is faster through the CLI.
In computing, particularly in microservices and container orchestration (like Kubernetes), 'HEALTHZ' is a common endpoint used to determine if a service or application is running and healthy. It's a standard convention for liveness and readiness probes.
Example: The monitoring system periodically pings the /healthz endpoint to ensure the application is responsive.
The practice of improving website visibility in search engine results. SEO includes technical setup, content quality, and link strategy.
Example: Good title tags help with SEO.
A flat-panel display technology used in monitors, TVs, and devices.
Example: The old LCD screen looked dim compared to the new one.
Short-term system memory used to hold data for active programs and processes. More RAM usually improves multitasking and performance.
Example: The VM needs more RAM to run smoothly.
A common architectural style for designing web APIs around resources and HTTP methods. REST emphasizes stateless communication and standard interfaces.
Example: The team published a REST API for partners.
A network protocol that automatically assigns IP addresses to devices.
Example: DHCP gave the printer a new address.
A storage device that uses flash memory instead of spinning disks. SSDs are much faster than traditional hard drives.
Example: Moving to an SSD cut boot times dramatically.
A software delivery model where applications are hosted online and accessed by subscription. Users typically access SaaS products through a browser.
Example: We migrated from on-prem tools to SaaS products.
The process of determining what a verified user or system is permitted to do or access within a system, defining their rights and privileges. It confirms 'what you can do.'
Example: After successful AUTH, the system checks the user's roles for specific resource access.
A distributed network of servers that caches content closer to users. CDNs improve load times and reduce origin server strain.
Example: Static assets are served through a CDN.
A cloud-based service model that provides on-demand access to data, often from multiple sources, without the user needing to manage the underlying infrastructure. It enables easy integration and consumption of data for various applications.
Example: We subscribe to a DAAS provider to get real-time market data for our financial analysis.
Refers to the free web-based word processor offered by Google, allowing users to create and edit documents online and collaborate in real-time.
Example: Let's share the meeting agenda in DOCS so everyone can contribute.
The programming interface that represents HTML and XML documents as objects.
Example: JavaScript can update the DOM after the page loads.
A compact token format commonly used for API authentication and session claims.
Example: The app stores the JWT after login.
A collection of tools, libraries, and documentation used to build applications for a platform. SDKs speed up development by bundling common resources.
Example: Install the mobile SDK before building the app.
A snapshot of the state of all threads in a running process, typically a Java Virtual Machine (JVM), used for diagnosing performance issues, deadlocks, or other runtime problems.
Example: The support team requested a THREADDUMP to investigate why the application was unresponsive.
This term refers to the JSON-based data format and the endpoints used by the WordPress REST API, allowing external applications to interact with and retrieve content from a WordPress site.
Example: Developers often use WP-JSON to build decoupled applications that consume data from a WordPress backend.
A browser security mechanism that controls cross-origin HTTP requests.
Example: The API failed until we fixed the CORS headers.
A field of AI focused on understanding and generating human language. NLP powers chatbots, search, translation, and text analysis.
Example: The classifier uses NLP to tag tickets.
A core internet protocol that provides reliable, ordered delivery of data between devices. TCP is used when accuracy matters more than speed.
Example: Web traffic commonly runs over TCP.
A secure connection that routes internet traffic through an encrypted tunnel. VPNs are used for privacy and remote access to private networks.
Example: Employees connect through the VPN when traveling.
An authentication method that lets users access multiple applications with one login. SSO improves convenience and centralizes identity management.
Example: The company uses SSO for all internal tools.
A web development technique for updating content without reloading the page.
Example: The search form uses AJAX to show suggestions instantly.
A software application that combines coding, debugging, and tooling in one interface. IDEs help developers work more efficiently.
Example: Open the project in your favorite IDE.
A method that maps private network addresses to public ones.
Example: Home routers use NAT to share one internet connection.
Software that helps teams create, edit, and publish website content without heavy coding. CMS platforms are common for blogs and business sites.
Example: Marketing updates the blog in the CMS.
The four basic operations for persistent data in many applications. CRUD is often used to describe standard app functionality.
Example: This admin panel supports full CRUD for products.
Google's cloud platform for compute, storage, databases, analytics, and machine learning services. It is popular for data-heavy and containerized workloads.
Example: Analytics pipelines were moved to GCP.
An older encryption protocol often used informally to refer to web certificates and secure connections. Modern systems actually use TLS, but SSL remains common shorthand.
Example: We renewed the SSL certificate yesterday.
A logical segmentation of a network to isolate traffic and improve control.
Example: Put the guest Wi-Fi on its own VLAN.
A visual interface that lets users interact with software using buttons, windows, and menus. GUIs are designed to be more intuitive than command lines.
Example: Most staff prefer the GUI over the terminal.
A category of internet-connected physical devices such as sensors, appliances, and trackers. IoT systems collect data and often automate actions.
Example: The warehouse uses IoT sensors for temperature alerts.
The standard protocol for sending email between mail servers and applications. SMTP powers outbound email delivery across the internet.
Example: The app uses SMTP for password reset emails.
A cloud model that offers virtual servers, storage, and networking on demand. IaaS gives teams flexible infrastructure without owning hardware.
Example: The staging cluster runs on an IaaS provider.
A service that provides instant, word-for-word transcription of spoken language into text, typically displayed on a screen, to assist individuals who are deaf or hard of hearing.
Example: During the virtual meeting, CART services were provided to ensure full accessibility for all participants.
A standard directory on web servers designated for storing executable scripts, typically CGI scripts, which generate dynamic web content. The 'bin' part refers to 'binary' or 'binaries', indicating executable files.
Example: The web administrator configured the server to execute Python scripts placed within the /cgi-bin/ folder.
A set of harmonized technical standards developed by European standardization organizations. These standards ensure product safety, quality, and interoperability across the European market.
Example: All new electrical appliances sold in the EU must comply with relevant EN standards.
A cloud computing model that provides a managed platform for building and deploying applications. It removes much of the infrastructure overhead for developers.
Example: They chose a PaaS to simplify deployments.
A programming paradigm based on organizing code into objects with data and behavior. OOP helps structure large software systems.
Example: The codebase leans heavily on OOP patterns.
A markup format used to store and transport structured data. XML is common in older enterprise integrations and document standards.
Example: The vendor still sends inventory feeds in XML.
A lightweight internet protocol that sends data without guaranteed delivery or ordering. UDP is useful for streaming, gaming, and low-latency communication.
Example: The voice service relies on UDP packets.
A protocol used by email clients to read and manage messages stored on a mail server. IMAP keeps mail synchronized across devices.
Example: My phone syncs inbox folders over IMAP.
A broader identifier for resources that includes URLs and other naming formats. In practice, URI is often used in technical documentation and standards.
Example: The callback URI must match the app settings.
A common abbreviation in electronics and computing for a control signal or setting. It activates or permits the operation of a circuit, device, or software function.
Example: The datasheet specifies connecting the EN pin to VCC for continuous operation.
A type of computer program that remains in memory after execution, often to provide background services or hotkey-activated functions, common in MS-DOS.
Example: Many early antivirus programs functioned as TSRs to monitor system activity without being explicitly launched each time.
A protocol for transferring files between systems on a network. FTP is old and often replaced by more secure options like SFTP.
Example: The legacy partner still uploads files via FTP.
A traditional storage device that uses spinning magnetic platters. HDDs are slower than SSDs but often cheaper for large storage volumes.
Example: Backups are archived to a large HDD.
A cloud-based directory service that provides centralized user authentication and management for various applications, servers, and networks, often replacing traditional on-premise directory solutions.
Example: Our IT team implemented a DAAS solution to streamline user access management across all our cloud applications.
Non-volatile memory that stores firmware or permanent instructions. ROM retains data even when power is removed.
Example: The bootloader lives in ROM.
A software-based system or methodology used to evaluate human characteristics, skills, or performance, often in psychological testing, recruitment, or training contexts.
Example: The company implemented a CHAT for pre-employment screening to assess cognitive abilities.
A SQL-like query language used to query data stored in Google App Engine's Datastore. It allows developers to retrieve and manipulate entities within the App Engine environment.
Example: The legacy system still uses GQL to access its persistent data in the App Engine datastore.