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


getminds.ai > docs > api > openapi

OpenAPI Spec & TypeScript Clients

4+ day, 3+ 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, 1+ 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, 2+ 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, 3+ 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, 4+ 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, 4+ 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…...


dev.to > umairrafi > rest-vs-soap-vs-graphql-vs-grpc-interview-notes-for-backend-engineers-1eg1

REST vs SOAP vs GraphQL vs gRPC — Interview Notes for Backend Engineers

2+ week, 2+ day ago   (352+ words) I have shipped REST APIs for four years (Flask, AWS Lambda + API Gateway, FastAPI). This is the reference I use in design reviews and phone screens — focused on when to pick each style, not memorising definitions. Companion on Medium: REST…...


dev.to > usamadanbaiwa > have-you-ever-experienced-an-api-integration-where-the-production-environment-is-different-from-the-50oc

Have you ever experienced an API integration where the production environment is different from the test environment?

2+ week, 3+ day ago   (238+ words) As a Software Engineer, i have integrated a lot of third party APIs. Some were great some are okay and some were frustrating We were tasked to integrate a large, well established company API and the documentation is fine, we…...