Archived Posts

GraphQL and DynamoDB can still be friends

Serverless, GraphQL, and DynamoDB can be a powerful combination for building web apps. The first two are well loved. But DynamoDB is often misunderstood or actively avoided.

November 16, 2020
12 mins to read

Serverless OAuth with Multiple Providers

Add OAuth Authentication to AWS Serverless app on Begin.com or Architect applications

November 2, 2020
7 mins to read

UI State Machine with only HTML and CSS

Build a Finite State Machine with only HTML and CSS

October 27, 2020
7 mins to read

Using Tailwind with Begin.com and Architect

How to integrate Tailwind with Begin.com or Architect

October 23, 2020
5 mins to read

Connect an Architect App to a Cloudflare Domain

How to configure DNS for Architect apps using Cloudflare

October 21, 2020
3 mins to read

Radio Reset Controller

Control HTML elements anywhere in the page without Javascript

September 18, 2020
3 mins to read

Authentication for a Gatsby React GraphQL App

Authentication is a critical function for any web app. There are many general resources on the topic. I will show one authentication solution for an SPA (single page app) using Gatsby and React with a graphQL API backend. It solves most of the problems specific to SPA stateless authentication.

December 18, 2019
8 mins to read

Uploading user images to Google Cloud Storage

Signed url's allow for uploading images from the browser directly to cloud storage without having to pass through the server.

October 22, 2018
6 mins to read