1
1
Fork 0

feat(course-info.yaml): Course description updated, vendor info added

Closes https://youtrack.jetbrains.com/issue/EDC-517
This commit is contained in:
Igor 2021-09-03 10:33:14 +03:00
parent c1decb0879
commit 000dc9aad4
1 changed files with 18 additions and 9 deletions

View File

@ -1,13 +1,22 @@
title: AtomicKotlin
language: English
summary: The examples and exercises accompanying the AtomicKotlin book
summary: <p>These are examples and exercises accompanying the <a href ="https://www.atomickotlin.com/">Atomic Kotlin book</a>. These materials are designed for both dedicated novices and experienced programmers no programming background is necessary.</p>
<p>Kotlin is powerful not only does it have a rich set of features, but you can
also express those features in numerous ways. These features are discussed in the book and presented in the exercises.</p>
<p>Each atom in Atomic Kotlin is accompanied by several exercises to cement your understanding of the material. We recommend solving the exercises directly after reading an atom.</p>
programming_language: Kotlin
vendor:
name: JetBrains
email: support@jetbrains.com
url: https://www.jetbrains.com/
content:
- Programming Basics
- Introduction to Objects
- Usability
- Functional Programming
- Object-Oriented Programming
- Preventing Failure
- Power Tools
- Appendices
- Programming Basics
- Introduction to Objects
- Usability
- Functional Programming
- Object-Oriented Programming
- Preventing Failure
- Power Tools
- Appendices