Install
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.
Related topics
Latest in GraphQL & RPC
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....
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…...
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 …...
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…...
Doing your homework with Neo4j & AI - Neo4j Graph Intelligence Platform
6+ day, 55+ min ago (1321+ words) ...
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…...
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…...
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…...
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…...
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…...