Torsten Fink

@tnfink
10 Followers
29 Following
38 Posts
Ich bin Geschäftsführer der Berliner Einheit der akquinet. Neben der Leitung von Java EE-Projekten führe ich Architektur- und Technologieberatungen durch.

A nice article, starting with harmless maps and flatMaps in Kotlin and ending with functors and monads, hopefully without scaring the reader:

https://blog.akquinet.de/2025/02/28/the-map-and-flatmap-patterns/#writing-our-own-mappable-and-flatmappable-types

#fp #functionalprogramming #kotlin #arrowkt

The “map” and “flatMap” Patterns

We investigate the “map” and “flatMap” methods on different parameterised types (List, Option, Either) and look for what they have in common.

akquinet - Blog
Ein IMHO gut recherchierter und spannender Artikel über #SDC, der kommende Standard zur Vernetzung von medizinischen Geräten (#medtech). Wir schauen gerade darauf, wie man die maschinennahe Integration über #SDC mit den anwendernahen Prozessen, die über #FHIR beschrieben sind, sinnvoll vernetzen kann. Wer Interesse hat an einem Austausch, gerne melden. 🙂
https://medizin-und-technik.industrie.de/digitalisierung/warum-es-sinnvoll-ist-medizingeraete-ueber-sdc-zu-vernetzen/
Warum es sinnvoll ist, Medizingeräte über SDC zu vernetzen

Medizingeräte im OP könnten künftig untereinander via SDC-Standard kommunizieren und Messwerte austauschen. Erste Geräte kommen gerade auf den Markt.

medizin&technik - Ingenieurwissen für die Medizintechnik
Auf der #CES 2025 zeigt #Roborock einen Saug- und Wischroboter, der nicht nur den Boden putzt, sondern ihn mit einem ausfahrbaren Arm von Hindernissen befreit. 🦾🧦
A tiny experiment on using AI tools for SW development from a colleague of mine:
https://blog.akquinet.de/2024/12/20/exploring-ai-for-developers-first-impressions/
In contrast to the evaluation of my colleague, for me it is a good example why using LLMs is not a good idea for code manipulation. IMHO you need something that guarantees semantic equivalence.
Exploring AI for developers: First impressions

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 eff…

akquinet - Blog
Unser neuer Podcast mit meinen Kollegen Jana und Andreas über unsere Erfahrungen bei der Einführung der ISO-27001 in unser SW-Entwicklungsbude :-)
https://techatspree.podigee.io/16-iso27001
ISO 27001

Für große Firmen sind die Begriffe QMS und ISMS längst kein Fremdwort mehr (Qualitätsmanagement- und Informationsmanagementsystem). Viele sind bereits zertifiziert und haben angepasste Prozesse und Standards, mit denen sie ihre Arbeit und Daten schützen. Im heutigen Podcast nehmen euch Jana, Qualitätsmanagementbeauftragte, Andreas, unser Informationssicherheitsbeauftragter und Torsten, Geschäftsführer der tech@spree mit auf die Reise, wie man sich überhaupt nach der ISO 27001 zertifizieren lassen kann. Wie viel Vorarbeit benötigt eine Zertifizierung? Wie viel externe Unterstützung braucht man? Und was bedeutet so eine Zertifizierung letztendlich für die alltägliche Arbeit?

Tech Talks at tech@spree provided by akquinet
A nicely done and not too long example about using #TLA+ für the validation of certificates: https://blog.akquinet.de/2024/11/26/formal-architecture-verification-in-practice/
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 guarant…

akquinet - Blog
If you want to orchestrate a #FHIR server using #BPMN processes running in @Camunda, then here you can find answers: https://blog.akquinet.de/2024/11/25/camunda-under-fhir/
Integrating FHIR with Camunda 8: A Step-by-Step Guide

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 s…

akquinet - Blog
A nice overview combined with XML deep dives about #BICEPS, the service model of #SDC, the IEEE 11073 standard for medical devices:
https://blog.akquinet.de/2024/11/11/a-technical-view-on-biceps-as-part-of-iso-ieee-11073-sdc/
A Technical View on BICEPS as Part of ISO/IEEE 11073 SDC

The blog post delves into the IEEE 11073:10207 BICEPS standard for Service-Oriented Device Connectivity (SDC), which is essential for medical device communication. It outlines key components like t…

akquinet - Blog
For everyone, who has to handle XML Schemas (#xsd) , this article hints to a free, powerful and helpful tool:
https://blog.akquinet.de/2024/11/04/handle-complex-xml-schemas-easily-with-a-visual-approach-for-free/
Handle complex XML Schemas easily with a visual approach for Free

JSON is widely used for data exchange, but XML remains relevant, especially with the powerful XML Schema features. While popular IDEs like IntelliJ and Visual Studio Code lack free XML Schema visua…

akquinet - Blog
We are currently looking into #SDC, the new standard to interconnect medical devices. Here is a nice overview from a technological perspective:
https://blog.akquinet.de/2024/10/30/a-technical-overview-on-service-oriented-device-connectivity-iso-ieee-11073-sdc/
Enhancing Medical Device Interoperability with SDC Standards

Interoperability in Point of Care settings is limited by poor integration among devices, leading to alarm fatigue. The SDC standard aims to enhance secure communication and data exchange between devices.

akquinet - Blog