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

https://github.com/danielbrito/kotlin-studies

:robot: Kotlin experiments.
https://github.com/danielbrito/kotlin-studies

kotlin

Last synced: 9 months ago
JSON representation

:robot: Kotlin experiments.

Awesome Lists containing this project

README

          

# :robot: Kotlin Studies

These experiments cover different tools and concepts related to Kotlin from my [self-directed](https://github.com/DanielBrito/self-learning) studies.

## :bookmark_tabs: Topics

- Kotlin Language
- Object-Oriented Programming
- Nullability
- Handling Exceptions
- Collections
- Flow Control
- Functions
- Lambda Functions
- Generics
- Extensions
- Coroutines
- Spring Framework
- REST APIs

## :card_file_box: Resources

- [Kotlin Docs](https://kotlinlang.org/docs/home.html)

## ⚔️ Challenges

- [Kotlin Koans](https://play.kotlinlang.org/koans/Introduction/)