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

Software Design

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

Asynchronous communication

2024-11-30T10:33:21+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , |

Asynchronous communication is not only a technical concept, but also influences the way software is developed and delivered. Asynchronous communication methods can improve the user experience by reducing the waiting time for the user.

Authentication

2024-11-22T08:27:45+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

Authentication is a multi-step process in identity management. Authentication in an IT system implements IT security functions that are realized by various security services and components.

  • Bootstrapping in der Softwareentwicklung

Bootstrapping

2023-12-15T16:09:26+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , |

What is bootstrapping? Bootstrapping is the technical way in which a software stack is defined, i.e. how an application is configured and started. Bootstrapping is therefore a typical deployment process.

  • Bridge-Pattern Konzept in der Softwareentwicklung - Softwarearchitektur Pattern

Bridge pattern

2023-12-22T08:04:55+01:00Tags: , , , , , , , , |

The bridge pattern is a design pattern for software that serves to decouple an abstraction from your implementation so that both software components can be changed independently of each other without influencing each other. Bridge patterns are useful tools for creating flexible, modular and easy-to-maintain systems.

  • ChatGPT - KI Modelle zur Sprachverarbeitung

ChatGPT

2023-12-29T10:55:35+01:00Tags: , , , , , , , , , , , , , , , , , |

ChatGPT is currently the most powerful AI in the form of a state-of-the-art language processing model, developed by OpenAI, based on the GPT architecture (Generative Pre-trained Transformer). As a variant of the GPT-3 and later the GPT-4 family, this AI model is characterized by its ability to generate human-like texts and respond to a variety of inputs in natural language. AI models are trained using machine learning and a large amount of text data to understand and mimic the patterns and nuances of human language. Artificial intelligence (AI) and AI applications are now extremely diverse, ranging from answering questions and creating content to complex discussions on a wide range of topics.

Cloud service models

2025-01-10T11:07:00+01:00Tags: , , , , , , , , , , , , , , , , |

What is a cloud service model? Cloud service models define key characteristics of a cloud and classify cloud service models with corresponding provision modes.

  • Coden im Team - Warum gemeinsam programmieren so effektiv ist

Coding in a team: Why programming together is so effective

2023-12-06T10:06:40+01:00Categories: Learn programming, Software development|Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Coding in a team: How to realize better software and achieve better results with other developers. You'll learn why it pays to collaborate with other software developers & how to specifically improve your own skills.

  • Confidential Computing - Technologische Grundlagen und Herausforderungen

Confidential computing – technological foundations and challenges

2024-05-21T18:30:05+02:00Categories: Cloud Computing & Cloud Technology, Unkategorisiert|Tags: , , , , , , , , , , , , , , , , , , , |

Confidential computing - this term sounds pompous at first, but it is a decisive factor when it comes to ensuring the security and confidentiality of our data in the cloud. But what exactly do we mean by confidential computing? In this article and our Rock the Prototype podcast episode, we look at various technologies that play a role in the context of confidential computing. I will illustrate how Trusted Execution Environments or Multi-Party Computation, Zero-Knowledge Proofs and other exciting technologies help to create a more secure environment for our data.

Go to Top