<style> .film__track { height: auto !important; } .film__stage { position: static !important; height: auto !important; /* Ohne diese Zeile ist der Rückfall LEER: container-type: size bemisst die Bühne nicht mehr nach ihrem Inhalt, und overflow: hidden schneidet alles weg. */ container-type: normal !important; } .film__poster { position: absolute !important; } .film__content [data-film-anchor] { position: static !important; transform: none !important; opacity: 1 !important; margin: 2.5rem clamp(1rem, 5vw, 4rem) !important; max-width: 34rem; } </style>
Glossary

Technical terms explained clearly

This glossary explains key concepts in web development, SEO, data privacy and performance — concise, clear and with practical context.

A

  • A/B Testing – A/B testing systematically compares website variants to measurably increase conversion rates. Methodology, tools, and co
  • Accessibility – Accessibility covers the technical design of barrier-free websites: semantic HTML, ARIA attributes, and keyboard navigat
  • API – An API defines standardized interfaces for communication between frontend, backend, and external systems. Structure, typ
  • Data Processing Agreement – A Data Processing Agreement (Art. 28 GDPR) governs the compliant processing of personal data by external service provide

B

  • Barrierefreiheit – Website accessibility: legal requirements under BFSG, WCAG 2.1 AA standard, and practical implementation for SMEs in Ger
  • Build Process – The build process transforms development code into optimized production artifacts. Compilation, bundling, and tree-shaki

C

  • Caching – Caching stores data strategically to reduce load times and minimize server load. Learn how to use browser, server, and C
  • CDN (Content Delivery Network) – A Content Delivery Network distributes website content to edge servers worldwide, measurably reducing load times. How to
  • CI/CD (Continuous Integration & Delivery) – CI/CD automates building, testing, and deploying software. Continuous Integration and Continuous Delivery for fast, erro
  • Containerization – Containerization with Docker packages applications into isolated, portable units. Architecture, security and use in web
  • Conversion Rate – Conversion rate: what it means, how it is calculated, and how SMEs can systematically optimize their website for more in
  • Crawl Budget – Crawl budget determines how many URLs Google crawls per domain. Learn how technical optimization maximizes your budget a
  • Critical CSS – Critical CSS loads only the visible styles inline, measurably accelerating First Contentful Paint and LCP. Learn how to
  • Cumulative Layout Shift – Cumulative Layout Shift measures unexpected layout shifts during page load. Learn how to improve your CLS score and ensu

D

  • Data Minimization – Data minimization requires businesses to collect only purpose-bound personal data. Learn how to minimize risks and corre
  • DNS (Domain Name System) – DNS translates domain names into IP addresses — the foundation of every website's accessibility.
  • Deployment – Deployment describes the structured process of transferring applications to production after the build. Strategies, tool
  • Third-Party Providers – Third-party providers in websites affect data protection, performance, and security. Learn what to consider when integra
  • GDPR-Compliant – GDPR-compliant means that websites technically and organizationally comply with the General Data Protection Regulation.
  • Duplicate Content – Duplicate content dilutes rankings when identical content is accessible under multiple URLs. Learn how to avoid duplicat

E

  • EU AI Act – The world's first comprehensive AI regulation — risk classes, obligations, and timeline for businesses using AI systems.
  • Consent – Consent under the GDPR requires voluntary, informed agreement to data processing. Learn how to implement legally complia

F

  • First Contentful Paint – First Contentful Paint measures the time until the first visible content appears in the browser. Learn how to optimize y
  • Framework – A framework structures web application development with libraries, conventions, and tools. Angular, React, and Vue compa

G

  • Git (Version Control) – Git is the leading distributed version control system for collaborative web development with branching and CI/CD pipelines.

H

  • Headless CMS – A Headless CMS separates content management from the frontend and delivers content via API. Benefits for performance, fl
  • Hosting (Web Hosting) – Web hosting provides server infrastructure for websites. Shared hosting, VPS, and managed hosting compared for SMEs.
  • HTTPS (HyperText Transfer Protocol Secure) – HTTPS encrypts browser-server communication via TLS. Mandatory for SEO, GDPR compliance, and browser security.

I

  • Indexing – Indexing describes how search engines add content to their search index. Learn which factors influence inclusion and how
  • Infrastructure as Code (IaC) – Infrastructure as Code (IaC) defines servers and services as versioned code. Terraform, Docker Compose and Ansible for r
  • Internal Linking – Internal linking controls how search engines crawl and weight your website. Learn hub-spoke architecture and best practi

J

  • JWT (JSON Web Token) – JSON Web Tokens (JWT) enable stateless authentication in web applications. Structure, security, token rotation and best

K

  • Keyword Cannibalization – Keyword cannibalization weakens rankings when multiple pages compete for the same keyword. Learn the causes, detection m
  • AI Agent – AI agents plan and execute tasks autonomously using LLMs and tools. Definition, types, and practical application in web
  • Kubernetes – Kubernetes (K8s) orchestrates containers in production environments: scaling, load balancing, rolling updates and self-h
  • AI Labelling – The obligation to make AI content and AI interactions recognisable as such – the core of the Art. 50 EU AI Act transparency obligation.
  • AI Chatbot – A dialogue system based on an LLM, often with RAG – subject to GDPR duties and, from 2026, to AI labelling.

