Sneak a peek inside my head.
Sorry, you're probably going to regret doing that. Here on my blog you will find coding tips, tech rants, coffee-fueled tutorials, and the occasional meme. We don't have a ton here just yet, but don't worry, more is on the way!
- Lazy Loading Blurred Images in Astro
How to create a lazy blur-up image effect on your images in an Astro project.
06/30/2025, Astro, Alpine, Tailwind
- Using Tailwind CSS with Lit and HTML Custom Elements
In order to use tailwind with lit and custom html elements, you need to disable the shadow dom. Here's how you do that!
06/29/2025, Tailwind, Lit
- Using Lit to create cross-language components
On larger projects that utilize multiple templating languages to accomplish server-side and client-side rendering, using lit to create custom html elements can solve your problems.
06/27/2025, Lit, JavaScript