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: 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