haiku - grassroots

8 Mar 2024

🍂

Read more

Vitest sessionStorage mock

23 Feb 2024

i needed to ensure what we were saving didn't contain sensitive credit card info so i had to write a mock. Read more

Suspended sleep

6 Dec 2023

i've recently been making personal changes in order to improve my mental health. sleep itself hasn't been an issue recently so much as what i was feeling when considering the bed i sleep on. Read more

migrating to slinkity

15 Feb 2023

in typical bored developer fashion, i took these extra vacation days to update my blog. this post is my brain dump during this migration from gatsby to slinkity, which brings together 11ty & vite. wish me luck! Read more

React component file structure proposal

12 Aug 2022

This is an attempt at a proposal for organizing a React component file structure based on the needs and current patterns at JupiterOne. Read more

Some information about import map specifiers

2 Aug 2022

This post is inspired by a question someone asked in the single-spa Slack with regards to how import maps define specifiers. Read more

Theme toggle on a Gatsby + MDX site

27 Nov 2021

I recently read [Josh Comeau's excellent article](https://www.joshwcomeau.com/react/dark-mode/) on how he was able to achieve a theme toggle on his Gatsby site. I find his solution to be excellent! However my Gatsby site is, for better or worse, pretty tied to MDX and React. I implemented a solution based on his for my current site theme. Read more