π Testing Conditional Links with @WithMockUser in Spring Security
https://www.javacodegeeks.com/2025/05/testing-conditional-links-with-withmockuser-in-spring-security.html
https://www.javacodegeeks.com/2025/05/testing-conditional-links-with-withmockuser-in-spring-security.html
Java Code Geeks
Testing Conditional Links with @WithMockUser in Spring Security
Test conditional hypermedia links in Spring HATEOAS using @WithMockUser from Spring Security. Ensure your REST APIs expose coorectl
π HATEOAS + Spring Security: Why Some Links Are Missing for Certain Roles
https://www.javacodegeeks.com/2025/05/hateoas-spring-security-why-some-links-are-missing-for-certain-roles.html
https://www.javacodegeeks.com/2025/05/hateoas-spring-security-why-some-links-are-missing-for-certain-roles.html
Java Code Geeks
HATEOAS + Spring Security: Why Some Links Are Missing for Certain Roles
Discover why HATEOAS links may be missing for certain user roles in Spring Security. Learn how to dynamically build secure, role-aware links
π HATEOAS with gRPC: Is It Possible? (And Should You Do It?)
https://www.javacodegeeks.com/2025/05/hateoas-with-grpc-is-it-possible-and-should-you-do-it.html
https://www.javacodegeeks.com/2025/05/hateoas-with-grpc-is-it-possible-and-should-you-do-it.html
Java Code Geeks
HATEOAS with gRPC: Is It Possible? (And Should You Do It?)
Is it possible to use HATEOAS with gRPC? Explore whether it makes sense to combine hypermedia principles with high-performance RPC
π Running Java Programs in the Background
https://www.javacodegeeks.com/running-java-programs-in-the-background.html
https://www.javacodegeeks.com/running-java-programs-in-the-background.html
Java Code Geeks
Running Java Programs in the Background
Learn how to run a Java program in the background and explore multiple reliable methods to keep it running after terminal closes.
π Java Code Compilation Using Java Compiler API
https://www.baeldung.com/java-compilation-compiler-api
https://www.baeldung.com/java-compilation-compiler-api
Baeldung
Java Code Compilation Using Java Compiler API | Baeldung
Learn how to use the Java Compiler API.
π How to Check if a Number Is the Sum of Two or More Consecutive Integers
https://www.baeldung.com/java-check-number-sum-consecutive-integers
https://www.baeldung.com/java-check-number-sum-consecutive-integers
Baeldung
How to Check if a Number Is the Sum of Two or More Consecutive Integers | Baeldung
Learn how to determine whether a given number can be expressed as the sum of two or more consecutive integers.
π Spring Boot 3 + Record-Based DTOs: Cleaner APIs with Better Type Safety
https://www.javacodegeeks.com/2025/05/spring-boot-3-record-based-dtos-cleaner-apis-with-better-type-safety.html
https://www.javacodegeeks.com/2025/05/spring-boot-3-record-based-dtos-cleaner-apis-with-better-type-safety.html
Java Code Geeks
Spring Boot 3 + Record-Based DTOs: Cleaner APIs with Better Type Safety
Learn how to use Java Records as request and response DTOs in Spring Boot 3. Build cleaner, type-safe, and secure REST APIs
π Zero Downtime Deployments with Kubernetes and Argo Rollouts
https://www.javacodegeeks.com/2025/05/zero-downtime-deployments-with-kubernetes-and-argo-rollouts.html
https://www.javacodegeeks.com/2025/05/zero-downtime-deployments-with-kubernetes-and-argo-rollouts.html
Java Code Geeks
Zero Downtime Deployments with Kubernetes and Argo Rollouts
Deploy safely without downtime using Kubernetes and Argo Rollouts. Learn blue/green vs. canary strategies, traffic shifting, and more
π Implementing Multi-Tenant Security with Spring Boot and Spring Security
https://www.javacodegeeks.com/2025/05/implementing-multi-tenant-security-with-spring-boot-and-spring-security.html
https://www.javacodegeeks.com/2025/05/implementing-multi-tenant-security-with-spring-boot-and-spring-security.html
Java Code Geeks
Implementing Multi-Tenant Security with Spring Boot and Spring Security
Learn how to implement multi-tenant security in Spring Boot using Spring Security. This guide covers tenant-aware authentication and more
π Running Java Apps on AWS Lambda with SnapStart: Is It Production-Ready Yet?
https://www.javacodegeeks.com/2025/05/running-java-apps-on-aws-lambda-with-snapstart-is-it-production-ready-yet.html
https://www.javacodegeeks.com/2025/05/running-java-apps-on-aws-lambda-with-snapstart-is-it-production-ready-yet.html
Java Code Geeks
Running Java Apps on AWS Lambda with SnapStart: Is It Production-Ready Yet?
Discover how to run Spring Boot applications on AWS Lambda with SnapStart for lightning-fast cold starts. Learn how to build, deploy & more
π How to Use Java 21βs Virtual Threads in Real-World Web Applications
https://www.javacodegeeks.com/2025/05/how-to-use-java-21s-virtual-threads-in-real-world-web-applications.html
https://www.javacodegeeks.com/2025/05/how-to-use-java-21s-virtual-threads-in-real-world-web-applications.html
Java Code Geeks
How to Use Java 21βs Virtual Threads in Real-World Web Applications
Learn how to use Java 21βs virtual threads in real-world Spring Boot 3.2+ applications to handle massive concurrency with more scalable code