Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions topics/kotlincookbook/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
aliases: kotlin-recipes, learn-kotlin-by-examples
display_name: Kotlin CookBook
short_description: Learn Kotlin through fun, recipe-style examples - perfect for beginners!
topic: kotlincookbook
related: kotlin, programming, learn-to-code
---
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.

**Why this approach works for beginners:**
- 🍳 Learn by doing – Type the code yourself
- 📖 One concept at a time – No overwhelming theory
- 👨‍🍳 Real analogies – "If statement" becomes "IfChef"
- 🧪 Play and experiment – Each recipe includes challenges

Ideal for absolute beginners, educators, or anyone who wants to refresh Kotlin syntax in a fun way.

**Example repositories:**
- [realmg51-cpu/KotlinCookBook](https://github.com/realmg51-cpu/KotlinCookBook) – The original Kotlin CookBook with 20+ recipes and Docker support