All posts

A collection of my random musings; usually centered around frontend topics. Join me as I explore new technologies, share my experiences, and learn from others.

Auto-Generating Social Preview Images

Social preview images are used to entice viewers to read your content when they come across the image on a social network. Websites like Twitter and Facebook read meta tags on your website, and will show the linked image when the right tags are found.

Read article

Tailwind Just-In-Time Compiler

Tailwind.css added a compilation mode in v. 2.1 to allow Just-in-Time compilation of the library, removing the need for enabling/disabling different variants or creating new styles for quirky one-offs, in favor of allowing the runtime to determine which styles to package into the build.

Read article