T

An open-source Infrastructure as Code tool by HashiCorp that enables users to define and provision cloud infrastructure using a declarative configuration language called HCL. Terraform manages resourc...

Definition
T

A JSON file tracking the current state of Terraform-managed infrastructure. Maps real resources to configuration for drift detection and plan generation.

Definition
T

An AI technology that converts written text into natural-sounding spoken audio. Modern TTS systems use deep learning to produce highly realistic voice output with appropriate intonation, rhythm, and e...

Definition
T

Evidence-based knowledge about existing or emerging threats to an organization's assets. Threat intelligence includes information about threat actors, their tactics, techniques, and procedures (TTPs),...

Definition
T

A modern server-side Java template engine for web and standalone environments. Thymeleaf templates are valid HTML that can be previewed in browsers without a server, widely used with Spring Boot.

Definition
T

A database optimized for storing and querying time-stamped data points, such as metrics, events, and measurements. Time-series databases like InfluxDB and TimescaleDB provide efficient compression, fa...

Definition
T

The basic unit of text that language models process. A token can be a word, part of a word (subword), or a single character, depending on the tokenizer. Token counts determine model input limits, outp...

Definition
T

The process of breaking text into smaller units called tokens, which can be words, subwords, or characters. Tokenization is the first step in natural language processing pipelines and determines how t...

Definition
T

An extension of GeoJSON that encodes topology, eliminating redundancy and reducing file sizes by up to 80% compared to GeoJSON.

Definition
T

A modern, cloud-native reverse proxy and load balancer designed for microservices. Traefik automatically discovers services and configures routing rules, supports Let's Encrypt for automatic SSL, and...

Definition
T

A deep learning architecture introduced in the 2017 paper "Attention Is All You Need" that relies on self-attention mechanisms instead of recurrence. Transformers are the foundation of modern LLMs lik...

Definition
T

A hosted continuous integration service that integrates with GitHub repositories. Travis CI automatically builds and tests code changes defined in a .travis.yml file, supporting multiple programming l...

Definition
T

A dead code elimination technique used by JavaScript bundlers to remove unused exports from the final bundle. Tree shaking analyzes ES module import/export statements to determine which code is actual...

Definition
T

A type of malware that disguises itself as legitimate software to trick users into installing it. Once activated, a Trojan can give attackers remote access to the infected system, steal data, or insta...

Definition
T

A modern template engine for PHP created by the Symfony framework. Twig offers a concise syntax, template inheritance, automatic output escaping, and sandboxing for security.

Definition
T

PostScript Type 1 Font: the original Adobe font format for PostScript printers. Officially deprecated by Adobe in 2023 after 30+ years.

Definition
T

A strongly typed programming language that builds on JavaScript by adding static type definitions. Developed by Microsoft, TypeScript compiles to plain JavaScript and helps catch errors at compile tim...

Definition
T

TypeScript configuration file specifying compiler options, file inclusions, and project references for the TypeScript compiler (tsc).

Definition