-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcourse-info.yaml
33 lines (33 loc) · 1.29 KB
/
course-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
type: marketplace
title: "Kotlin Onboarding: Introduction"
language: English
summary: "<p>This course is designed for novices in Kotlin and focuses on the basic\
\ concepts of the Kotlin language. Each lesson of the course is built in the form\
\ of a project: step by step, by completing different small tasks, you will get\
\ a finished small project in the end. At the end of each lesson, an additional\
\ similar project will be offered: it includes all the lesson topics but does not\
\ contain the theory part.</p>\n<p><i>Note, this course does not provide a detailed\
\ explanation of the basic concepts, like variables: it just shows how to use them\
\ in Kotlin and can briefly remind you the definitions.</i></p>\n<p>All topics will\
\ be accompanied by links to the official Kotlin documentation, which you can read\
\ later. After this course, you will be ready to write basic console applications\
\ in the Kotlin-like style.</p> "
vendor:
name: JetBrains
email: support@jetbrains.com
url: https://www.jetbrains.com/
programming_language: Kotlin
content:
- Introduction
- TheFirstDateWithProgramming
- Chat
- WarmUp
- MastermindAdvanced
- Hangman
- AlmostDone
- LastPush
- FeedbackSurvey
tags:
- Beginner-friendly
environment_settings:
jvm_language_level: JDK_17