Casper Weiss Bang
Casper Weiss Bang's blog

Casper Weiss Bang's blog

Follow
Series

Modelling a Kanban board in F#

I've wanted to learn F#, and want to share observations and solutions along the way - The project is to implement a kanban board microservice via DDD principles, acting as my own domain expert.

Articles in this series

Strongly typed Id in f#

Sep 13, 20222 min read

Using a primitive type to store ids is inherently problematic. I explore the minimal way of creating a type-strong Id object in f#. · Motivation Way too...

Strongly typed Id in f#
Searching for third-party details in a microservice architecture