Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thermondo/lets-learn-kotlin
Learning Path for Kotlin
https://github.com/thermondo/lets-learn-kotlin
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T06:09:59.000Z (over 1 year ago)
- Last Synced: 2024-04-16T01:57:46.949Z (9 months ago)
- Language: Kotlin
- Size: 187 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
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 🧑🏫
[![Build Status](https://github.com/thermondo/lets-learn-kotlin/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/thermondo/lets-learn-kotlin/actions)
[![codecov](https://codecov.io/gh/thermondo/lets-learn-kotlin/branch/main/graph/badge.svg?token=tppcs82J7U)](https://codecov.io/gh/thermondo/lets-learn-kotlin)
[![License](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/thermondo/lets-learn-kotlin/blob/main/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](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 🧑🏫