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

Software as a service

B C U
  • 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.

  • Komplexität beherrschen: Gesundheitswesen. Klare Anforderungen. Git.

Clear requirements & standards in software development – mastering complexity

2025-01-15T13:22:02+01:00Categories: Software development|Tags: , , , , , , , , , , , , , , , , |

Clear requirements in software development are essential. Digital transformation is not a question of if, but how. The complexity of our digital infrastructure presents us with major challenges...

  • Cloud Computing

Cloud

2025-01-06T21:46:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

What is cloud? Cloud or cloud computing moves data and programs from desktop PCs or servers in a company to remote cloud servers. Cloud storage therefore consists of a standard server network in a cloud data center or distributed across several cloud server locations.

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.

  • Unit Test

Unit test

2023-12-13T15:45:15+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a unit test? A unit test checks the behavior of a software unit in the system. This test for software checks whether a small and isolated part of the code base, called a "unit", behaves as the developer intended. The unit test checks whether an isolated piece of code does what it is supposed to do

Go to Top