GraphQL Dataloader
Posted on Oct 27, 2019
[ 5 min read ]
Understanding data loading challenges in GraphQL
Efficient GraphQL queries in Ruby on Rails & Postgres
Posted on Oct 27, 2019
[ 10 min read ]
This article demonstrates how to eliminate N+1 queries in GraphQL Ruby
RESTful API Authentication Basics
Posted on Sep 26, 2019
[ 4 min read ]
Almost every REST API must have some sort of authentication. One of the most common headers is call Authorization. Wait a minute, we are talking about authentication but why the Authorization header?
Add Webhooks to Your API the Right Way
Posted on Sep 25, 2019
[ 4 min read ]
Webhooks are the mechanism through which data from an API can be delivered proactively. This post shares some high-level insights behind why you should include webhooks and how to add them to your API the right way.
Most Commonly Used REST API Authentication Methods
Posted on Aug 23, 2019
[ 8 min read ]
While there are as many proprietary authentication methods as there are systems which utilize them, they are largely variations of a few major approaches. In this post, I will go over the 4 most used in the REST APIs and microservices world.