Search Results for: Scala
-
Scala
Testing with Scala
When learning a new language or framework one of my early questions is nowadays: What about testing? Obviously I asked…
Read More » -
Scala
How Scala changed the way I think about my Java Code
Some people advocate their preferred language as the only way to enlightenment and productivity boosts way in the two digit…
Read More » -
Scala
What features of Java have been dropped in Scala?
Despite more complex and less intuitive syntax compared to Java, Scala actually drops several features of Java, sometimes for good,…
Read More » -
Enterprise Java
Event-Driven Microservices with Spring Boot & Kafka
Event-driven architecture is ideal for microservices because it decouples services, making them more scalable and resilient. Apache Kafka, paired with…
Read More » -
Vue.js
Mastering State Management in Vue 3 with Composition API and Pinia
State management is a crucial aspect of building complex applications in Vue.js. With the introduction of Vue 3, the Composition…
Read More » -
Enterprise Java
Multiple Criteria in Spring Data Mongo DB Query
MongoDB, a leading NoSQL database, offers flexibility and scalability, making it a popular choice for modern applications. When working with…
Read More » -
Enterprise Java
Spring Reactive switchIfEmpty() Example
The switchIfEmpty operator in Spring Reactive allows developers to provide an alternative publisher that is subscribed to when the source…
Read More » -
Enterprise Java
Generate Java Classes From Avro Schemas Using Gradle
In this tutorial, we’ll learn how to generate Java classes from an Apache Avro schema.First, we’ll familiarize ourselves with two…
Read More »