🆕 HashMap Implementation to Count the Occurrences of Each Character in Java
https://www.baeldung.com/java-hashmap-count-occurrences-character
https://www.baeldung.com/java-hashmap-count-occurrences-character
Baeldung
HashMap Implementation to Count the Occurrences of Each Character in Java | Baeldung
Explore two HashMap-based implementation to count the occurrences of each character in a given string.
🆕 Swagger Group Endpoints By Resources Example
https://www.javacodegeeks.com/swagger-group-endpoints-by-resources-example.html
https://www.javacodegeeks.com/swagger-group-endpoints-by-resources-example.html
Java Code Geeks
Swagger Group Endpoints By Resources Example
Swagger group endpoints resources: Learn how to group API endpoints by resources in Swagger for better organization and readability.
🆕 Deploying Spring Boot Apps to Kubernetes with Helm and Kustomize
https://www.javacodegeeks.com/2025/06/deploying-spring-boot-apps-to-kubernetes-with-helm-and-kustomize.html
https://www.javacodegeeks.com/2025/06/deploying-spring-boot-apps-to-kubernetes-with-helm-and-kustomize.html
Java Code Geeks
Deploying Spring Boot Apps to Kubernetes with Helm and Kustomize
Learn how to deploy Spring Boot applications to Kubernetes using Helm and Kustomize, with a strong focus on securely managing configuration
🆕 Compile Java Code with Java Compiler API
https://www.javacodegeeks.com/compile-java-code-with-java-compiler-api.html
https://www.javacodegeeks.com/compile-java-code-with-java-compiler-api.html
Java Code Geeks
Compile Java Code with Java Compiler API
Java compilation compiler api: Dynamically compile Java code at runtime using the Java Compiler API introduced in Java 6.
🆕 Apache Avro Serialize Enum Values Example
https://www.javacodegeeks.com/apache-avro-serialize-enum-values-example.html
https://www.javacodegeeks.com/apache-avro-serialize-enum-values-example.html
Java Code Geeks
Apache Avro Serialize Enum Values Example
apache avro serialize enum values: Serialize enum values in Java using Apache Avro with schema support, null handling, and evolution.
🆕 Top Spring Boot 3.2 Interview Questions and Answers (2025 Edition)
https://www.javacodegeeks.com/2025/06/top-spring-boot-3-2-interview-questions-and-answers-2025-edition.html
https://www.javacodegeeks.com/2025/06/top-spring-boot-3-2-interview-questions-and-answers-2025-edition.html
Java Code Geeks
Top Spring Boot 3.2 Interview Questions and Answers (2025 Edition)
Prepare for your next Java developer role with this up-to-date guide on Spring Boot 3.2 interview questions and answers
🆕 Spring AOP Method Call Within Same Class Example
https://www.javacodegeeks.com/spring-aop-method-call-within-same-class-example.html
https://www.javacodegeeks.com/spring-aop-method-call-within-same-class-example.html
Java Code Geeks
Spring AOP Method Call Within Same Class Example
Spring aop method call within same class: Learn why Spring AOP doesn't work on internal method calls and explore effective workarounds.
🆕 OpenCV Object Detection Java Swing Viewer
https://www.javacodegeeks.com/opencv-object-detection-java-swing-viewer.html
https://www.javacodegeeks.com/opencv-object-detection-java-swing-viewer.html
Java Code Geeks
OpenCV Object Detection Java Swing Viewer
1. Introduction This post introduces the OpenCV Object Detection Java Swing Viewer, which builds upon the concepts covered in my previous posts (see Build your own real-time object detection desktop app using Java Swing and OpenCV. Learn to integrate YOLO…
🆕 Integrating Apache Camel with Kafka for Event-Driven Architectures
https://www.javacodegeeks.com/2025/07/apache-camel-with-kafka.html
https://www.javacodegeeks.com/2025/07/apache-camel-with-kafka.html
Java Code Geeks
Integrating Apache Camel with Kafka for Event-Driven Architectures
Learn how to integrate Apache Camel with Kafka to build event-driven architectures. This guide covers creating Camel routes to consume & more
🆕 Implementing Circuit Breaker Patterns in Apache Camel Routes
https://www.javacodegeeks.com/2025/07/implementing-circuit-breaker-patterns-in-apache-camel-routes.html
https://www.javacodegeeks.com/2025/07/implementing-circuit-breaker-patterns-in-apache-camel-routes.html
Java Code Geeks
Implementing Circuit Breaker Patterns in Apache Camel Routes
Learn how to implement the Circuit Breaker pattern in Apache Camel routes using Hystrix and Resilience4j. This guide includes examples
🆕 Reactive Microservices with Spring WebFlux
https://www.javacodegeeks.com/2025/07/reactive-microservices-with-spring-webflux.html
https://www.javacodegeeks.com/2025/07/reactive-microservices-with-spring-webflux.html
Java Code Geeks
Reactive Microservices with Spring WebFlux
Learn how to build reactive microservices with Spring WebFlux and Reactor. This guide covers non-blocking REST APIs, Flux and Mono
🆕 Dependency Injection in Micronaut vs. Spring: What You Need to Know
https://www.javacodegeeks.com/2025/07/dependency-injection-in-micronaut-vs-spring-what-you-need-to-know.html
https://www.javacodegeeks.com/2025/07/dependency-injection-in-micronaut-vs-spring-what-you-need-to-know.html
Java Code Geeks
Dependency Injection in Micronaut vs. Spring: What You Need to Know
Compare dependency injection in Micronaut vs. Spring with real-world examples. Learn the key differences in performance, annotations & more