Learn about Http4k and its elegant, functional approach to Kotlin backend development.
Also find me here:
Baeldung Author
David Parlanti
I'm a Lead Developer with almost 20 years experience on System Integration, APIs Design and Software-Containerization. I love learning languages and technologies, I feel this stuff keeps me connected to the world. When I am not developing, cats and sociology are definitely my best friends.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Libraries (1)
- Kotlin Server-Side (1)
- Kotlin Basics (1)
Kotlin Comparable Interface
Filed under Kotlin Basics
Learn the nuances of the Comparable interface in Kotlin and some additional features it has in comparison to its Java counterpart.
How to Parse JSON Without Data Class in Kotlin
Filed under Libraries
A quick and practical guide to parsing a JSON without a data class in Kotlin.