π Building a Semantic Search System with Spring AI and PGVector
https://www.javacodegeeks.com/building-a-semantic-search-system-with-spring-ai-and-pgvector.html
https://www.javacodegeeks.com/building-a-semantic-search-system-with-spring-ai-and-pgvector.html
Java Code Geeks
Building a Semantic Search System with Spring AI and PGVector
Implement semantic search using Spring AI and PGVector, leveraging AI-driven embeddings for accurate and intelligent search results.
π Multi-Tenancy in Spring Boot: Sharding vs. Schema Isolation
https://www.javacodegeeks.com/2025/03/multi-tenancy-in-spring-boot-sharding-vs-schema-isolation.html
https://www.javacodegeeks.com/2025/03/multi-tenancy-in-spring-boot-sharding-vs-schema-isolation.html
Java Code Geeks
Multi-Tenancy in Spring Boot: Sharding vs. Schema Isolation
Learn how to implement multi-tenancy in Spring Boot using schema-based isolation and database sharding. Explore best practices and more
π Spring Batch Composite Item Reader Example
https://www.javacodegeeks.com/spring-batch-composite-item-reader-example.html
https://www.javacodegeeks.com/spring-batch-composite-item-reader-example.html
Java Code Geeks
Spring Batch Composite Item Reader Example
Learn how to use Spring Batch Composite Item Reader to read data from multiple sources efficiently with full examples and explanations.
π Send and Receive Serialized Object in Socket Channel
https://www.baeldung.com/java-send-receive-serialized-object-in-socket-channel
https://www.baeldung.com/java-send-receive-serialized-object-in-socket-channel
Baeldung
Send and Receive Serialized Object in Socket Channel | Baeldung
Learn how to set up a client-server system using Java NIOβs SocketChannel to send and receive serialized objects.
π Building Predictive APIs with TensorFlow and Spring Boot
https://www.javacodegeeks.com/2025/04/building-predictive-apis-with-tensorflow-and-spring-boot.html
https://www.javacodegeeks.com/2025/04/building-predictive-apis-with-tensorflow-and-spring-boot.html
Java Code Geeks
Building Predictive APIs with TensorFlow and Spring Boot
Learn how to deploy TensorFlow models in Java using Spring Boot. Step-by-step guide to building low-latency predictive APIs
π Temporal.io for Java Microservices Workflows
https://www.javacodegeeks.com/2025/04/temporal-io-for-java-microservices-workflows.html
https://www.javacodegeeks.com/2025/04/temporal-io-for-java-microservices-workflows.html
Java Code Geeks
Temporal.io for Java Microservices Workflows
Learn how to implement Temporal.io in Java microservices for reliable long-running workflow orchestration. Explore workflow patterns, and more
π Spring Boot Performance with Java Virtual Threads
https://www.javacodegeeks.com/2025/04/spring-boot-performance-with-java-virtual-threads.html
https://www.javacodegeeks.com/2025/04/spring-boot-performance-with-java-virtual-threads.html
Java Code Geeks
Spring Boot Performance with Java Virtual Threads
Boost Spring Boot performance with Java 21 virtual threads (Project Loom). Learn configuration, benchmarks, and real-world use cases
π Firebase + Spring Boot CI/CD: Zero Downtime Deployments Made Simple
https://www.javacodegeeks.com/2025/04/firebase-spring-boot-ci-cd-zero-downtime-deployments-made-simple.html
https://www.javacodegeeks.com/2025/04/firebase-spring-boot-ci-cd-zero-downtime-deployments-made-simple.html
Java Code Geeks
Firebase + Spring Boot CI/CD: Zero Downtime Deployments Made Simple
Learn how to automate zero-downtime deployments for Firebase and Spring Boot apps using GitHub Actions. Step-by-step guide and more
π Exporting the Maven Version Number to a File
https://www.javacodegeeks.com/exporting-the-maven-version-number-to-a-file.html
https://www.javacodegeeks.com/exporting-the-maven-version-number-to-a-file.html
Java Code Geeks
Exporting the Maven Version Number to a File
Learn how to use Maven to output the project version number to a text file for tracking and deployment automation.
π Enabling HTTP/2 in Spring Boot with Tomcat
https://www.javacodegeeks.com/enabling-http-2-in-spring-boot-with-tomcat.html
https://www.javacodegeeks.com/enabling-http-2-in-spring-boot-with-tomcat.html
Java Code Geeks
Enabling HTTP/2 in Spring Boot with Tomcat
Learn how to enable HTTP2 in Spring Boot with Tomcat, including full configurations, SSL setup, and verification steps.
π How to Handle Generic List Matchers in Mockito
https://www.javacodegeeks.com/how-to-handle-generic-list-matchers-in-mockito.html
https://www.javacodegeeks.com/how-to-handle-generic-list-matchers-in-mockito.html
Java Code Geeks
How to Handle Generic List Matchers in Mockito
Learn how to use Mockito generic list matchers to avoid unchecked warnings and write type-safe unit tests efficiently.
π Chaos Engineering for Java: Testing Spring Boot Resilience with Gremlin & Litmus
https://www.javacodegeeks.com/2025/04/chaos-engineering-for-java-testing-spring-boot-resilience-with-gremlin-litmus.html
https://www.javacodegeeks.com/2025/04/chaos-engineering-for-java-testing-spring-boot-resilience-with-gremlin-litmus.html
Java Code Geeks
Chaos Engineering for Java: Testing Spring Boot Resilience with Gremlin & Litmus
Learn how to implement Chaos Engineering for Java Spring Boot apps using Gremlin and Litmus. Test resilience with controlled failures
π Apache Camel vs Apache Kafka: Understanding the Differences
https://www.javacodegeeks.com/apache-camel-vs-apache-kafka-understanding-the-differences.html
https://www.javacodegeeks.com/apache-camel-vs-apache-kafka-understanding-the-differences.html
Java Code Geeks
Apache Camel vs Apache Kafka: Understanding the Differences
Explore the key differences between Apache Camel vs Apache Kafka, and learn when to use each in integration.