Deterministic Concurrency in Transmission
Notes on improving concurrency performance in Transmission without making the behavior unpredictable.
Notes on improving concurrency performance in Transmission without making the behavior unpredictable.
Insights on when coding agents excel and struggle—implementing familiar solutions, tackling new problems, and learning abstractions.
Using Kotlin delegation and the Facade pattern to decouple callback-based SDK implementations from your Activity.
Implementing checkpoints API in Transmission to pause execution until a condition is validated.
Deep dive into Transmission library's core API—Transformers, TransmissionRouter, and how to test them effectively.
Using sealed interfaces and type-safe states to make Kotlin code easier to test and reason about.
Introducing the Transmission library for decoupling business logic in Android apps using Signals, Effects, and Data primitives.
Planning and executing multiple technical migrations in the Trendyol Android Project while maintaining feature development velocity.