Oct 4, 2023
Nuxt3 Prerendering: How to wait on async content
While learning Nuxt3 I ran into, and resolved, an issue. Here's how to make sure the prerendering engine waits for your async content.
- #coding
- #javascript
- #nuxt
Read more
I like to write about anything from coding tips to rants about life.
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
Sep 1, 2021
I just wanted to watch a German dub on Crunchyroll... little did I know the amount of frustration I was about to experience.
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