Oct 4, 2025
Making a simple, reusable async context in React
I'm having to write a react app for work and created a nice, little reusable async context that I think is pretty cool.
- #coding
- #react
Read more
My rambling opinions specifically about coding.
Oct 4, 2025
I'm having to write a react app for work and created a nice, little reusable async context that I think is pretty cool.
Read more
Nov 1, 2024
For the first time in my life, I have written a deployment pipeline for a personal project. Here's how it went and what I learned.
Read more
Aug 14, 2024
As much as I love to organize my code, I'm ashamed to admit I never knew that #region. A way to create custom, collapsible pieces of code.
Read more
May 3, 2024
Nesting? Natively? Yes, please. The new & nesting selector is here and it's pretty awesome.
Read more
Mar 7, 2024
Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.
Read more
Jan 28, 2024
The aspect-ratio CSS property is so easy and awesome, how could you not love it? Let's look at the old way, and the new way of achieving an element at a specific aspect ratio.
Read more