Saltar al contenido

Technology

25 approved public terms in this category.

API-First

/eɪ piː aɪ fɜːrst/adjective
Technology

Borrador de traduccion automatica (Spanish) for "API-First": A design philosophy where the API contract is defined and agreed upon before any implementation begins. API-first teams treat the API as the product — writing the specification first (e.g., in OpenAPI), getting feedback from consumers, then building both client and server simultaneously against the agreed contract.

Ejemplo en borrador: Their API-first approach meant the mobile app team could start building against the spec before the backend was done.

Borrador de traduccion automatica (Spanish) for "Base": The foundational infrastructure layer of the PlatPhorm News Network (base.platphormnews.com). Base provides core shared services — authentication, storage, and routing — that all other network nodes depend on.

Ejemplo en borrador: All network nodes authenticate through Base before accessing protected resources.

CI/CD

/siː aɪ siː diː/noun
Technology

Borrador de traduccion automatica (Spanish) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

Ejemplo en borrador: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

Borrador de traduccion automatica (Spanish) for "DevOps": A set of practices, tools, and cultural philosophies that unite software development (Dev) and IT operations (Ops) teams. DevOps breaks down silos, automates repetitive tasks, and instills shared responsibility for the full software lifecycle from code to production monitoring.

Ejemplo en borrador: After adopting DevOps, their release cycle went from monthly to daily.

Edge Computing

/edʒ kəmˈpjuːtɪŋ/noun
Technology

Borrador de traduccion automatica (Spanish) for "Edge Computing": A computing paradigm that processes data at or near its source — at the "edge" of the network — rather than sending it all to a central cloud datacenter. Edge computing reduces latency, lowers bandwidth costs, and enables real-time processing for users around the globe.

Ejemplo en borrador: Serving the API from edge nodes cut response times from 200ms to 20ms for international users.

Graph API

/ɡræf eɪ piː aɪ/noun
Technology

Borrador de traduccion automatica (Spanish) for "Graph API": An API that exposes data as a graph of interconnected nodes and edges, allowing clients to traverse relationships and fetch exactly the data they need in a single request. GraphQL is the most common implementation, replacing multiple REST endpoints with a flexible query language.

Ejemplo en borrador: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.

Idempotency

/aɪˌdempəˈtənsi/noun
Technology

Borrador de traduccion automatica (Spanish) for "Idempotency": The property of an operation where performing it multiple times produces the same result as performing it once. Idempotent API endpoints are critical for safe retries — if a network error occurs, the client can re-send the request without fear of duplicating side effects like charges or database records.

Ejemplo en borrador: Pass an idempotency key with payment requests so retries don't charge the customer twice.

Borrador de traduccion automatica (Spanish) for "Latency": The time delay between initiating an action and receiving the first response. In networking, latency is the round-trip time for a data packet; in AI, it often refers to time-to-first-token or end-to-end inference time. Lower latency means faster, more responsive user experiences.

Ejemplo en borrador: The new model has lower latency but slightly less accuracy — a classic speed/quality trade-off.

MCP

/em siː piː/noun
Technology

Borrador de traduccion automatica (Spanish) for "MCP": Model Context Protocol - An open standard developed by Anthropic for connecting AI assistants to external tools, data sources, and services. Enables AI agents to interact with the world in standardized ways.

Ejemplo en borrador: Our platform exposes all its APIs via MCP so any AI assistant can integrate with it.

Network Graph

/ˈnetwɜːk ɡræf/noun
Technology

Borrador de traduccion automatica (Spanish) for "Network Graph": A machine-readable representation of all nodes, sites, and connections in the PlatPhorm News Network, available at platphormnews.com/api/network/graph. Each node describes a service, its capabilities, and its relationships to other nodes — enabling agents to discover and traverse the network programmatically.

Ejemplo en borrador: An AI agent queried the network graph to find the right service for emoji generation.

Observability

/əbˌzɜːrvəˈbɪlɪti/noun
Technology

Borrador de traduccion automatica (Spanish) for "Observability": The ability to understand the internal state of a system from its external outputs — logs, metrics, and traces. A highly observable system lets engineers diagnose production issues, understand performance bottlenecks, and predict failures without needing to redeploy or add new instrumentation.

