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

Design Pattern

A B C D F G I K L M N O P Q S T U V W X Y
  • Serialisierung

Serialization – How does serialization of data work?

2023-12-23T11:00:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, serialization is the mapping of structured data to a sequential form of representation.

  • Sortieralgorithmen - Der Sortieralgorithmus bei der Programmierung

Sorting algorithms

2023-12-07T14:16:43+01:00Tags: , , , , , , , , , , , , |

Sorting algorithms are a set of algorithmic methods that arrange items in a collection or list in a specific order, often numerically or alphabetically. We provide you with an easy-to-understand explanation and clear illustrations of the complexity of sorting algorithms.

  • Styleguide für Digitale Medien und digitale Formate

Styleguide

2023-12-23T09:45:11+01:00Tags: , , , , , , , , , , , , , , , , , , |

A style guide is a description of defined design principles. Style guides can be defined for different design objectives. Everything you need to know about style guides...

  • Synchrone Kommunikation - Request und Response

Synchronous communication

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

Synchronous communication in the data traffic of web applications transmits the request to the web server after a user's activity in the web browser or via a web app.

Go to Top