🆕 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
🆕 Building Reactive REST APIs with Spring WebFlux and Protobuf Payloads
https://www.javacodegeeks.com/2025/07/building-reactive-rest-apis-with-spring-webflux-and-protobuf-payloads.html
https://www.javacodegeeks.com/2025/07/building-reactive-rest-apis-with-spring-webflux-and-protobuf-payloads.html
Java Code Geeks
Building Reactive REST APIs with Spring WebFlux and Protobuf Payloads
Learn how to build high-performance reactive REST APIs with Spring WebFlux and Protocol Buffers. Learn through examples and more
🆕 Securing REST APIs with OAuth2 and Protobuf in Spring Boot
https://www.javacodegeeks.com/2025/07/securing-rest-apis-with-oauth2-and-protobuf-in-spring-boot.html
https://www.javacodegeeks.com/2025/07/securing-rest-apis-with-oauth2-and-protobuf-in-spring-boot.html
Java Code Geeks
Securing REST APIs with OAuth2 and Protobuf in Spring Boot
Learn how to secure Spring Boot REST APIs with OAuth2 token-based authentication and Protobuf serialization for efficient binary data exchange