Mastodon

Ash

Posts

Recent

#JSON Feed

JSON Feed Types

I've been working on adding JSON Feed to my blog, but I was surprised to discover that nobody has published JSON Feed TypeScript types yet. So I made some.

#Sanity

Missing Sanity documents in unauthenticated query results

If you notice documents missing from the results of unauthenticated Sanity queries, check whether the affected document ids are a path (a string segmented by periods).

#Open Graph Protocol

I added dynamic Open Graph images to my site

Using Next.js and Puppeteer, I created a set of dynamic OG images that reuse the design system components from my site.

#Jamstack

Component-level static props in Next.js

The Next-CMS project gives us a peek at component-level static props in Next.js. How does it work, and how can we use the pattern ourselves?

#Stylus

Exploring the Stylus Cache Function

Let's learn about Stylus' cache function.

#Gulp

"Why I Left Gulp and Grunt for npm Scripts"—Cory House

Cory House provides many good reasons for using npm scripts instead of an alternative task runner such as Gulp.