🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Writing multi-threaded software is hard. Debugging and chasing down problems like deadlocks, race conditions, and memory leaks is even harder.Kotlin takes a different approach. It doesn't have to be so hard. Learn how you can write concurrent and asynchronous software using coroutines. And stop sharing memory to communicate mutable data. Leverage channels to safely communicate across coroutines.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.