September 2024

Spring Boot – integrating with Gradle

Spring Boot – Integrating with Gradle Introduction Integrating Spring Boot with Gradle is essential for developers aiming to streamline their build, dependency management, and deployment processes. Gradle, a build automation…

Kotlin – How to Read a CSV File

Introduction Reading CSV files in Kotlin is a common requirement for various data processing tasks. A CSV (Comma Separated Values) file is simple, text-based, and widely used to represent tabular…