Explore the integration of the Groq inference engine with Spring AI’s OpenAI library.
Also find me here:
Baeldung Author
Parthiv Pradhan
With nearly 20 years of experience in the IT field, I bring a wealth of knowledge and expertise to my role as a technical writer at Baeldung. Based in India, I am passionate about Cloud Services, AI/ML, Java, and Performance Engineering, sharing insights and learning through writing. Outside of my professional pursuits, I enjoy practicing yoga to maintain a balanced and healthy lifestyle.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (3)
- Java (3)
- Artificial Intelligence (3)
- Persistence (2)
- Architecture (2)
- Web Services (1)
- Spring Data (1)
- Spring Cloud (1)
- Spring (1)
- Security (1)
- Logging (1)
- Java Streams (1)
- Java Map (1)
- Java List (1)
- JSON (1)
- Data (1)
- Core Java (1)
- Cloud (1)
- Algorithms (1)
How to Do Nested Mapping in Mapstruct?
Filed under Java
Learn how to map nested properties from a POJO with MapStruct.
Mastering Context in MapStruct: Leveraging @Context for Complex Source Mappings
Filed under Java
Learn about the @Context annotation in the MapStruct library and populate POJO attributes using external sources or services.
How to Map a Source Object to the Target List Using MapStruct?
Filed under Java List
Learn how to populate a List in a target object from specific attributes of a source object.
Integrating Pkl With Spring Boot
Filed under Spring Boot
Learn how to use Pkl (Pickle) to specify configuration as code in a Spring Boot application.
Constraint Programming Using Choco
Filed under Algorithms
Explore Choco-solver, a versatile and expressive open-source library for solving combinatorial problems, and learn how to use it for Sudoku puzzles.
Implementing an AI Assistant with Spring AI
Filed under Artificial Intelligence, Spring Boot
Explore the key Spring AI features that can help create an AI assistant.
Consuming Messages in Batch in Kafka Using @KafkaListener
Filed under Spring
Learn how to use the @KafkaListener annotation to handle Kafka messages in batches.
Monitor Java Application Logs With Loggly
Filed under Logging
Learn how to configure and use Loggly, a cloud-based log management tool for Java.
Baeldung on SQL
- All
- Database Access (1)
Fix the PSQLException: “FATAL: sorry, too many clients already”
Filed under Database Access
Learn about the PostgreSQL exception, FATAL: sorry, too many clients already