Debugging Ktor Upload Performance (OkHttp vs CIO)
Why presigned S3 uploads were 3–5× slower with Ktor+OkHttp than CIO, and how instrumentation showed file I/O was the bottleneck.
Read more3 articles tagged with this topic
Why presigned S3 uploads were 3–5× slower with Ktor+OkHttp than CIO, and how instrumentation showed file I/O was the bottleneck.
Read more
A practical refactoring example that uses abstraction to make code easier to read and change—by pushing complexity down and making intent obvious.
Read moreA quick intro to the C4 model—Context, Container, Component, and Code—and why it’s a convenient way to communicate architecture with progressive detail.
Read more