From 7ae745531a22703ea9e32d48f9b9e0895fd5a27c Mon Sep 17 00:00:00 2001 From: Anthony Palomarez Date: Thu, 28 Jul 2022 19:49:12 -0700 Subject: [PATCH] Update README.md added an article from doordash --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b48e38f..23ade18 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ http://www.seanh.cc/posts/functional-core-imperative-shell BoochTek, LLC http://blog.boochtek.com/category/programming/architecture +DoorDash Engineering +https://doordash.engineering/2022/07/26/functional-core-imperative-shell-using-structured-concurrency-to-write-maintainable-grpc-endpoints-in-kotlin/ + # 4. Reality... Conceptually, these are nice ideas. But how well do they ride in reality? Here are some of my experiences from C#.