GraphQL

Technical

Is a universal type system practical?

Historically, each language defines its own types and type systems. What features would a universal type system have, and what benefits would it offer?

Read
Technical

Organizing GraphQL Mutations, Revisited

Unlike GraphQL Queries, Mutations require dependable order of execution. This post explains one way of achieving that.

Read
Technical

Netlify Functions, Firebase, and GraphQL: working together at last!

It wasn't easy, but I finally have a Netlify hosted React app talking to a lambda GraphQL server fronting a Firebase database. Whew!

Read