Kotlin Channels: An Alternative to BlockingQueues
When dealing with concurrent programming in Kotlin, it's essential to understand how to safely share data across different threads. Two commonly compared
Exploring Kotlin: Varargs and Infix Calls
You have certainly encountered these terms before, at least when you wanted to run your program or when you were inserting something
The Perils of Overusing @MockBean in Spring Boot
When it comes to testing Spring Boot applications, the @MockBean annotation is a powerful tool that can help us isolate the component
Kotlin Default and Named Arguments
Kotlin, a statically typed programming language developed by JetBrains, is known for its expressive syntax and modern language features. Two of these
Monitoring Zoom Webhooks for Missing Events
Webhooks are a powerful way to get real-time data from Zoom. They can be used to monitor health of your Zoom account,
Kotlin when in action
The when expression in Kotlin is a powerful conditional statement that can be used in place of the switch statement found in
Kotlin Sealed classes and interfaces
Sealed interfaces are a cornerstone in our project, employed extensively for mapping results and facilitating seamless communication between services. Their structured approach
Kotlin K2 compiler
The JetBrains team is excited to announce the stabilization of the K2 compiler with Kotlin 2.0.0. The K2 compiler is now the
Ktor roadmap 2024
We’ve decided to create our own open-source project, in which we’ve chosen to use Ktor as the main library. We’re particularly excited