window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

Prototyping Wiki

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
  • Test Driven Development (TDD) - Qualität von Software sichern

Test Driven Development (TDD)

2025-05-14T08:15:08+02:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Test Driven Development (TDD) ist eine bewährte Vorgehensweise in der Softwareentwicklung, bei der Tests noch vor der eigentlichen Implementierung des Codes geschrieben werden. TDD folgt einem iterativen Ablauf und dem Prinzip: Red – Green – Refactor TDD ist kein Testverfahren, sondern eine Entwicklungsmethodik, bei der die Tests das Design des Codes maßgeblich mitgestalten. Die Technik hilft bei der Softwareentwicklung, sauberen, wartbaren und gut getesteten Code zu schreiben – von Beginn an.

  • TLS Protocol - The TLS handshake

TLS Protokoll

2024-12-03T16:47:10+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Was ist ein TLS Protokoll? - Ein TLS-Protokoll gewährleistet eine sichere Kommunikation zwischen zwei Hosts aus Basis einer transportgeschützten Verbindung. TLS-Protokolle sind Bestandteil des Transport-Layers.

  • Tracing Microservices - Visualizing Data Flow and Performance The image showcases a structured representation of a microservices architecture analyzed with tracing tools. Each colored box represents a microservice, interconnected by arrows indicating data flow. Timestamps, labeled as "latency in ms," are shown alongside arrows to highlight the performance of each service call. A vertical timeline on the right provides a chronological view of request processing across the entire architecture, helping developers identify bottlenecks, monitor system health, and improve efficiency. This visualization emphasizes transparency and control in managing distributed systems.

Tracing

2025-01-13T15:44:22+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

Was ist Tracing? ✅ Tracing bezeichnet in der Programmierung von Software eine Funktion zur Analyse von Programmen. Tracing kommt auch bei der Fehlersuche in Programmen oder Apps / WebApps zum Einsatz. Bei der Tracing-Analyse handelt es sich um eine genau Ablaufverfolgung.

  • TypeScript - Superset Programming Lanuage bridging JavaScript

TypeScript

2024-11-22T09:46:34+01:00

TypeScript - Vom JavaScript-Ökosystem zu neuen Horizonten: Entdecken Sie TypeScript! Tauchen Sie mit uns in die Vorteile statischer Typisierung ein und erfahren Sie, warum TypeScript die Webentwicklung revolutioniert.

Nach oben