Models That Match Reality When modeling a domain, it’s important to have our model actually match reality.
Fewer Operations on Custom Types is Valuable Less is more. Wrapping primitives in custom types restricts your available operations and that’s a good thing.
How to stop using your GraphQL API as a REST API It’s so easy to get lost in the flexibility of GraphQL that we can miss out on some of its benefits.
Understanding Elm's Type Mismatch Error Breaking down Elm’s Type Mismatch error in basic and complex cases.