Learn about Deep Java Library (DJL), an engine-agnostic machine learning framework developed by AWS.
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
- Artificial Intelligence (4)
- Spring AI (3)
- Java (3)
- Spring Data (2)
- Persistence (2)
- Data (2)
- Architecture (2)
- Web Services (1)
- Spring Cloud (1)
- Spring Boot (1)
- Spring (1)
- Security (1)
- Logging (1)
- Java Streams (1)
- Java Map (1)
- Java List (1)
- JSON (1)
- Core Java (1)
- Cloud (1)
- Algorithms (1)
Introduction to Netflix Hollow
Filed under Data
Learn about about Netflix Hollow, a low-latency framework for disseminating data from a source to multiple targets.
Working with Repository Vector Search Methods in Spring Data
Filed under Spring Data
Learn how Spring Data can help integrate with vector databases.
Using Groq Chat with Spring AI
Filed under Artificial Intelligence, Spring AI
Explore the integration of the Groq inference engine with Spring AI’s OpenAI library.
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.
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