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

Software Architecture

A B C D F G H I K L M N O P Q R S T U V W X Y
  • Heap Baum - Ein vollstaendiger binaerer Baum der die Struktur eines Heaps repraesentiert. Die Wurzel hat die groesste Zahl fuer einen Max-Heap

Heap

2024-11-20T14:49:59+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!

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.

  • IT Standards - Warum Interoperabilität und Sicherheit unverzichtbar sind

IT standards – Why interoperability and security are essential

2024-02-24T18:19:09+01:00Categories: Software development|Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

IT standards are the invisible network that ensures security, enables interoperability and holds our digital landscape together. Without IT standards, we would fall back into an era of digital turbulence in which nothing communicates with each other, security gaps are omnipresent and no progress is possible. Today we dive into the world of IT standards - we explore why they are essential, what makes a good standard and how they shape our digital future.

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.

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

Loops

2024-11-13T10:35:41+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, a loop is a program structure that repeats a sequence of instructions until a certain condition is met.

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.

Microservices

2024-11-16T10:08:48+01:00Tags: , , , , , , , , , , , , , , , , |

Microservices are small, autonomous services that work together. The key to a good microservice architecture lies in the implementation of small and autonomous microservices.

Go to Top