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

Prototyping Wiki

A B C D F G H I J K L M N O P Q R 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.

  • Single Stepping Attacke - Cybercrime - IT-Security

Single-Stepping Attack – Cyberattacks made easy to understand!

2024-11-26T15:27:01+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

Focus on single-stepping attacks: This advanced attack method makes it possible to analyze programs step by step and expose specific vulnerabilities. In episode 18 of our Rock the Prototype podcast, you will also find out how such attacks can undermine even state-of-the-art protection mechanisms such as hardware security modules (HSM) and secure enclaves. We explain cyber attacks and teach you the basics of IT security in an easy-to-understand way. Find out more about IT security now!

  • 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