09/09/2025

In previous blog posts, I presented two essential components of a simple and universally applicable software architecture: events with dispatchers, listeners, and data pools. This already makes it easy to implement many simple use cases. But it's only simple in the ...

Read more

11/12/2024

In safety-critical software projects, software quality is paramount. Especially for Class C software, which must be certified according to strict standards such as IEC 62304 (medical technology), it is essential that every aspect of the software is thoroughly tested. Errors can ...

Read more

Nowadays, apps in the healthcare sector are very important. Apps that can read and process data from medical sensors are particularly useful. Flutter is an open-source framework from Google that is ideal for developing such apps. Our goal was ...

Read more

AI – What is it anyway? Artificial intelligence is currently on everyone's lips, but very few people are concerned with how it works or what it ultimately means. Basically, the term itself raises questions. ...

Read more

06/13/2024

No more errors when using flash memory! A dream that is within reach with a little effort? Yes, at least you can make the developer's life much easier if errors are avoided from the outset or the system in which a ...

Read more

Writing requirements is an integral part of every product development. Only when you know what the product is supposed to do can you design it accordingly and ultimately test it. But time and again, I see specifications that simply don't ...

Read more