top of page
droidcon+icon.png

7-9 OCT. 2026

BERLIN

DroidCon_icon_rotatet.png
Anita_Singh_edited.jpg

( SPEAKER )

Marcin Moskała

Consultant, contractor, trainer, author of six books about Kotlin

( SESSION )

Structured Concurrency: The paradigm shift that changes modern development

For decades, concurrent programming has meant wrestling with complexity, resource leaks, and stray processes. Structured Concurrency presents a paradigm shift, changing how we write, read, and reason about concurrent code. This session cuts through the hype to reveal the core principle: concurrent tasks should have a clear beginning, end, and scope, just like any other code block. We'll explore how this simple idea leads to a powerful new reality where tasks are organized into clear hierarchies. Discover how this structure enables automatic, reliable cancellation—if one task fails or is cancelled, its entire family of related tasks is gracefully cleaned up. Join us to see how this paradigm, now being adopted in languages from Java to Kotlin and beyond, makes concurrent code robust, readable, and easier to manage than ever before.

( SESSION )

Understanding Compose modifiers and how their order effects UI

Time to finally understand how modifiers work in Jetpack Compose, to use them consciously, instead of just trying different order until it looks fine, and to prevent order-related mistakes. This presentation gives a deep explanation of modifiers and how they work, and it presents a formula for winning famous Jetpack Compose Modifier Guessing Game! Related with Modifier Guessing Game https://kt.academy/article/game-modifier-guesser
bottom of page