-
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Kafka Connector Sink To Elasticsearch Example
Apache Kafka is a distributed streaming platform that excels at handling real-time data feeds. Elasticsearch is a distributed search and…
Read More » -
JavaScript
How to Perform Load Testing Using k6
Load testing is a critical part of ensuring that your application can handle the expected traffic and perform well under…
Read More » -
Core Java
Java Micronaut in Docker: A Guide with Maven and Jib
Micronaut is a modern, JVM-based framework designed for building microservices and serverless applications. It’s known for its low memory footprint,…
Read More » -
Core Java
Java Unleash Feature Flags Example
Feature flags, also known as feature toggles, are a powerful technique in software development that allows you to enable or…
Read More » -
Core Java
Jackson Field Absent vs Null Difference
When working with JSON data in Java applications, distinguishing between absent fields and fields with null values is a common…
Read More » -
Enterprise Java
Creating Kafka Consumers With Reactor Kafka
Reactor Kafka provides a reactive API that integrates Apache Kafka with Project Reactor, enabling developers to create non-blocking, back-pressure-aware Kafka…
Read More » -
Software Development
Selenium Datepicker Example
Interacting with date pickers in web applications can be challenging due to their different implementations. Some date pickers allow direct…
Read More »