Dustin Goodman's Avatar
About Community Blog

My Blog

Extending GraphQL Schemas with Custom Scalars

Oct 27, 2023

Extending GraphQL Schemas with Custom Scalars

Out-of-the-box GraphQL is extremely powerful in allowing us to define the shape of our data and allow others to consume it. But what if we could give more guidance and clarity at the field level for consumers? In this post, we'll dive into custom scalars and how you can do just that.
Read more →
The Challenges of the GraphQL Mental Model

Jun 5, 2023

The Challenges of the GraphQL Mental Model

GraphQL can be an amazing tool for teams to implement the APIs powering their different applications that rely on the same source of data. However, the mental model required for it may not be as straightforward as traditional solutions. Let's explore some of these challenges.
Read more →
Nx Serverless GraphQL Microservices Template

Apr 14, 2022

Announcing a Serverless Microservices Template with GraphQL

I'm excited to announce a new project starter kit template that I've been developing for a while. Let me tour you through the repository and the decisions that have been made.
Read more →
This Dot Announcing Angular GitHub Clone for starter.dev showcases

Jan 25, 2022

Announcing Angular GitHub Clone for starter.dev showcases

My team at This Dot Labs released a new project we're calling starter.dev GitHub showcases in collaboration with the Angular team. Learn more about what we did and how we did it.
Read more on ThisDot.co →
This Dot Migrating from REST to GraphQL

Feb 15, 2021

Migrating from REST to GraphQL

With the rise of GraphQL, I wanted to share a brief overview of the problems with traditional API solutions, the benefits of migrating to GraphQL, and strategies for migrating to a GraphQL solution.
Read more on ThisDot.co →