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

Web App

A C G 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

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.

Micro front end

2024-12-02T05:21:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

The micro frontend is a design pattern that uses the strengths and advantages of microservices to improve the user experience of a web frontend.

node.js

2024-11-10T20:59:47+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

Node.js is a JavaScript runtime environment that is based on Chrome's V8 JavaScript engine. This is how you can specifically increase performance with node.js... Node.js can be used to execute JavaScript code on the server side. In this way, Node has become a popular alternative to PHP or Ruby. For full-stack developers, it is also more efficient to write both frontend and backend code in the same programming language.

Go to Top