How to Display Explicit Type Hints for Variables in IntelliJ IDEA
Recently, I installed the latest version of IntelliJ IDEA on my new laptop. When I started writing code, I realized that explicit
Kotlin 2.0
Kotlin 2.0 introduces several key updates: K2 Compiler Kotlin 2.0 introduces many new features, with one of the biggest and most interesting
Ktor Plugin Registry
Since Ktor is an excellent framework that allows for the creation of asynchronous client and server applications—from microservices to multiplatform HTTP client
Intellij Idea version 2024.1 Beta is now avilable
You can read the full article about the IntelliJ IDEA 2024.1 Beta on the JetBrains blog using this link. Here’s a summarized
Spring framework new release 6.1.4
The Spring Framework 6.1.4 introduces new features enhancing its reactive and coroutine support. Here’s an overview of several new features that Spring
Effective Transformations of Immutable Lists in Kotlin
In Kotlin, filtering an immutable list (read-only list) does not require creating additional copies. The filter function in Kotlin already creates a
Kotlin Extension Functions
Introduction When we first came across extension functions, we weren’t quite sure where and how we could use it. But after a
Current Gradle Version Lacks Support for Java 21
I wanted to explore and test Project Loom and the virtual threads it offers in newer versions of Java, such as version