-
Enterprise Java
Java Quarkus LangChain4j – Building a Chatbot
Quarkus is a modern Java framework designed for cloud-native applications, offering fast startup times and efficient resource usage. LangChain4j, inspired…
Read More » -
Enterprise Java
Spring AI MongoDB RAG Example
The Spring AI MongoDB RAG Tutorial offers a comprehensive guide to building a Retrieval-Augmented Generation (RAG) application using Spring Boot,…
Read More » -
Core Java
Java Performance 2 * i * i Multiplication : 2 * (i * i) Faster Than 2 * i * i
When optimizing code, even small differences in expression syntax can impact performance. One such example is the difference between 2…
Read More » -
Enterprise Java
Micronaut Error Handling
Error handling is one of the main concerns when developing systems. On a code level, error handling handles exceptions thrown…
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 » -
Core Java
Java Flatten 2D array Into 1D Array
Arrays are the most basic data structures in any language. Although we don’t work on them directly in most cases,…
Read More » -
Core Java
Java Remove All Characters Before Specific One Character
When working with strings in Java, we may encounter scenarios where we need to remove all characters before a particular…
Read More » -
Core Java
Java Array Minimum position – Finding the min element
Operations on arrays are essential, and we might need them in any application. Sometimes, they’re hidden behind more convenient interfaces…
Read More » -
Python
Python Beautifulsoup Example Cheat Sheet
"Interested to learn more about Beautifulsoup? Then check out our detailed example on Beautifulsoup Cheat Sheet
Read More »
- 1
- 2