You already validate your REST endpoints.
Now learn how to validate REST client responses in Quarkus using Hibernate Validator — so bad data from upstream services never reaches your domain.

Two Quarkus projects, full code, and a defensive design mindset.

👉 https://www.the-main-thread.com/p/quarkus-hibernate-validator-rest-client-response-validation

#Java #Quarkus #HibernateValidator #Microservices #OpenSource

"Khám phá coredock - một sidecar container nhẹ giúp tự động đăng ký container Docker dưới dạng bản ghi DNS, đơn giản hóa việc giao tiếp giữa các container!
Đặc điểm: đăng ký DNS tự động, bản ghi PTR, SRV, kết nối mạng tự động, lọc IP và cấu hình tên miền tùy chỉnh.
Ứng dụng: môi trường phát triển, khám phá dịch vụ và hệ thống microservices.
#Docker #coredock #DNS #Container #Microservices #DevOps #TựHost"

https://www.reddit.com/r/selfhosted/comments/1oqo0ov/coredock_a_lightweight_sidecar_conta

New Course Release! Microservices Masterclass by Dave Farley

Microservices are a great approach for building software at scale. But although the ideas at the root of microservices may sound simple, this is not a simple approach. There are several big traps along the way, and it's important to avoid them...

Find it on Leanpub!

Link: https://leanpub.com/c/microservicesmasterclass

#courses #newreleases #microservices #softwarearchitecture

Hone your skills! Join the free #EclipseStore Fundamentals online training with Christian Kuemmel, powered by #JAVAPRO! NOV 12, 5:00–9:00 PM CET.

Get your FREE ticket: https://bit.ly/4h6cmlB

@JAVAPROmagazin #Persistence #Microservices #MicroStream @microstreamOne @EclipseFdn

Hone your skills! Join the free #EclipseStore Fundamentals online training with Christian Kuemmel, powered by #JAVAPRO! NOV 12, 5:00–9:00 PM CET.

Get your FREE ticket: https://bit.ly/4h6cmlB

@JAVAPROmagazin #Persistence #Microservices #MicroStream @microstreamOne @EclipseFdn

Microservices Masterclass http://leanpub.com/courses/leanpub/microservicesmasterclass by David Farley is the featured course on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Microservices #DigitalTransformation

Find it on Leanpub!

Is your service forwarding data it doesn’t even use? Wanderson Xesquevixos explains why pass-through coupling violates SRP, leaks abstractions, and bloats coordination.

With diagrams and mitigation tips. Read: https://javapro.io/2025/11/04/how-coupled-are-your-microservices/

#Microservices #SoftwareDesign @apachekafka

Coupling is one of the most overlooked design issues in #Microservices. Wanderson Xesquevixos breaks down 5 real-world types—domain, pass-through, shared data, content, temporal & shows how they quietly sabotage autonomy.

👉 https://javapro.io/2025/11/04/how-coupled-are-your-microservices/

#SoftwareArchitecture #DDD

Microservices Masterclass https://leanpub.com/c/microservicesmasterclass by Dave Farley is the featured course on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Microservices #DigitalTransformation

Microservices are a great approach for building software at scale. But although the ideas at the root of microservices may sound simple, this is not a simple approach. There are several big traps along the way, and it's important to avoid them...

Find it on Leanpub!

New on The Main Thread: Build a real-time leaderboard with #Quarkus, #gRPC, and #Mutiny.
Learn how to stream live updates, handle reactive clients, and master server streaming in Java.
👉 https://www.the-main-thread.com/p/quarkus-grpc-real-time-leaderboard-tutorial

#Java #Reactive #DevServices #Microservices