James McGrath

Let's talk about alerts and how they are supposed to work. I was recently in a discussion about them at work, and to better prepare myself for a discussion with the product team and C-suite officers,...
Published on Jun 27, 2025
Reading time: 3 minutes
One of the things I am really bad at is deciding where to put a file in a project. I realized that I can let AI solve that for me by giving it more context on the project with a map of the project...
Published on Jun 26, 2025
Reading time: 2 minutes
I made an alt text generator using Aider with Claude Sonnet 4, SvelteKit and Tailwind. I didn't think it was very hard to do since I straight up vibe coded it.
Published on Jun 23, 2025
Reading time: 11 minutes
Since moving from Vue to Svelte one of the things I miss from Vue is when it would create an array of elements using a ref in a v-for loop.
Published on Oct 02, 2023
Reading time: 1 minute
Recently I found a need to calculate vh and vw
Published on Sep 25, 2023
Reading time: 1 minute
Recently while reading through the rendering section section of the HTML spec, I came across the hidden="until-found" attribute. Being that it's the first time I have ever seen this, I did a...
Published on Sep 13, 2023
Reading time: 2 minutes
I had to code a design that was like half a pie chart with text in the slices and the center of the chart was cut out in a circle like a donut. You can see it here on Squad by Mamamia. The solution I...
Published on Aug 28, 2023
Reading time: 2 minutes
Let's make a fly in animation on scroll with css custom properties and the intersection observer.
Published on Apr 24, 2022
Reading time: 5 minutes
Recently I was using swiper.js to make a slide show. One of the features that was requested was to have pagination with dots on the bottom and a fraction counter in the top right like Instagram....
Published on Jul 24, 2021
Reading time: 3 minutes
One of the projects I have been working on lately uses Nuxt and Vuetify. Someone on the team decided that dark mode is the preferred color scheme for the website. Personally I'm not a fan of the dark...
Published on Jul 02, 2021
Reading time: 2 minutes