PinnedPascal Mengelt·May 15, 2021Camundala — a new Way to develop Camunda BPMNs.Will Scala 3 change the way we develop BPMN Processes? 😉
Pascal Mengelt·Feb 6, 2023Testing (Camunda)-DMN Tables automatically V.2Two years ago, I created a tool to test DMNs automatically. Now it is time for the first big Update (UI only).A response icon1A response icon1
Pascal Mengelt·Feb 22, 2021Testing (Camunda)-DMN Tables automatically — Part 2How we can easily find out if the DMN-Tables were changed by the Business — and if this could have introduced a bug.A response icon1A response icon1
Pascal Mengelt·Jan 8, 2021Testing (Camunda)-DMN Tables automaticallyWorking with DMN Tables is quite easy. It is like working with an Excel Spread Sheet. The idea is that the business people define the…
Pascal Mengelt·Nov 3, 2020Slinky doing React the Scala wayTranslating the Intro of the React Tutorial to Slinky / Scala.
Pascal Mengelt·May 5, 2020Building a cool CLI with Decline for my ZIO AppSee how nicely Decline and ZIO work together.A response icon2A response icon2
Pascal Mengelt·Mar 16, 2020What are the benefits of the ZIO modules with ZLayersThree months ago I wrote this Blog:A response icon1A response icon1
Pascal Mengelt·Dec 22, 2019How to use the same Test for different Implementations with ZIOThis is a follow up of my last Blog where I tried to decouple the Program from its Implementation.
Pascal Mengelt·Dec 15, 2019How to dynamically inject the implementation for ZIO with MacWireOr why I had to change my implementation to make this work.
Pascal Mengelt·Dec 9, 2019Decouple the Program from its Implementation with ZIO modulesOr how to separate your Domain Logic from the Infrastructure