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

Frameworks

A B C F G L N O P Q 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.

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.

GitHub

2024-12-09T08:40:16+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is GitHub? GitHub is a cloud-based platform for versioning software based on Git versioning. GitHub online repositories are very popular and therefore widely used. GitHub is a version control system

  • software library

Library

2023-12-22T10:05:11+01:00Tags: , , , , , , , , , , |

A library refers to a software library as a ready-made collection of code that can be used to perform general software development tasks. Libraries are essentially a collection of functions and procedures that can be called up by other software programs to execute certain functions.

Nuxt

2024-11-10T20:17:37+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

Nuxt.js is a framework for building Vue.js applications. Nuxt.js is a web-app-framework for building Vue.js applications. The Nuxt framework helps software developers take advantage of a modern web app concept with the features built into it.

Go to Top