Skip to content
OY ozgur yildiz
home writing work about
say hi →
/ writing / tags / #GraphQL

#GraphQL

2 posts tagged with this topic. ← All tags

  • May 25, 2026

    The N+1 problem in GraphQL: DataLoader and the batching fix.

    Every GraphQL resolver that fetches related data naively creates N+1 database queries. DataLoader solves this with batching and caching within a request.

  • Nov 6, 2025

    GraphQL vs REST: the actual tradeoff, not the hype.

    A realistic comparison of GraphQL and REST covering over-fetching, type safety, tooling, caching, and when each approach wins.

OY ozgur yildiz
GitHub LinkedIn Email RSS
© 2026 ozgur yildiz. all rights reserved.