Quarkus and TestContainers - Drop Your Unit Testing Database
March 18, 2021What is TestContainers ? test-containers-logo TestContainers is a simple library. It helps with runnning containers for your integration…
Written by Yassin Hajaj , a passionate developer with interest in Java and Artificial Intelligence. You should follow them on LinkedIn
What is TestContainers ? test-containers-logo TestContainers is a simple library. It helps with runnning containers for your integration…
In this article, we’ll see how we can produce logs and read them in a dashboard using the following technologies: Quarkus Log4j2 Apache…
Introduction Java was kind of missing the possibility of defining sealed interfaces even though other languages may have implemented this…
Introduction NullPointerExceptions are often a nightmare to deal with in Java. Apart from the fact that they sneak around, they are also…
Introduction It’s been years since Contexts and Dependency Injection (CDI) exist on the Java EE platform. It simplifies dependency injection…
Introduction One of the downsides of working with lambdas is dealing with checked exceptions. Let’s see in this article how we can smoothen…
JDK 13 introduces multiline strings to the Java programming language. This feature comes with util methods to go along with it. One of them…
Kotlin & Spring DI outside in Quarkus Introduction Quarkus supersonic subatomic Java is, since its release, bringing a lot of cool features…
Hacker Introduction Java streams have been introduced with Java 8 in 2014. These are no data structures and so, a few benefits of having…
The invisible web component personified Introduction Using add-ons or writing it yourself, copying to the clipboard using Vaadin is not that…
Java architect explaining optionals Introduction Optional s have been introduced with Java 8 released in 2014. These objects are wrappers…
SaltBae seasoning a Java state-of-the-art app with some Kotlinish madness Introduction Use the following techniques to mimic Kotlin language…
Very Big Numbers Introduction In Java applications where financial integrity is crucial and no precision error can be admitted, Java…
ANNs : Ship trained model to production using Kotlin and DeepLearning4J Introduction In the previous article, we saw how to Build and train…
Introduction The Java Stream API has brought us a lot of awesome ways of working with data pipelines : streaming, mapping, filtering…
Introduction Using Kotlin and DeepLearning4J, we’ll discover today how easy it is to build and train our own neural network and visualize…
Simple Linear Regression from Scratch Using Kotlin Artificial Intelligence Illustration In this tutorial, we’ll learn how to use Kotlin to…