Articles
If you are just getting started with GraphQL and want to know why it's useful and how it can help speed up your apps, read Justin's article on precisely that topic. If you're working with C#, you'll even get a starting point for your APIs.
If you’re a Java user and want to get started with GraphQL, take a look at Ashutoshs article that explains all the required steps in detail and helps you get up and running quickly.
Running your GraphQL services on serverless infrastructure is a pretty standard use case. In this series of articles, Siddharth explores implementing an easily scalable and resilient service using the Serverless framework.
Tools & Open Source
If you are looking at adding role-based access controls to your GraphQL API, give GraphQLock a try. It’s a new project built in collaboration with OSLabs and available as an NPM package.
Videos
This week's installment of graphql.wtf is about caching, more specifically caching via GraphCDN. Jamie gives an overview of what GraphCDN offers and guides us through the steps required to get up and running with a new service.