Jan 21, 2024
Tailwind is actually pretty freakin' cool
Modular CSS? What?! Well, it's here, and it's pretty cool. Let's talk about the ups and downs of using it.
- #coding
- #css
- #tailwind
Read more
My rambling opinions specifically about coding.
Jan 21, 2024
Modular CSS? What?! Well, it's here, and it's pretty cool. Let's talk about the ups and downs of using it.
Read more
Oct 4, 2023
While learning Nuxt3 I ran into, and resolved, an issue. Here's how to make sure the prerendering engine waits for your async content.
Read more
Dec 16, 2022
I needed to know if a YouTube video was region locked... so I went down the rabbit hole and learned how to use the YouTube Data API.
Read more
Jul 8, 2022
Multi-line truncating has always been rough. But, what if I told you, you could do it with pure CSS? Yes! It's possible!
Read more
Aug 17, 2019
Iframes can be an expensive resource, especially for videos. Lazy loading iframes isn't as easy as it should be, but maybe the srcdoc attribute can help.
Read more
May 29, 2019
Finding out if an element is within the viewport has always been a pain in the butt. Luckily, there's a handy new API called Intersection Observer.
Read more