I tried to create Kotlin database migration library.
Continue reading Kotlin: Database Migration – Harmonica 0.0.4Tag Archives: Kotlin
Kotlin: Scope Function Categorization
I categorized scope functions, let
, with
, also
, apply
, run
in Kotlin.
Spring: Start Page Number from 1 with Pageable
Ordinary, Spring Pageable starts page number from zero. Here I introduce the way to begin page number with 1.
Continue reading Spring: Start Page Number from 1 with Pageable(日本語) Kotlin: KDoc の書き方
Kotlin: Difference between Blank and Empty
Kotlin String has methods, isBlank()
and isEmpty()
. I wrote about their difference.