Markus Kuhnt

Markus Kuhnt

Starfish.team - Co-Founder and Chief Technologist

Markus is co-founder and chief technologist of starfish.team. After graduating in Computer Science, Markus started to immerse himself in strategic transformation programmes of large organisations. In 2008, Markus switched to the entrepreneurial side and continued to transform organizations of all sizes with a keen sense for small custom-made software solutions that matter. His father introduced him to Erlang and the OTP in the 90s. Since then he has been very attached to the platform and its related languages.

Talk:
Server-less Making Sense

Server-less has become mainstream, and all relevant cloud platforms offer corresponding runtime environments. Elixir or Erlang can only be used in a roundabout way or lose their charm because they require their own platform.

Starfish.team provides a payment processing platform called Hellgate. Our service can be complemented with extension points to map customer-specific use cases. We have provided server-less / function as a service as an ideal starting point for these extensions.

In this talk, we present an approach for executing customised extensions on the same runtime as our core system. This requires elementary security mechanisms, which we achieve by analysing the code of the functions. In contrast to conventional white listing approaches, we can execute much more specific code (in the sense of a DSL) and prevent malicious calls.