Tag: #kotlin
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Kotlin Swift Export Reaches Alpha — It Is Tearing Down the Objective-C Bridge, but Do Not Cross Yet
The biggest tax Kotlin Multiplatform has paid on iOS has been the Objective-C bridge. Kotlin code could not reach Swift without passing through an Objective-C header, and in that crossing, Int? got boxed into KotlinInt,
2026-07-16 · 17 min read #kotlin#kotlin-multiplatform#swift#ios#compilerModern Kotlin 2026 — Kotlin 2.1, Compose Multiplatform, Ktor, Exposed, KSP, and Arrow Deep Dive
Kotlin 2.x took K2 GA, Compose Multiplatform 1.7 marked iOS stable, and Ktor 3 became the server-side default. Structured concurrency in Coroutines 1.10, typed errors in Arrow 2, fast codegen with KSP 2, Kotlin/Wasm GC,
2026-05-16 · 18 min read #english#kotlin#kotlin-2#compose-multiplatform#ktorModern Kotlin 2026 — Kotlin 2.1 / K2 Compiler / Compose Multiplatform / KMP 2.1 / Ktor 3 / Spring Boot Kotlin Deep Dive
Kotlin 2.1 (Nov 2024) made the K2 compiler the default, and 2.2 (Mar 2025) shipped context parameters. In the same window Compose Multiplatform 1.7 declared iOS stable, Ktor 3 added a WebAssembly target, and Spring Boot
2026-05-16 · 22 min read #kotlin#kotlin-2-1#k2-compiler#compose-multiplatform#kmpMobile Native Development Complete Guide 2025: Swift, Kotlin, SwiftUI vs Jetpack Compose
Everything about mobile native development! Swift 6 vs Kotlin 2.0, SwiftUI vs Jetpack Compose comparison, MVVM/Clean Architecture, async (Swift Concurrency vs Coroutines), DI, testing, performance, release process.
2026-04-15 · 15 min read #mobile#ios#android#swift#kotlinKotlin Complete Guide 2025: From Spring Boot Backend to Android, Multiplatform & Coroutines
Everything about Kotlin! Using Kotlin with Spring Boot, async processing with Coroutines, Ktor servers, Jetpack Compose UI, Kotlin Multiplatform (KMP), extension functions, null safety, sealed classes, DSL — the modern c
2026-03-24 · 21 min read #kotlin#spring-boot#android#coroutines#multiplatformToss Bank ML Backend Engineer Study Guide: Server Architecture, ML Serving, and Career Roadmap
Complete analysis of Toss Bank ML Service Team JD. Server architecture design, large-scale traffic handling, AI model serving on K8s, MSA distributed tracing — with a 6-month study roadmap and interview preparation.
2026-03-21 · 34 min read #ml-engineering#backend#tossbank#kubernetes#python