Does quantum computing helps to understand the paradox of Schrödinger’s cat?

Quantum computers look like the first mainframe computers in the 1940s and 1950s: room-sized devices that only a small number of experts have access to. Almost like the Oracle of Delphi with its special caste of priests. Unlike back then, today, everyone can use this technology via the Internet.

Software Architecture: Layers and DTO’s

ArchUnit is a tool which enables you to test whether Java code (or Kotlin code) adheres to certain architectural requirements. For example, given a Spring application you can check that does a  service class does not call a controller class. Such a rule sounds superfluous, why should I call a controller from a service? But …