Dotan Simha’s graphql-code-generator is a really useful utility to generate integration code from GraphQL APIs for multiple languages.
This post outlines how to use the code-generator CLI when the GraphQL API is authenticated.
Dotan Simha’s graphql-code-generator is a really useful utility to generate integration code from GraphQL APIs for multiple languages.
This post outlines how to use the code-generator CLI when the GraphQL API is authenticated.
In the first post of this series we have looked at how to rapidly bootstrap your full stack graphql application…
This post outlines the use of Google’s diff-match-patch library to generate patches that can be translated to operations against an…
GraphQL multi-part request spec outlines a specification for multipart form requests in GraphQL. Jayden Seric, the author of the spec,…
It is fairly straightforward to add a GraphQL API powered by Apollo Server to a Next.js application through a koa…
Usage of C# inspired async/await syntax (Now a stage 4 proposal) is now fairly mainstream in javascript, and native support…
Typescript team has explicitly stated that they don’t intend to extend typescript’s static type checking to the runtime. Typescript Design…
While it is disheartening to see technologically superior software be ignored by industry in favor of lacklustre ones, is the…
In past developers have often relied on backend-specific toolchains for web application frontends. Some examples would be Rails asset pipeline…
One of the biggest promises of Node.js is code re-use across client and server – this post focusses on reusing…