Blog

Welcome to my blog - a lot of these posts are still pretty rough around the edges!

View posts by tag →

View posts by date →

Popular Blog Posts:

  1. You're Building Software Wrong
  2. The AI Development Conundrum
  3. Testing Software
  4. Maintenance Costs
  5. Fractal Refactoring
  6. 10x Engineers

All Posts

Website Redesign v10

Published: ....

I recently launched a rewrite and redesign of this personal website, I figured I'd talk a bit about the changes and new features that I added along the way!

Server Side Rendering Compatible CSS Theming

Published: ....

A quick tip to implementing CSS theming that's compatible with Server Side Rendered applications!

Podcasting By Hand

Published: ....

A brief overview on how we launched The Bikeshed Podcast, including a deep dive in our recording and distribution workflows!

Replacing Dropbox Capture with Raycast

Published: ....

Recently Dropbox announced that it was shutting down the Capture app/service, so I sought out an alternative that provided a similar user experience!

Quick Tip - Specific Local Module Declarations

Published: ....

A quick tip outlining how to provide specific TypeScript type definitions for a local module!

On File-System Routing Conventions

Published: ....

Some rough thoughts on building a file-system routing based web application

You're Building Software Wrong

Published: ....

Slicing software: why vertical is better than horizontal.

Cursor and Obsidian

Published: ....

A quick look at combining Cursor with Obsidian to ask questions of your notes!

Single File Web Apps

Published: ....

What if you could author an entire web application in a single file?

The AI Development Conundrum

Published: ....

Is it a good or a bad thing to offload writing code to AI agents and Large Language Models?

Resetting Controlled Components in Forms

Published: ....

A quick way to handle resetting internal state in components when a parent form is submitted!

Thoughts on New Years Resolutions

Published: ....

You don't need to wait until January 1st to set yearly goals and resolutions for yourself!

Team Memes

Published: ....

A snippet of some shared terminology/concepts (memes) from my time on the Frontend Platform team at Wayfair!

A Quick Look at Import Maps

Published: ....

A brief look at Import Maps and package.json#imports to support isomorphic JavaScript applications!

Recommended Tech Talks

Published: ....

A collection of tech talks that I regularly re-watch and also recommend to everyone!

Request for a (minimal) RSC Framework

Published: ....

Some features and functionality that I'd like within a React Server Component compatible framework.

My Updated Obsidian Task Management

Published: ....

A quick update on how I manage my tasks within Obsidian!

Bluesky Tips and Tools

Published: ....

A (running) collection of Bluesky tips, tools, packages, and other misc things!

The Bookkeeping Pattern

Published: ....

A quick look at a small but powerful pattern I've been leveraging as of late!

Building a Custom Ghostty Theme

Published: ....

How to generate a custom Ghostty theme based on any iterm2 theme!

TSLite

Published: ....

A proposal for a minimal variant of TypeScript!

Monorepo Tips and Tricks

Published: ....

Sharing a few core recommendations when working within monorepos to make your life easier!

Offload Complexity, Don't Offload Learning

Published: ....

A rough mental model for how you should be leveraging AI as a tool for your own growth

Next.js with Deno v2

Published: ....

This is a quick post noting that Next.js should now work with Deno v2!

More Thoughts on Dogfooding

Published: ....

Even more thoughts on dogfooding!

Dogfooding

Published: ....

The secret to excellent product teams is using your own product, and often!

Git Notes as a Tool for Thought

Published: ....

(Ab)using Git as yet another tool for thought!

Don't Break the Implicit Prop Contract

Published: ....

React components have a fundamental contract that is often unstated in their implementation, and you should know about it!

A Better useSSR Implementation

Published: ....

Replace that old useState and useEffect combo for a new and better option!

30

Published: ....

A quick recap of my goals from the past year and a few goals looking forward as well.

Simple Obsidian Task Management

Published: ....

A brief overview of how I manage my tasks in Obsidian

My Current Dev Setup

Published: ....

A quick look at the applications and tools that I (generally) use day to day for web development!

Switching back to Obsidian

Published: ....

Previously I wrote about switching from Obsidian to Notion, now almost exactly 2 years later, I've opted to give Obsidian another try as my go-to note taking software, here's why!

There Is No Standard Markdown

Published: ....

There are a variety of different markdown "standards" out there, and sometimes they're not all that consistent

