Fwio

Readings 250519

1 min
  • How Netflix Uses Java - 2025 Edition - Impressed again by how versatile and organized backend architecture could be. Also, the critique on REST at the very end of the video is enlightening, which prefers GraphQL for its flexibility on providing “data” that the UI actually needs, instead of transforming a bunch of REST APIs to data of the shape that a single screen wants.
  • When You Might Need to Override the Defaults in TanStack Query | Kolade Afode - Good to know that people have their own thoughts on the “sane defaults” provided by Tanstack query. Building real applications help us understand many things better.