Supercharge Your Search Experience with Spring-AI: Unleashing Semantic Search, Function Calling…In today’s fast-paced digital world, finding relevant information quickly is more critical than ever. Traditional keyword-based search…Oct 19, 2024Oct 19, 2024
Exploration of Efficient Solutions for Creating Indices and Ingesting Data in OpenSearch container…Recently, I wanted to add integration tests for a project that used OpenSearch as the search engine. To ensure isolation and have a clean…May 5, 2024May 5, 2024
Published inLevel Up RoadmapDocumenting gRPC APIs in Spring BootAs gRPC gains popularity, effectively documenting gRPC APIs is becoming more important. However, gRPC documentation presents unique…Oct 1, 2023Oct 1, 2023
Published inLevel Up RoadmapIntegration Testing with TestContainers in Spring Boot (SpringData OpenSearch)Testcontainers is a popular Java library that allows spinning up docker containers programatically from JUnit tests. It handles all the…Sep 24, 20231Sep 24, 20231
Published inLevel Up RoadmapGetting Started with Spring Boot Data OpenSearchOpenSearch is a community-driven, open source data analytics suite that is fully compatible with Elasticsearch. It provides superior…Sep 18, 20235Sep 18, 20235
Spring Autowiring: Strategies for Resolving Bean ConflictsIn case of multiple beans of the same type, Spring finds itself in a quandary over which bean to autowire.Aug 1, 2023Aug 1, 2023
Published inLevel Up RoadmapHow to Install JDK on Windows, Linux, or MacOS easilyAlmost every year a new JDK has released! You can install multiple JDK in a second or switch the default one with one command.Dec 12, 2019Dec 12, 2019
Spring @RequestParam vs @QueryParam vs @PathVariable vs @PathParamThe annotations @RequestParam, @QueryParam and @PathVariable, PathParam are used to read values from the request. But which one is used…Jun 22, 20191Jun 22, 20191
Published inLevel Up RoadmapHow do I make a Git commit in the past?Recently, I checked one of my codes which was committed on Codeplex and due to shutting down of Codeplex decided to move it to Github.Jun 5, 2019Jun 5, 2019
How to add persistence support for Spring Boot project in IntelliJ IdeaWhen you have a Spring Boot project with JPA and using Hibernate to access a database, there is a strong feature in Intellij Idea which…Dec 25, 2018Dec 25, 2018