Kotlin
5 posts
Kotlin Functional Programming — Higher-Order Functions, Sequences, Scope Functions
Practical patterns for let, run, apply, also, sequences, and higher-order functions.
Spring Boot + Kotlin Practical Guide
Building a Spring Boot project with Kotlin, leveraging data classes and extension functions.
Kotlin DSL Builder Pattern — Creating Type-Safe Builders
Lambda with receiver, @DslMarker, and practical DSL implementation patterns.
Complete Guide to Kotlin Coroutines — launch, async, Flow
Coroutine scopes, launch/async, Flow, and structured concurrency.
Getting Started with Kotlin — Essential Syntax for Java Developers
Kotlin's null safety, data classes, extension functions, and key differences from Java.