tag: java

Java good reads

created: 2025-10-07 | updated: 2025-10-07

How Netflix Uses Java - 2025 Edition by Paul Bakker

Impressive things.

  • Virtual Threads
  • Web MVC or WebFlux
  • Comparison
    • GraphQL
      • Flexible schema to query data
      • Think in “data”, not in “methods”
    • gRPC
      • Highly performant Server-to-Server calls
      • Think “methods”, not “data”
    • REST 🪦

Spring Framework

created: 2020-03-29 | updated: 2025-12-26

In the AI Era, Focusing on Essentials Instead of JPA Complexity by 백명석 (Translated from Korean)

The bigger problem was that JPA’s relationship mapping feature was too good.

JPA is overkill.

The problem of domain logic becoming dependent on JPA