Learn how to set up and use TornadoFX with Kotlin.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Basics (19)
- Kotlin Collections (17)
- Testing (14)
- Kotlin Classes and Objects (14)
- Kotlin (11)
- Kotlin Strings (10)
- Spring (9)
- Kotlin-Java Interop (9)
- Libraries (8)
- Kotlin Concurrency (7)
- Asynchronous Programming (7)
- Kotlin Arrays (6)
- Series (5)
- Kotlin Functions (5)
- Kotlin Server-Side (4)
- Kotlin IO (4)
- Patterns (3)
- Kotlin Web (3)
- Kotlin Numbers (3)
- HTTP Client-Side (3)
- Functional Programming (3)
- Persistence (2)
- Algorithms (2)
- Security (1)
- Kotlin Dates (1)
Kotlin Coroutines: Waiting for Multiple Threads to Finish
Filed under Kotlin Concurrency
Learn about structured concurrency through examples of how to use async or launch for concurrent executions of coroutines
Coroutine Context and Dispatchers
Filed under Asynchronous Programming
Learn about the CoroutineContext and then continue with dispatchers as one of the important elements of the CoroutineContext
Working With Maps in Kotlin
Filed under Kotlin Collections
In this tutorial, we’ll look at the Map collection type in Kotlin.
Getters and Setters in Kotlin
Filed under Kotlin Classes and Objects
Learn about getters and setters for properties in Kotlin.
Lazy Initialization in Kotlin
Filed under Kotlin Basics
See how you can achieve lazy initialization in Kotlin.
Get a Random Number in Kotlin
Filed under Kotlin Numbers
Learn different ways for creating a random number in Kotlin.
Kotlin withContext() vs. async-await
Filed under Asynchronous Programming
Learn about Kotlin’s async and withContext and when to use each method
Kotlin Loops
Filed under Kotlin Basics
Explore various loops supported by Kotlin.