Laytoun' thoughts!

Secure kibana dashboards using keycloak

Kibana is an open source data visualization plugin for Elasticsearch. It provides visualization capabilities on top of the content indexed on an Elasticsearch cluster. Users can create bar, line, and scatter plots, or pie charts and maps on top of large volumes of data. But while using kibana, you'll sooner

Spring Boot starter for minio

From cloud-based backup solutions to high-availability content delivery networks (CDNs), object storage has become an integral part of the modern technology landscape. And, with its small footprint, straightforward interface, and compatibility with multiple cloud storage services, the Minio object storage server packs a lot of punch. Minio is an open-source

Convolutional Neural Networks with Deeplearning4j

I am a developer, and I've (as you've) heard a lot about machine learning and neural networks ... and whenever I decide to take my first step, I find myself dealing with something like: CNNs use a variation of multilayer perceptrons designed to require minimal preprocessing. They are also known as

Building reactive real time aircrafts tracker using Reactor!

The Reactive Streams specification is an industry-driven effort to standardize Reactive Programming libraries on the JVM, and more importantly specify how they must behave so that they are interoperable. Implementors include Reactor 3, RxJava 2, Akka Streams, Vert.x and Ratpack. The reactive streams standard provides the minimal API to

Reactive Streams example - Java 9

JEP 266basically answers the need for an interoperable publish-subscribe framework that sought to standardize reactive streams solutions for the JVM. This way library implementations now have a standard that warrants compliance for interoperability and a common base to derive from, the JVM. This post highlight a comprehensive example that underscores

Laytoun' thoughts! © 2026