Skip to content

Commit cb1c0e8

Browse files
authored
Add kotlincookbook topic metadata
1 parent 21f78c0 commit cb1c0e8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

topics/kotlincookbook/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
aliases: kotlin-recipes, learn-kotlin-by-examples
3+
display_name: Kotlin CookBook
4+
short_description: Learn Kotlin through fun, recipe-style examples - perfect for beginners!
5+
topic: kotlincookbook
6+
related: kotlin, programming, learn-to-code
7+
---
8+
The **Kotlin CookBook** topic gathers repositories that teach Kotlin programming using a "cookbook" or "recipe" metaphor. Each "recipe" is a small, focused code example that explains one concept at a time – just like following steps in a cooking recipe.
9+
10+
**Why this approach works for beginners:**
11+
- 🍳 Learn by doing – Type the code yourself
12+
- 📖 One concept at a time – No overwhelming theory
13+
- 👨‍🍳 Real analogies – "If statement" becomes "IfChef"
14+
- 🧪 Play and experiment – Each recipe includes challenges
15+
16+
Ideal for absolute beginners, educators, or anyone who wants to refresh Kotlin syntax in a fun way.
17+
18+
**Example repositories:**
19+
- [realmg51-cpu/KotlinCookBook](https://github.com/realmg51-cpu/KotlinCookBook) – The original Kotlin CookBook with 20+ recipes and Docker support

0 commit comments

Comments
 (0)