Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcinmoskala/kotlin-exercises


https://github.com/marcinmoskala/kotlin-exercises

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Kotlin Exercises

This is a collection of Kotlin exercises by Marcin Moskala. They are used on the following workshops:
- [Kotlin for Developers](https://kt.academy/workshop/developers) - 3 days workshop for developers to become proficient in Kotlin.
- [Kotlin Pro](https://kt.academy/workshop/pro) - 3 days workshop for Kotlin developers to learn about the best practices and advanced features of Kotlin.
- [Kotlin Coroutines](https://kt.academy/workshop/coroutines) - 2 days workshop for developers to learn about Kotlin Coroutines.
- [Kotlin Mastery](https://kt.academy/workshop/mastery) - 2 days workshop for developers to learn about advanced Kotlin practices and techniques, including safety, synchronization, and performance optimization.
- [Kotlin Expert](https://kt.academy/workshop/expert) - 2 days workshop for developers to learn about advanced Kotlin features, including generic variance modifiers, DSLs, delegation, reflection, and metaprogramming.

Those exercises can be found in a dedicated book: [Kotlin Exercises](https://leanpub.com/kotlin_exercises).

Most of those exercises can be found in the following books:
- [Kotlin Essentials](https://leanpub.com/kotlin_developers)
- [Functional Kotlin](https://leanpub.com/kotlin_functional)
- [Kotlin Coroutines: Deep Dive](https://leanpub.com/coroutines)
- [Advanced Kotlin](https://leanpub.com/advanced_kotlin)