News
Graph QL Solved Facebook's Problem. You Are Not Facebook.
3+ hour, 48+ min ago (256+ words) We adopted Graph QL on a team of six. Our API had eleven endpoints. The frontend was a React app talking to a Rails backend over three "...
Graph QL Query & Mutation Architecture, A Production Deep Dive
12+ hour, 36+ min ago (254+ words) I'm sharing what I learned building a production Graph QL API: how to design query and mutation architecture that scales without losing consistency or clarity. This article walks through a code-first Hot Chocolate implementation using Batch Data Loader, CQRS, and…...
I built a VS Code Extension that mocks your Open API spec locally " no Postman, no Docker, no Context switching
22+ hour, 48+ min ago (444+ words) Every time I had to test an API endpoint while writing an Open API spec, I had to leave VS Code, open Postman, configure the request, and then come back. And if I wanted to check whether my changes broke…...
Open API Authentication and Authorization Best Practices
1+ day, 17+ hour ago (416+ words) Standardization isn't a one-time fix'it's a maintenance strategy. Poorly documented authentication and authorization mechanisms don't just fail today; they accumulate long-term maintenance costs as developers grapple with ambiguity. By treating Open API specs as contracts and security as a UX…...
mcpgen: Turn any Open API spec into an MCP server in seconds
1+ day, 19+ hour ago (346+ words) I got tired of manually writing MCP tools for every REST endpoint I wanted to expose to an LLM. So I automated it. mcpgen reads an Open API JSON or YAML file and generates a complete, ready'to'run MCP server in Python....
I got tired of Apollo Angular bugs and built my own Graph QL client
3+ day, 20+ hour ago (679+ words) For the past year, I've been building Angular applications that talk to Graph QL backends. And for the past year, I've been fighting Apollo Angular. Not fighting Graph QL. Graph QL itself is great. But every client available for Angular…...
How I Stopped Shopify's Graph QL API From Throttling My App (Parallel Query Patterns That Actually Work)
6+ day, 15+ hour ago (712+ words) A dashboard I built was taking 4+ seconds to load. Products, orders, inventory, customer data " each query waited politely for the one before it to finish. Classic sequential bottleneck. The fix was parallelism. But naive parallelism on Shopify's Graph QL API…...
REST vs. Graph QL: A Decision Framework, Not a Holy War
1+ week, 4+ hour ago (692+ words) Here's a framework for deciding based on your actual situation instead of the loudest blog post. Strip away the tribalism and the core difference is simple. REST gives you a set of URLs, each returning a fixed, server-defined shape of…...
Navigating the Graph RAG Architectural Crossroads: LPG vs. RDF
1+ week, 1+ day ago (282+ words) This decision is no longer just a technical preference for developers; it is a strategic choice that dictates how an organization manages its institutional knowledge, ensures data compliance, and scales its AI capabilities across disparate business units. Here are the…...
Our graph database was abandoned upstream " here's the 6-line migration (Engram Graph 0. 3. 0)
1+ week, 1+ day ago (270+ words) In October 2025, K'zu Inc. archived Kuzu DB " the embedded graph database " with a one-line note: "Kuzu is working on something new." The npm package was deprecated, and its transitive dependencies (tar@6. 2. 1, npmlog, gauge) carried 5 high-severity vulnerabilities with no fix coming....