Java
-

OpenCV Java Object Detection
In this article, OpenCV Java Object Detection demonstrates how to identify specific objects in a real image using OpenCV DNN(Deep…
Read More » -

Event Sourcing with Axon Framework in Spring Boot
Event Sourcing is a powerful architectural pattern that captures all changes to an application state as a sequence of events.…
Read More » -

Spring Boot Pkl Example
Pkl is a configuration-as-code language developed by Apple, blending the simplicity of static formats like JSON with the expressiveness of…
Read More » -

Using LangChain4j in Micronaut
LangChain4j is a Java library that simplifies working with LLMs, enabling us to create AI-driven applications with minimal complexity. By…
Read More » -

Zero-Downtime Deployments in Spring Boot with Kubernetes and Istio
Ensuring zero downtime during deployments is crucial for modern applications, especially in microservices architectures. Kubernetes, combined with Istio, provides powerful…
Read More » -

JIT vs. AOT: Choosing GraalVM Native Image for Java
Java applications traditionally rely on Just-In-Time (JIT) compilation for performance optimizations. However, with the advent of GraalVM’s Native Image, developers…
Read More » -

Getting Started with ActiveJ
ActiveJ is a lightweight, high-performance Java framework designed for building scalable and efficient applications. It provides an alternative to traditional…
Read More » -

Mock JWT Decoding with JwtDecoder in JUnit Tests
JSON web tokens (JWTs) are widely used for microservices and Spring security authentication. When testing Spring applications, mocking JWT decoding…
Read More » -

Java String Slicing Example
Python provides a powerful and concise way to slice Strings using simple syntax. However, Java does not have built-in String…
Read More »






