GraphQL
The API to power modern clients and servers. This query language and execution engine is a great choice for building scalable user interfaces.


Ask Me Anything: Front-End Edition
What questions do you want to ask a Software Engineer about Frontend Web Development? I will try to answer your questions to help you get started.


Ask Me Anything: GraphQL
What questions would you like to ask a Software Engineer about GraphQL? Here's your chance to ask a Software Engineer about GraphQL.


Testing GraphQL in 3 minutes
Testing your GraphQL server can help you sleep at night. Here are some snippets and recommendations for testing your GraphQL server, schema, and resolvers.


Structuring Schema with Apollo Server
Building a schema with the schema definition language just feels right and works well across different platforms.


GraphQL Resolvers: the Injector Pattern
Resolvers are most often flat functions that take arguments and return a shape of data. Sound familiar? Think of them as controllers or directives in Angular. They need to return a specific shape that matches what the schema expects.