Casper Weiss Bang
Casper Weiss Bang's blog

Casper Weiss Bang's blog

Follow
homeAboutbadges
Tag

DDD

#ddd

More content

Read more stories on Hashnode


Articles with this tag

Code vs. Cells

Jun 8, 20233 min read

Why I've Ditched Excel and Google Sheets and instead built small domain models. · Motivation I like Domain-driven design, and seeing how to utilize it. A...

Code vs. Cells

Searching for third-party details in a microservice architecture

Oct 27, 20227 min read

How do you enforce a pure domain model, while allowing clients to search for information related to, but not included in, your domain model? ·...

Searching for third-party details in a microservice architecture

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#