-
Practical Code Sharing with Kotlin Multiplatform Part (2/3)
by
In the first part of this series we gave a brief overview of Kotlin Multiplatform (KMP). In part 2 and 3 we will discuss best practices and patterns for code sharing between different environments and languages. In our projects we are developing a cross-platform framework targeting Java/JVM as well as Kotlin and JavaScript/Web runtime environments.…
-
Practical Code Sharing with Kotlin Multiplatform Part (1/3)
by
A common code basis can be crucial to implement and maintain in large projects. Especially, if the components of the project are using different languages and platforms. In this series of blog articles we will describe our experiences and best practices with Kotlin Multiplatform and show how to to move common code into a framework/library.…
-

-

Implementation of classic machine learning with Dräger
by
Large language models (LLMs) are rapidly advancing, enhancing AI’s accessibility and applications in natural language processing, sentiment analysis, and automation. Projects, such as with Dräger, exemplify the successful integration of machine learning in medical settings, despite challenges like data quality. Improving prediction accuracy is crucial for effective clinical decision-making.
-

Supportive Software for Ambulatory Quality Assurance
Adminstrative processes in the health care environment are very complex. akquinet’s expertise in digitizing health care processes helps organizing quality assuring measures and significantly improves the outcomone of QA processes in a health care organization.
-
Exploring AI for developers: First impressions
by
In this article, we want to gather first impressions on the ubiquitous new AI tools that are supposed to render us programmers obsolete. First learnings are: Yes, AI can certainly save you some effort — for instance, by generating basic structures for unit tests and the like. It also can support you during development suggesting…
-

Where to start with Docker – Part 3
This article is Part 3 of a Docker series focusing on container security. It highlights best practices such as using minimal base images, managing secrets securely, running as non-root users, limiting container privileges, and regularly updating base images to minimize vulnerabilities. These practices enhance security, maintainability, and performance of containerized applications.
-

Formal architecture verification in practice
When we want to make sure that our code works as expected, we write tests like unit tests or integration tests to verify that. But these tests can only point out certain errors, they cannot guarantee the absence of errors. Formal architecture verification can do just that, within the boundaries we define. Let’s look at a real…
-

Camunda under FHIR
The blog post discusses integrating FHIR data sources within Camunda 8 for process automation in the medical domain. It presents two approaches: a custom job handler using HAPI FHIR and a no-code solution through a Camunda REST connector. Each has its advantages, offering flexibility in handling patient data efficiently.
-

Where to start with Docker – Part 2
Explore the essentials of Docker in this hands-on guide. Learn how to install Docker, understand core concepts, build images using multi-stage builds, and optimize containers for deployment. Plus, discover how to push images to registries and explore alternative container tools to enhance your development workflow.
Join 120+ subscribers
Stay up to date with everything you need to know.

You must be logged in to post a comment.