InGoogle Developer ExpertsbyDavid Denton·Jun 29, 2021Refactoring Kotlin type-signatures for fun and profitIn which I derive the core type signatures of http4k from an unexpected source, by using refactoring and FP techniques more commonly…A response icon2A response icon2
InGoogle Developer ExpertsbyDavid Denton·Feb 26, 2021Companion Objects: Kotlin’s most unassuming power featureIn which I argue the case for Kotlin’s Companion Objects being the Clark Kent of language features, in being deceptively powerful, and how…A response icon4A response icon4
InGoogle Developer ExpertsbyDavid Denton·Feb 8, 2021Smash your Adapter Monolith with the Connect patternIn which I describe a pattern for writing third party adapters in a modular and extensible way, hoping that it is original enough for me…