Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcinmoskala/kotlin-exercises
https://github.com/marcinmoskala/kotlin-exercises
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcinmoskala/kotlin-exercises
- Owner: MarcinMoskala
- Created: 2023-09-06T07:07:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-17T14:02:44.000Z (3 months ago)
- Last Synced: 2024-09-18T16:09:50.064Z (3 months ago)
- Language: Kotlin
- Size: 458 KB
- Stars: 27
- Watchers: 4
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)