Introduction to Package Management
Package management is absolutely everywhere! But don’t just trust me, listen to what master Yoda has to say about package management: My ally is the package, and a powerful ally …
Package management is absolutely everywhere! But don’t just trust me, listen to what master Yoda has to say about package management: My ally is the package, and a powerful ally …
Stellen wir uns vor, wir wären Teil eines Teams, das ein komplexes System wie ein autonomes Fahrzeug oder einen Computertomographen (CT) entwickelt. Wie behalten wir den Überblick über alle Komponenten, …
During software development, the choice of the development environment may prove to be very important. They provide many helpful features that aid the developer write clean and error-free code. However, …
Docs-as-Code is the approach of writing documentation the same way we write code. When coding, we create classes, functions and tests with simple text files. These text files can be …
Creating documentation for software projects is essential, yet often neglected by developers. Good documentation helps users understand how to use a software project and can help other developers contribute to …
Risikomanagement für Medizinprodukte nach ISO 14971:2019 fokussiert sich auf die Safety von Medizinprodukten. Allerdings gewinnt auch die Security von Medizinprodukten immer mehr an Bedeutung. Die MDR fordert, dass Hersteller Risiken …
Vehicular connectivity, software defined vehicles, self-driving cars. These mega trends increase the importance of software in cars more and more. On the other hand, vehicles become a more vulnerable and …
Einleitung Dieser Artikel bildet den dritten und letzten Teil unserer Reise in die Welt der Move-Semantik in modernem C++. Im ersten Teil haben wir betrachtet, wie wir Move-Semantik ab C++11 …
Einleitung In Teil 1 dieser kleinen Blog-Serie hatten wir uns angeschaut, wie wir in modernem C++ Move-Semantik implementieren und diese verwenden. In diesem Beitrag werden wir uns damit befassen, was …
Einleitung Vor einiger Zeit habe ich mit dem Method Park-Automotive-Team einen kleinen Workshop zu einem der wichtigsten Sprachmerkmale durchgeführt, die uns C++11 beschert hat: Move-Semantik. Die Inhalte dieses Workshops möchte …