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

Web Apps

A C G I K L M N P Q S T 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.

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.

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

Idle

2024-11-24T16:50:14+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

In information technology (IT), idle refers to the state of being idle. The computer scientist speaks of an idle process when this process is idle, i.e. inactive and therefore unused.

Kubernetes

2025-01-24T14:50:10+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is Kubernetes? Kubernetes is a DevOps tool for containerization and as an open source tool, the Kubernetes container orchestration tool manages the deployment, scaling and management of containerized applications.

Learn programming in 5 steps

2023-12-08T08:14:22+01:00Categories: Learn programming, Software development|Tags: , , , , , , , , , , , , , , , , |

How do I learn to program? If you want to learn programming, the following questions arise: What do I actually need to learn programming? How can I learn programming? How do I start programming? What should I program? - Ideas for your first program - programming is not as difficult as you might think.

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

Go to Top