-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcourse-info.yaml
32 lines (29 loc) · 1.49 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
type: marketplace
title: "Kotlin Onboarding: Object-Oriented programming"
language: English
vendor:
name: JetBrains
email: [email protected]
url: https://www.jetbrains.com/
summary: "
<p>This course is designed for novices in Kotlin and focuses on the object-oriented (OOP) concepts of the Kotlin language.
This is the second module of the course, the first module can be found on JetBrains <a href=\"https://plugins.jetbrains.com/plugin/21067-kotlin-onboarding--introduction\">Marketplace</a>.
This module assumes that you are familiar with all the constructs discussed in the first part.</p>
<p>Each lesson of the course is built in the form of a web project: step by step, by completing different small tasks,
you will get a functional project in the end. At the end of each lesson, an additional similar project
will be offered: it includes all the topics of the lesson but does not contain the theory part.</p>
<p><i>Note, this course does not provide a detailed explanation of the OOP concepts,
it just shows how to use them in Kotlin and can briefly remind you the definitions.</i></p>
<p>All topics will be accompanied by links to <a href=\"https://kotlinlang.org/docs/home.html\">the official Kotlin documentation</a>,
which you can read later. After this course, you will be ready to write basic Kotlin applications.</p>
"
programming_language: Kotlin
content:
- introduction
- aliasServer
- wordsGeneratorServer
- codenamesServer
- memoryTrainerServer
- FeedbackSurvey
tags:
- Backend