Ejemplo en borrador: Poor observability meant it took hours to find the root cause of the outage.

Borrador de traduccion automatica (Spanish) for "Open Network": A decentralized collection of interconnected sites, APIs, and agents that operate on shared open standards rather than proprietary lock-in. An open network allows any conforming node to join, participate, and be discovered without needing permission from a central authority.

Ejemplo en borrador: PlatPhorm is designed as an open network so third-party tools can plug in via MCP or standard REST APIs.

Borrador de traduccion automatica (Spanish) for "Open Standard": A publicly available technical specification that anyone can implement, use, and extend without royalty obligations or proprietary restrictions. Open standards like HTTP, JSON, and OpenAPI enable interoperability between different vendors and communities, reducing lock-in and fostering innovation.

Ejemplo en borrador: MCP is an open standard, meaning any AI vendor can implement it to connect their models to tools.

PlatPhorm

/ˈplætfɔːrm/noun
Technology

Borrador de traduccion automatica (Spanish) for "PlatPhorm": A next-generation media network built for the AI age, combining human creativity with machine intelligence. The PlatPhorm News Network connects sites, APIs, and agents through open standards like MCP, enabling seamless collaboration between humans and AI.

Ejemplo en borrador: PlatPhorm is redefining how news and knowledge are created, distributed, and discovered in the age of AI.

PlatPhorm ASCII

/ˈplætfɔːrm ˈæski/noun
Technology

Borrador de traduccion automatica (Spanish) for "PlatPhorm ASCII": The PlatPhorm ASCII art service (ascii.platphormnews.com) that generates text-based visual representations of network concepts, logos, and diagrams. ASCII art from this service can be embedded in terminal outputs, markdown files, and LLM prompts.

Ejemplo en borrador: The CLI tool fetched the PlatPhorm ASCII logo to display in the terminal welcome screen.

PlatPhorm Docs

/ˈplætfɔːrm dɒks/noun
Technology

Borrador de traduccion automatica (Spanish) for "PlatPhorm Docs": The PlatPhorm collaborative documentation network (docs.platphormnews.com) where definitions, API references, and guides are published and cross-linked across the network. Definitions submitted to the dictionary are automatically mirrored to PlatPhorm Docs.

Ejemplo en borrador: After submitting the definition, a docs article was automatically created at docs.platphormnews.com.

PlatPhorm Polymaths

/ˈplætfɔːrm ˈpɒlɪmæθs/noun
Technology

Borrador de traduccion automatica (Spanish) for "PlatPhorm Polymaths": The PlatPhorm community hub for multi-disciplinary thinkers and creators (polymaths.platphormnews.com). PlatPhorm Polymaths profiles highlight contributors who span multiple fields, celebrating intellectual cross-pollination and the value of diverse expertise.

Ejemplo en borrador: She was featured on PlatPhorm Polymaths for her work bridging marine biology and machine learning.

Rate Limiting

/reɪt ˈlɪmɪtɪŋ/noun
Technology

Borrador de traduccion automatica (Spanish) for "Rate Limiting": A technique for controlling the frequency of requests a client can make to an API or service within a given time window. Rate limiting protects systems from abuse, prevents overload, and ensures fair resource allocation among consumers. Responses typically include headers indicating current usage and remaining quota.

Ejemplo en borrador: The API returned a 429 Too Many Requests error once rate limiting kicked in at 100 calls per minute.

Serverless

/ˈsɜːrvərles/adjective
Technology

Borrador de traduccion automatica (Spanish) for "Serverless": A cloud execution model where the provider manages server infrastructure automatically. Developers deploy individual functions that scale from zero to millions of invocations without provisioning or maintaining servers. "Serverless" doesn't mean no servers exist — just that you don't manage them.

Ejemplo en borrador: The app scaled to 100,000 concurrent users during the launch without any ops intervention, thanks to serverless.

Telemetry

/təˈlemətrɪ/noun
Technology

Borrador de traduccion automatica (Spanish) for "Telemetry": Automated collection and transmission of data about a system's performance, usage, and health to a remote monitoring service. Software telemetry typically includes metrics (CPU, latency), events (errors, deployments), and logs — giving operators a live picture of system behavior at scale.

Ejemplo en borrador: The telemetry data showed a spike in error rates 10 minutes before the outage was reported.