Dustin Goodman's Avatar
About Community Blog

My Blog

Configure your project with Drizzle for Local & Deployed Databases

Mar 8, 2024

Configure your project with Drizzle for Local & Deployed Databases

If you're using Vercel's Postgres offering, you should check out how to configure your project with Drizzle for local and deployed databases.
Read more on ThisDot.co →
Demystifying React Server Components

Feb 2, 2024

Demystifying React Server Components

React Server Components (RSCs) are the latest addition to the React ecosystem, and they've caused a bit of a disruption to how we think about React....
Read more on ThisDot.co →
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 →
How I pick my web technology stack? Workflow diagram of content described in the article.

Nov 28, 2022

How I pick my web technology stack?

In this post, I explore how I make technology decisions based on use cases and what technologies I think are best suited towards solving the problem.
Read more →
This Dot Building a Multi Platform Community Engagement Tool

Apr 8, 2021

Building a Multi Platform Community Engagement Tool

In a YouTube show, my team discussed how to build a multi-platform community engagement tool to accompany a theoretical e-commerce buisness, A Latte Java. In this post, I summarize the discussion from "Build IT Better Architecture: Roundtable with This Dot Labs Developers".
Read more on ThisDot.co →