https://github.com/thermondo/lets-learn-kotlin
Learning Path for Kotlin
https://github.com/thermondo/lets-learn-kotlin
Last synced: 4 months ago
JSON representation
Learning Path for Kotlin
- Host: GitHub
- URL: https://github.com/thermondo/lets-learn-kotlin
- Owner: thermondo
- License: mit
- Created: 2022-10-17T11:16:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:33:37.000Z (6 months ago)
- Last Synced: 2025-01-22T12:32:05.635Z (6 months ago)
- Language: Kotlin
- Size: 188 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Let's Learn Kotlin 🧑🏫
[](https://github.com/thermondo/lets-learn-kotlin/actions)
[](https://codecov.io/gh/thermondo/lets-learn-kotlin)
[](https://github.com/thermondo/lets-learn-kotlin/blob/main/LICENSE)
[](CODE_OF_CONDUCT.md)In this repository you will solve problems as a way to learn Kotlin. Each
problem is backed by a unit test to insure you get to a correct solution. In
addition to the unit tests, you will find a potential solution. This repository
is split into different levels from basics to advanced topics.# Basics
In this module you will learn how to:
* Functions and variables
* Classes and properties - TODO
* Enums - TODO
* When - TODO
* Control flow - TODO
* Exceptions - TODO# Advent of Code
This module contains the Advent of Code problems, to apply the things you've
learned working through the other modules. See
[Advent of Code](/advent-of-code/ADVENT_OF_CODE.md) for more information.# Inspiration
Let's Learn Kotlin was inspired
by [RxRiddles](https://github.com/vanniktech/RxRiddles). RxRiddles is a great
way to learn how RxJava 🧑🏫