Search Results for: java 8
-
spring
Understanding Kafka Topics and Partitions
Apache Kafka is an open-source stream-processing platform designed for handling real-time data feeds. It operates on a publish-subscribe model, allowing…
Read More » -
Core Java
Converting int Array to HashSet
Java is a versatile and powerful programming language used for a wide range of applications. Sometimes, you may need to…
Read More » -
Core Java
Get First Set Item
A Java Set is a collection that stores unique elements, ensuring that no duplicates are allowed, and maintains (or not)…
Read More » -
Core Java
JSON array to List
JSON, or JavaScript Object Notation, is a lightweight data-interchange format. It’s easy for humans to read and write, and simple…
Read More » -
spring
Simplified Routing via Spring Cloud
Spring Cloud is a framework that simplifies building and managing cloud-native applications in the Java ecosystem. It offers a set…
Read More » -
spring
Spring Chatbot with ChatGPT
In today’s technology-driven world, chatbots have gained significant popularity due to their ability to automate conversations, provide instant customer support,…
Read More » -
spring
Using ChatGPT in Spring Boot
Integrating ChatGPT with Spring Boot opens up exciting possibilities for natural language interaction within your Java-based applications. ChatGPT, developed by…
Read More » -
spring
Spring Data JPA Scroll API
The Scroll API offers filtering capabilities through both offset and keyset methods. Unlike offset-based filtering, which necessitates the retrieval of…
Read More » -
Docker
List of Dependent Child Images in Docker
This article explores how to get a list of dependent child images in Docker, a skill that can greatly enhance…
Read More »