A guide to defining and using constructors in 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)
Creational Design Patterns in Kotlin: Builder
Filed under Patterns
In this quick article, we’ll see how to implement the Builder Design Pattern in Kotlin.
Spring Webflux with Kotlin
Filed under Spring
Take a look at a Spring Webflux example using Kotlin
Create a Java and Kotlin Project with Maven
Filed under Kotlin-Java Interop
Learn how to configure a Java+Kotlin project with Maven.
Kotlin with Ktor
Filed under Asynchronous Programming, Libraries
Learn how to use the Ktor framework for Kotlin to create a REST API.
Kotlin String Templates
Filed under Kotlin Strings
Explore Kotlin’s String templates and learn how to use them.
Working with Enums in Kotlin
Filed under Kotlin Classes and Objects
An overview of some basic and advanced enum constructs in Kotlin
Processing JSON with Kotlin and Klaxson
Filed under Libraries
Learn how to work with JSON in Kotlin using the Klaxson library.
Kotlin and Javascript
Filed under Kotlin Web
Learn how to create a node.js application with Kotlin