Skip to main navigation Skip to main content Skip to page footer

Teaser Template

Acronym Description
Accessibility (Inclusive Web Design) Designing for all users and abilities.
API (Application Programming Interface) Standardized way for software to interact.
Backend (Server-side Logic) Data processing and business logic.
Browser Cache (Client-side Caching) Local storage of web assets.
CDN (Content Delivery Network) Globally distributed asset delivery. show details
Client-side Rendering (CSR) Rendering UI in the browser.
Docker (Container Platform) Package apps with dependencies.
DOM (Document Object Model) Browser tree representation.
Endpoint (API Endpoint) URL that exposes a resource.
Event Loop (Concurrency Model) JavaScript task scheduling. show details
Framework (Reusable Structure) Preset architecture and tools.
Frontend (Client-facing Layer) UI rendered in the browser.
Git (Version Control System) Track and merge source code.
GraphQL (Query Language) Flexible API queries.
HTML (HyperText Markup Language) Structure of web documents. show details
HTTP (Hypertext Transfer Protocol) Foundation of data exchange.
Indexing (Search Indexing) Preparing data for search.
Infrastructure as Code (IaC) Provision infra via code.
JSON (JavaScript Object Notation) Text format for data.
JWT (JSON Web Token) Compact auth token. show details
Keyframe (Animation Keyframe) Defines animation state.
Kubernetes (Container Orchestration) Automates container workloads.
Latency (Response Delay) Time until first byte.
Lazy Loading (Deferred Loading) Load assets on demand.
Microservices (Distributed Services) Small, independent services. show details
Middleware (In-between Layer) Connects components.
Nginx (High-performance Web Server) Reverse proxy and load balancer.
Node.js (JavaScript Runtime) Server-side JS environment.
OAuth (Authorization Framework) Delegated access via tokens.
ORM (Object-Relational Mapping) Map objects to tables. show details
PHP (Hypertext Preprocessor) Popular server language.
Proxy (Intermediary Server) Forwards client requests.
Quality Assurance (QA) Process to assure quality.
Query String (URL Parameters) Key-value pairs after "?".
React (UI Library) Component-based UI.
REST (Representational State Transfer) Resource-oriented APIs. show details
SEO (Search Engine Optimization) Improve organic visibility.
Server-side Rendering (SSR) Rendering on the server.
TLS (Transport Layer Security) Encrypts network traffic.
TypeScript (Typed JavaScript) Superset adding types. show details
UI (User Interface) Visual elements of an app.
URL (Uniform Resource Locator) Address of a web resource.
Version Control (Source Control) Track changes over time.
Vue.js (Progressive Framework) Incremental adoption.
Webhook (HTTP Callback) Event-driven notifications.
WebSocket (Full-duplex Channel) Persistent bi-directional connection. show details
XML (eXtensible Markup Language) Structured data format.
XSS (Cross-Site Scripting) Client-side injection attack.
YAGNI (You Aren’t Gonna Need It) Avoid premature features. show details
YAML (YAML Ain’t Markup Language) Human-readable config.
Z-Index (Stacking Context) Controls element overlay.
Zero Downtime (No Service Interruption) Deploy without outage.