Abstract Your API

Published: ....

Proposing a solution for sharing core "business" logic across services!

Tip: Request and Response Headers

Published: ....

There's a common gotcha when creating Web Request and Response instances with Headers!

Using Feature Toggles to De-risk Refactors

Published: ....

Feature toggles are often underused by most software development teams, and yet offer so much value during not only feature development but also refactors

Leaving Wayfair

Published: ....

The other week was my last week at Wayfair, rounding out almost 8 years at the company. I wanted to reflect a bit on my time there!

Hohoro

Published: ....

A quick introduction to my new side project, hohoro. An incremental JS/TS library build tool!

Funport: True Dynamic Imports in webpack

Published: ....

webpack, and tools built on it like Next.js, don't support true dynamic imports, but I found a way to trick the system!

My Current AI Stack

Published: ....

I've been using a variety of AI tools as of late, I figured I'd document the ones I'm primarily using!

Configuring Cloudflare Domains with Vercel

Published: ....

I've started to use Cloudflare to manage my domains for several side projects, have had to jump through the same hooks multiple times that I figured I should document them here!

React Error Boundaries: Revisited

Published: ....

Revising my previous blog post on React Error Boundaries and my preferred go-to implementation!

Exporting Custom Slack Emoji

Published: ....

How to easily mass-export your custom slack emoji without API access!

Custom Favicon Recipes

Published: ....

Two neat tricks for enhancing your site's favicon!

Corporate Sponsored OSS

Published: ....

The various risks and pitfalls of open source software run by corporations.

The Library-Docs Monorepo Template

Published: ....

A monorepo template for managing a library and documentation together.

Building Better Beacon

Published: ....

How we solved an almost show-stopping production bug, and how you can avoid it in your own projects.

Project Deep Dive: Tails

Published: ....

A(nother) deep dive into one of my recent side projects; tails - a plain and simple cocktail recipe app.

Churn Anxiety

Published: ....

When did semver major changes become so scary?

Service Monitors and Observability

Published: ....

Leveraging service monitors properly to improve service observability.

Type Safe process.env

Published: ....

Consistent Local Ports with Wrangler

Published: ....

On Adopting CSS-in-JS

Published: ....

A brief recap of how Wayfair changed it's CSS approach not once but twice in the span of 5 years!

Being Unopinionated

Published: ....

It's fine for a library to express some opinions about how it should be adopted and how the overall workflow/application in which it is adopted should function. However, it's false advertising to say that it is unopinionated.

Stop Snacking

Published: ....

No I don't mean those Milano cookies you keep taking from the office snack wall either (although you should probably stop snacking on those as often as well).

No Process is Invisible Process

Published: ....

Low/no process workflow wasn't actually no process, it was only an "invisible" process. An implicit contract with everyone on the team to do that async workflow on their own time.

Fixing Zed's language server

Published: ....

Zed language server quick tip; fixing Zed's language server

Project Deep Dive: Microfibre

Published: ....

A deep dive into one of my recent side projects; microfibre - a minimal text posting application

Pair Programming

Published: ....

Pair programming can be good sometimes - but not all the time

AI Driven Development

Published: ....

Teams and Caterpillar Tracks

Published: ....

Go To Git Utils

Published: ....

Jabs and Fluff: On CTO Office Hours

Published: ....

Using Marquee with React and TypeScript

Published: ....

Finding React Artifacts

Published: ....

Learning Go

Published: ....

Speedbumps

Published: ....

Idea: Distributable Web Apps

Published: ....

29

Published: ....

Principles for Automated Testing

Published: ....

Deno

Published: ....

Fractal Refactoring

Published: ....

10x Engineers

Published: ....

Avoid Distractions

Published: ....

My Thoughts on Tailwind

Published: ....

Setting up Next.js with Tailwind

Published: ....

Write it down

Published: ....

Setting up Shiki on Next.js

Published: ....

Dollar: Devlog 2

Published: ....

Navigating Monorepos with Ease

Published: ....

Dollar: Devlog 1

Published: ....

My Updated Next.js Setup

Published: ....

Yarn Berry Gitignore Settings

Published: ....

On Note Taking

Published: ....

On Writing Tests

Published: ....

Switching back to Notion

Published: ....

Moving to PNPM

Published: ....

Upgrade Guides

Published: ....

