Learn to interact with the database using doobie in Scala.
Baeldung Author
Krzysztof Piszko
Here's what I've written (so far):
Baeldung on Scala
- All
- Persistence (1)
Baeldung on Kotlin
- All
- Kotlin IO (2)
- Libraries (1)
- Kotlin Collections (1)
- Kotlin Classes and Objects (1)
Creating a Directory In Kotlin
Filed under Kotlin IO
Learn different ways to create directories in Kotlin.
Defaulting Null Values on Non-Optional Parameters in Kotlin
Filed under Kotlin Classes and Objects
Discover patterns to set default values for nulls on required, nullable parameters in Kotlin.
Guide to Kotlin-Logging
Filed under Libraries
Have a look at a Kotlin sfl4j wrapper, named simply kotlin-logging.
Convert a Mutable Collection Into an Immutable One in Kotlin
Filed under Kotlin Collections
A quick and practical guide to making Kotlin collections immutable.
Listing Files Recursively in Kotlin
Filed under Kotlin IO
Learn how to list files recursively using standard Kotlin methods.