Tag: #graphql
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 11 posts
GraphQL Spec, Almost Four Years Later — What Made It Into the September 2025 Edition and GraphQL.js 17 GA, and What Didn't
The GraphQL spec was updated to the September 2025 edition almost four years after October 2021, and the reference implementation, GraphQL.js, shipped v17 GA on June 15, 2026 after more than four years in alpha. This pos
2026-07-17 · 13 min read #graphql#graphql-js#api-design#federationAPI Contract Testing & API Tooling 2026 Deep-Dive: Pact, Bruno, Hoppscotch, MSW, Karate DSL, Schemathesis Compared
A 2026 deep-dive comparing Pact, MSW, Bruno, Hoppscotch, Karate DSL, Schemathesis, Dredd, Prism, RestAssured, Postman, and Insomnia. Covers OpenAPI 3.1, AsyncAPI 3.0, GraphQL schema testing, and Consumer-Driven Contract
2026-05-25 · 11 min read #api-testing#pact#bruno#hoppscotch#mswGraphQL Ecosystem 2026 — Apollo / GraphOS / Yoga / urql / Relay / Pothos / Hasura DDN Deep Dive
In May 2026, after the "GraphQL is dead" tweetstorm has swept through and faded, GraphQL is still very much alive. Apollo Server 5 / Client 4 remain the standard, and GraphOS is the de-facto choice for managed federation
2026-05-16 · 21 min read #graphql#apollo#graphos#graphql-yoga#urqlGraphQL Stacks 2026 — Deep Dive into Apollo Router, Hasura, GraphQL Yoga, Relay, urql, Hot Chocolate, gqlgen, Strawberry, WunderGraph
In 2026, "GraphQL is dead" and "GraphQL became the enterprise standard via Federation" both hold. The gateway war among Apollo Router, Cosmo, Inigo, WunderGraph; the DB-first camp of Hasura, PostGraphile, Supabase; The G
2026-05-16 · 22 min read #graphql#apollo-router#hasura#graphql-yoga#relayWiring Notion, Slack, and Linear with an LLM — A 2026 Hands-On Guide to Building Glue Code Instead of Paying Zapier
Instead of Zapier or n8n, write a 200-line Bun script that chains Linear issue closure → Slack notification → Notion changelog row. Walks through Notion's new Data Sources API, Slack Bolt 4, Linear GraphQL in 2026, and t
2026-05-14 · 20 min read #notion-api#slack-api#linear-api#workflow-automation#llm-glueAPI Schema Landscape 2026 — JSON Schema, OpenAPI 3.1, AsyncAPI, GraphQL, gRPC, Smithy, TypeSpec in One Map
In 2026 the real unit of an API is not the endpoint — it is the schema. JSON Schema 2020-12 became the shared base for OpenAPI 3.1, AI tool calling and config validation; AsyncAPI 3.0 settled in as the OpenAPI of events;
2026-05-14 · 23 min read #api-schema#json-schema#openapi#asyncapi#graphqlModern Backend Frameworks 2025 — NestJS, Fastify, Hono, Elysia, Spring Boot, FastAPI, Go, Axum, tRPC, GraphQL, gRPC (S7 E2)
Which backend framework in 2026? This is a ranked tour through TypeScript (NestJS, Fastify, Hono, Elysia), JVM (Spring Boot, Micronaut), Python (FastAPI, Litestar), Go (Fiber, Echo, Chi), Rust (Axum, Actix), and API styl
2026-04-15 · 8 min read #backend#framework#nestjs#fastify#honoGraphQL Federation Complete Guide 2025: Apollo Federation, Supergraph, Distributed GraphQL
Everything about GraphQL Federation: Schema Stitching vs Federation, Apollo Federation v2, Subgraph design, Entity and @key, Reference Resolver, Composition, Router, Netflix/Airbnb cases, migration strategy.
2026-04-15 · 8 min read #graphql#federation#apollo#supergraph#microservicesAPI Versioning & Evolution Strategy Complete Guide 2025: Breaking-Change-Free API Evolution, Deprecation, Sunset
Everything about API versioning! URL/Header/Content negotiation strategies, breaking vs additive changes, Semantic Versioning, deprecation policy, Sunset header, GraphQL versionless approach, case studies of Stripe/GitHu
2026-04-15 · 12 min read #api#versioning#evolution#breaking-changes#deprecationThe Complete Guide to API Design & Microservices Architecture
From REST, GraphQL, and gRPC API design principles to microservices patterns, service mesh, event-driven architecture, and distributed transactions.
2026-04-12 · 16 min read #architecture#api#microservices#rest#grpcGraphQL Complete Guide 2025: Beyond REST — From Schema Design to Federation and Performance Optimization
Everything about GraphQL! REST vs GraphQL comparison, Schema Design (SDL), Resolver patterns, N+1 problem solving with DataLoader, microservice integration with Apollo Federation, real-time Subscriptions, security, and p
2026-03-23 · 17 min read #graphql#rest#api#apollo#schema