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

Software Design

A B C D F H L N O P S U V Y

Authentication

2023-10-13T11:40:19+02: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.

  • 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.

  • Heap Baum - Ein vollstaendiger binaerer Baum der die Struktur eines Heaps repraesentiert. Die Wurzel hat die groesste Zahl fuer einen Max-Heap

Heap

2023-12-22T08:13:35+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

What is a heap? The heap is a dynamic memory and therefore a memory area from which computers can request contiguous memory sections at program runtime and release them again in any order. This makes heap memory an alternative to local stack memory.

Idea generation and creativity in software development

2023-05-03T12:21:13+02:00Categories: Podcast, Software development|Tags: , , , , , , , , |

Idea generation and creativity are extremely important for software development. I'll show you how to develop and use creative thinking, problem solving, and prototyping in software development. Creativity is essential in developing software skills, communication, teamwork, and the prototyping process. For this purpose, I will introduce you to two valuable tools and how you can use them creatively. Learn now how to take your creative software development skills to the next level! Subscribe to our podcast now and let's rock software development & prototyping together!

Go to Top