Technology acronyms
64 results in Technology
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 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.
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.
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 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 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.
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.
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.
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 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 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 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.
Non-volatile memory that stores firmware or permanent instructions. ROM retains data even when power is removed.
Example: The bootloader lives in ROM.