My Opinionated Next.js Setup

Published: ....

My Two Favorite React Tricks

Published: ....

Switching to iPhone

Published: ....

Year in Music

Published: ....

Pair Programming (stub)

Published: ....

Fast Feedback Systems

Published: ....

Video Games

Published: ....

Delete it

Published: ....

Linear Tools Enforce Linear Thinking

Published: ....

Mac Setup Guide

Published: ....

Build Your Developer Toolbox

Published: ....

Start Fresh

Published: ....

On Written Communication

Published: ....

Updating Forked Repos

Published: ....

React Testing Library: Checkboxes and events

Published: ....

Roll your own Obsidian sync

Published: ....

The Squeeze

Published: ....

Learning

Published: ....

On Code Review

Published: ....

Array Chunking

Published: ....

Fast

Published: ....

Writing Node Scripts

Published: ....

useConsole

Published: ....

yw

Published: ....

Hack Sprint

Published: ....

Simple Props

Published: ....

Computed Design Tokens

Published: ....

2021: Resolutions

Published: ....

2020: Year in Review

Published: ....

Building a Web Sandbox: Part 1

Published: ....

Literate (web) Programming

Published: ....

NextJS Analytics with Airtable

Published: ....

Pair Code Reviews

Published: ....

Enhancing Slack

Published: ....

A Note on Consistency

Published: ....

The Rabbit Hole

Published: ....

A Note On Meetings

Published: ....

A Note On Anti-Patterns

Published: ....

Stateful Providers

Published: ....

Draft Pull Requests

Published: ....

February 20, 2020

Published: ....

Summer 2019 - Bend Oregon

Published: ....

Theme First UI Development

Published: ....

Deploying Automatically using GitHub Actions

Published: ....

Simpler and Smaller

Published: ....

Maintenance Costs

Published: ....

Snapshot Testing

Published: ....

useReducer, don't useState

Published: ....

Hooks Tips Ep. 2 - Migrating Instance Variables

Published: ....

Hooks Tips Ep. 1 - The Dependency Array

Published: ....

Building a Live Editor

Published: ....

Start Small, Accept Change

Published: ....

React Error Boundaries

Published: ....

Starting Fresh

Published: ....

Testing Software

Published: ....

Suspense Plus GraphQL

Published: ....

A few thoughts on using Suspense with GraphQL to optimize application data loading

Missing Detail

Published: ....

A few thoughts on the article "Reality has a surprising amount of detail"

Matt's Log - October

Published: ....

A quick log of what I have been up to in October

You've Launched, Now What?

Published: ....

A few thoughts on what to do after you launch a new project

Summer 2018 Trip

Published: ....

A few photos from my summer trip!

Taking a Break

Published: ....

A few quick thoughts on burn out and taking a break

Managing Complex UI Component State

Published: ....

A few thoughts on managing complex UI component state within React

Understanding React 16.3 Updates

Published: ....

A quick overview of the new lifecycle methods introduced in React 16.3

2018

Published: ....

A recap and update on some of the projects I am working on at the start of 2018

CSS in JS

Published: ....

A few thoughts and patterns for using styled-jsx or other CSS-in-JS solutions

Redesign v6

Published: ....

A few thoughts on the redesign of my personal site, adopting Next.js and deploying via Now

JavaScript Weirdness

Published: ....

A few weird things about JavaScript

Calendar

Published: ....

Building a calendar web application

Rebuilding Mustache

Published: ....

Push vs Pull AI

Published: ....

Links

Published: ....

The Great CSS Debate

Published: ....

October 4th

Published: ....

My New Website

Published: ....

Pull Quotes

Published: ....

Redesign v5

Published: ....

Attribute Selectors

Published: ....

August

Published: ....

Redesign

Published: ....

Afraid

Published: ....

Clientside

Published: ....

10,000 Characters

Published: ....

Building in 2016

Published: ....

DJI vs GoPro

Published: ....

My First Project of 2016

Published: ....

2015

Published: ....

Looking Ahead: 2016

Published: ....

Blogging vs Working

Published: ....

Powerpoint

Published: ....

The Social Max

Published: ....

Thanksgiving

Published: ....

Family Time

Published: ....

Weekend Projects

Published: ....

The Message is in the Medium

Published: ....

A New Look

Published: ....

A New Resume

Published: ....