L

  • LLM (Large Language Model) – LLMs like GPT-4 or Claude understand and generate human language. What they mean for web development, SEO, and AI search.
  • Load Time – Load time determines rankings, conversions, and bounce rates. Learn how to measure and optimize LCP, FCP, and TTI effect
  • Largest Contentful Paint – LCP measures the load time of the largest visible element and is Google's most important Core Web Vital. Learn how to ac
  • Lazy Loading – Lazy loading loads images and components only when needed, measurably reducing initial load time. How to implement it in
  • Local SEO – Local SEO improves discoverability in regional search results. Learn strategies from Google Business Profile to city pag

M

  • MCP (Model Context Protocol) – Open standard by Anthropic for integrating LLM-based AI assistants with external tools, databases, and APIs.
  • Microservices – Microservices decompose applications into independent services. Benefits, challenges and when this architecture truly pa
  • Monitoring – Monitoring continuously tracks performance, availability, and security of servers and web applications. Tools, metrics,

N

  • Node.js – Node.js runs JavaScript on the server — the foundation for build tools, npm packages, and Angular SSR/SSG rendering.

O

  • OAuth 2.0 – OAuth 2.0 is the standard for delegated authorization on the web. Authorization Code Flow, PKCE, scopes and token securi

P

  • PageSpeed – PageSpeed determines how quickly your website loads and becomes interactive. Learn which factors influence LCP, CLS, and
  • Personal Data – Personal data encompasses all information relating to identifiable individuals. Learn which data the GDPR protects and h
  • Progressive Enhancement – Progressive enhancement builds websites in layers: functional HTML as the foundation, CSS for presentation, JavaScript f
  • Progressive Web App (PWA) – A Progressive Web App (PWA) combines website reach with app functionality: offline capability, installation and push not

R

  • RAG (Retrieval-Augmented Generation) – RAG combines LLMs with custom knowledge bases for more accurate, up-to-date AI responses without model retraining.
  • Rate Limiting – Rate limiting restricts requests to APIs and servers per time window. Protection against DDoS, brute-force and bot traff
  • Redirect – Redirects forward URLs and preserve rankings during relaunches. Learn the difference between 301 and 302 redirects and c
  • Rendering – Rendering transforms HTML, CSS, and JS into visible content. CSR, SSR, or SSG -- which strategy fits, and how it impacts
  • Responsive Design – Responsive design adapts websites to smartphones, tablets, and desktops. Mobile-first strategy, media queries, and perfo
  • Reverse Proxy – A reverse proxy forwards requests to backend servers and provides SSL termination, caching, load balancing and security.

S

  • Schema Markup – Schema Markup provides search engines with structured data via JSON-LD. Learn how Rich Results and AI visibility boost y
  • Secret Management – Secret management secures API keys, passwords and certificates through encrypted storage, access control and automatic r
  • SEO Hub – An SEO hub bundles topically related content on a central page, strengthening internal linking, authority, and rankings
  • Separation of Concerns – Separation of concerns clearly divides responsibilities in software architectures. Why this principle improves maintaina
  • Server Hardening – Server hardening reduces the attack surface of web servers through targeted configuration, privilege restriction, and se
  • Server-Side Rendering (SSR) – Server-Side Rendering generates HTML on the server instead of the browser. Benefits for SEO, Core Web Vitals, and UX — w
  • Server-Side Validation – Server-side validation checks user inputs on the server, protecting APIs and databases from manipulation, injection atta
  • Server Location – Server location impacts GDPR compliance, load times, and data protection. Learn why EU hosting is critical for German we
  • Shared Hosting – Shared hosting shares server resources between websites. Learn when shared hosting is sufficient and when you should swi
  • Sitemap – A sitemap provides search engines with a structured URL overview of your website. Learn how to accelerate indexing and c
  • SSL Certificate – An SSL certificate enables HTTPS encryption between browser and server. Learn how TLS secures your website and strengthe
  • Static Site Generation (SSG) – Static Site Generation creates HTML at build time. Benefits: maximum performance, perfect SEO scores, and high security

T

  • TypeScript – TypeScript adds static typing to JavaScript for safer, more maintainable web development. Standard in Angular projects.
  • Transparency Obligation – The Art. 50 EU AI Act duty to disclose that AI is involved – for chatbots and AI content, binding from 2 August 2026.

U

  • Environment Variables – Environment variables separate configuration from source code and enable secure, environment-specific settings. The twel
  • UX (User Experience) – User Experience covers load time, navigation, readability, and accessibility — all ranked by Google as core quality signals.

V

  • Vanilla JavaScript – Vanilla JavaScript refers to development without framework dependencies. When plain JS is the better choice and how it e

W

  • Maintainability – Maintainability describes the ability to develop code and infrastructure in a stable, traceable, and extensible manner o
  • Webhook – Webhooks enable event-based real-time communication between systems. How they work, security considerations and use in C
  • Workflow Automation – Workflow automation connects systems via APIs and eliminates manual routine tasks. Tools like n8n and Make, strategies,

Z

  • Zero Trust – Zero Trust treats every access as potentially insecure. Principles, implementation with JWT, CSP and rate limiting for s
  • Two-Factor Authentication (2FA) – Two-factor authentication (2FA) protects user accounts with a second factor beyond the password. Methods, standards, and
Project inquiry