GraphQL & RPC

Schemas, federation, protobuf, and contract-first service stacks.

  • 7 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in GraphQL & RPC


dev.to > ninawekunal3 > added-a-bff-layer-before-reaching-for-graphql-what-happened-next-c0f

Added a BFF layer before reaching for GraphQL. What happened next?

2+ hour, 11+ min ago   (24+ words) TL;DR: One table page was making 1 + 1 + N network calls and pulling every bill into the browser. A... Tagged with frontend, bff....


theregister.com > databases > 09/15/2026 > postgresql-19-graph-queries-fail-the-would-you-ship-this-test > 5296343

PostgreSQL 19 graph queries fail the 'would you ship this?' test

10+ hour, 21+ min ago   (541+ words) PostgreSQL developers have pulled planned graph query support from version 19 over concerns that unresolved bugs could haunt the release. The feature, SQL Property Graph Queries (SQL/PGQ), became part of the SQL standard in 2023. It provides syntax for exploring relationships…...


medium.com > @srishtirathi31 > graphrag-is-not-rag-with-extra-nodes-here-is-when-it-actually-earns-its-keep-34555b68fbf5

GraphRAG is not “RAG with extra nodes.” Here is when it actually earns its keep.

10+ hour, 30+ min ago   (1334+ words) A practical guide to using knowledge graphs with retrieval — what we learned about where it shines, where it …...


getminds.ai > docs > api > openapi

OpenAPI Spec & TypeScript Clients

5+ day, 2+ hour ago   (224+ words) Machine-readable OpenAPI 3.1.0 spec for the Minds API. Generate typed TypeScript clients or pipe the JSON straight into your LLM. The Minds public API ships a machine-readable OpenAPI 3.1.0 spec. Build typed clients or give the JSON to an LLM for routes with…...


tech-insider.org

React vs Vue GraphQL Setup: 13 Steps [2026]

1+ week, 2+ day ago   (1640+ words) This tutorial walks through building the same GraphQL-powered app twice: once in React 19.2.8 with Apollo Client 4, and once in Vue 3.5 with Vue Apollo, before showing where urql fits as a lighter alternative for either framework. By the end you will…...


dev.to > fuadhusnan_f44f3e13 > graphql-vs-grpc-choosing-your-modern-api-stack-34g

GraphQL vs. gRPC: Choosing Your Modern API Stack

1+ week, 3+ day ago   (178+ words) This guide breaks down what each technology actually does well, where the tradeoffs bite, and how to decide between them — or combine them — for a real production system. GraphQL is a query language for APIs, developed to let clients ask…...


theregister.com > databases > 09/04/2026 > postgresql-19-connects-the-dots-with-standardized-graph-queries > 5294500

PostgreSQL 19 connects the dots with standardized graph queries

1+ week, 4+ day ago   (531+ words) PostgreSQL 19 is set to add standardized SQL syntax for querying property graphs. The open source database has steadily grown in popularity over the last five years, becoming the most popular among developers for the first time in 2023. Speaking to The…...


dev.to > manoharij > swagger-and-openapi-the-docs-that-write-themselves-2hp4

Swagger and OpenAPI: The Docs That Write Themselves

1+ week, 5+ day ago   (737+ words) The key thing to understand: you don't hand-write this specification. It's generated automatically by reflecting over your existing controllers, DTOs, and attributes, which is exactly why it can't silently drift out of date the way a manually maintained wiki page…...


dev.to > omeiza_ahmed > rest-vs-soap-two-ways-apis-talk-but-not-the-same-way-5812

REST vs SOAP: Two Ways APIs Talk, but Not the Same Way

1+ week, 5+ day ago   (263+ words) When building an API, you've probably heard of REST and SOAP. Both allow applications to communicate with each other, but they take very different approaches. The simplest way to think about it is this: REST is flexible and lightweight. SOAP…...