Kotlin

  • May 25, 2024
  • 1min read

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

Read More
  • April 15, 2024
  • Less than a minute

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

Read More
  • April 11, 2024
  • 2mins read

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

Read More
  • February 16, 2024
  • Less than a minute

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

Read More
  • January 25, 2024
  • 1min read

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

Read More
  • January 4, 2024
  • 2mins read

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

Read More
  • October 5, 2023
  • Less than a minute

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

Read More
×