π JIT vs. AOT: Choosing GraalVM Native Image for Java
https://www.javacodegeeks.com/2025/03/jit-vs-aot-choosing-graalvm-native-image-for-java.html
https://www.javacodegeeks.com/2025/03/jit-vs-aot-choosing-graalvm-native-image-for-java.html
Java Code Geeks
JIT vs. AOT: Choosing GraalVM Native Image for Java
Learn the key differences between JIT and AOT compilation in Java and discover when to use GraalVMβs Native Image
π Zero-Downtime Deployments in Spring Boot with Kubernetes and Istio
https://www.javacodegeeks.com/2025/03/zero-downtime-deployments-in-spring-boot-with-kubernetes-and-istio.html
https://www.javacodegeeks.com/2025/03/zero-downtime-deployments-in-spring-boot-with-kubernetes-and-istio.html
Java Code Geeks
Zero-Downtime Deployments in Spring Boot with Kubernetes and Istio
Learn how to achieve zero-downtime deployments for Spring Boot applications using Kubernetes and Istio. Explore blue-green deployments & more
π Event Sourcing with Axon Framework in Spring Boot
https://www.javacodegeeks.com/2025/03/event-sourcing-with-axon-framework-in-spring-boot.html
https://www.javacodegeeks.com/2025/03/event-sourcing-with-axon-framework-in-spring-boot.html
Java Code Geeks
Event Sourcing with Axon Framework in Spring Boot
Explore how to implement Event Sourcing in Spring Boot using the Axon Framework for scalable, event-driven microservices. Learn about CQRS,.
π Serverless Spring Boot with Knative on Kubernetes
https://www.javacodegeeks.com/2025/03/serverless-spring-boot-with-knative-on-kubernetes.html
https://www.javacodegeeks.com/2025/03/serverless-spring-boot-with-knative-on-kubernetes.html
Java Code Geeks
Serverless Spring Boot with Knative on Kubernetes
Learn how to scale Spring Boot microservices on Kubernetes using Knative. Discover auto-scaling, event-driven execution and more
π Deep JVM Observability with eBPF: Beyond Prometheus
https://www.javacodegeeks.com/2025/03/deep-jvm-observability-with-ebpf-beyond-prometheus.html
https://www.javacodegeeks.com/2025/03/deep-jvm-observability-with-ebpf-beyond-prometheus.html
Java Code Geeks
Deep JVM Observability with eBPF: Beyond Prometheus
Discover how to leverage eBPF tools like BCC and bpftrace for deep JVM performance insights. Learn advanced techniques and more
π Spring AI Testing: AI Evaluators Example
https://www.javacodegeeks.com/spring-ai-testing-ai-evaluators-example.html
https://www.javacodegeeks.com/spring-ai-testing-ai-evaluators-example.html
Java Code Geeks
Spring AI Testing: AI Evaluators Example
Spring ai testing ai evaluators: Learn how to test AI models using Spring AI Evaluators for accurate and reliable AI performance.
π Optimizing Java Apps for NUMA: NUMA-Aware Threading
https://www.javacodegeeks.com/2025/03/optimizing-java-apps-for-numa-numa-aware-threading.html
https://www.javacodegeeks.com/2025/03/optimizing-java-apps-for-numa-numa-aware-threading.html
Java Code Geeks
Optimizing Java Apps for NUMA: NUMA-Aware Threading
Learn how to optimize Java applications for NUMA architectures using NUMA-aware threading, memory allocation, and performance
π 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.