Backend programming

  • January 23, 2024
  • 1min read

Java Virtual Threads

Summary of virtual threads JEP 444 aims to significantly enhance Java’s concurrency model by making it more accessible, efficient, and maintainable. The

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
×