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
  • Access Token

Access Token

2024-07-12T15:34:22+02:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is an access token? Access tokens are digital keys that allow a client access to protected server resources as soon as a user is successfully authenticated. You should definitely be familiar with these tokens as an integral part of the OAuth 2.0 specification, as they are used for secure authorization. Learn more about software development and IT security now...

  • Adapter Pattern - Adapter Entwurfsmuster Programmieren lernen

Adapter Pattern

2023-12-10T19:27:22+01:00Tags: , , , , , , , , , , , , |

The Adapter Pattern is a structural design pattern for software that allows objects with incompatible interfaces to work together. It converts the interface of a class into another interface so that this API then meets the functional requirements and is easily maintainable without changing the source code of the original class. The properties of the Adapter Pattern are always very useful when an API to be adapted is not within the sphere of influence of the software to be changed.

  • KI Frameworks - Libraries fuer Kuenstliche Intelligenz

AI Frameworks

2023-12-16T10:14:26+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

AI frameworks are collections of software libraries, tools and guidelines that are specifically designed for the development of artificial intelligence (AI) are designed. Such frameworks provide developers with a structured starting point with a powerful AI environmentin which they can develop and implement algorithms for machine learning (ML), deep learning, natural language processing (NLP) and other AI-related technologies. Top 10 AI frameworks, Types of AI frameworks, Technological aspects of AI frameworks Application areas and use cases of AI frameworks

  • AI language models

AI language models

2025-02-05T13:55:57+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

AI language models - what's behind them? Artificial intelligence is changing the way we interact with machines. Language models enable machines not only to understand language, but also to generate meaningful, human-like responses. Find out more now...

  • Application Programming Interface (API)

Application Programming Interface (API)

2025-03-10T16:30:39+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

An Application Programming Interface (API) is an interface that enables software components or systems to communicate with each other. APIs define which functions and data are provided by software and how they can be used by other programs.

  • Architecture Trade-off Analysis Method (ATAM) - Software Architektur Reviews - Qualitätsszenarien für Softwarearchitektur

Architecture Trade-off Analysis Method (ATAM) – Software Architecture Reviews

2024-09-17T17:46:45+02:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is the Architecture Trade-off Analysis Method (ATAM)? If you have ever worked with complex systems as a software architect, you know how crucial these trade-offs are for the long-term success of a project. ATAM helps you to better understand these trade-offs and identify potential risks early on before they have a negative impact in later development phases.

  • Artificial Intelligence Act - AI Act der EU

Artificial Intelligence Act – All the facts about the EU’s AI Act

2025-01-11T10:02:52+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

What is the EU's Artificial Intelligence Act - AI Act for short? The Artificial Intelligence Act (AI Act) is the world's first binding law regulating artificial intelligence (AI). The AI Act was adopted by the European Commission on March 13, 2024, after being introduced as a legislative proposal in April 2021. The AI Act is thus part of a broader European Union (EU) AI strategy that aims to harness the potential of AI while minimizing risks, maximizing opportunities, combating discrimination and ensuring transparency in the use of AI technologies.

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.

Go to Top