Tag Archives: 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 の書き方


Sorry, this entry is only available in 日本語.


Kotlin: Difference between Blank and Empty


Kotlin String has methods, isBlank() and isEmpty(). I wrote about their difference.

Continue reading Kotlin: Difference between Blank and Empty