KH

Posts

I like to write about anything from coding tips to rants about life.

life books Oct 21, 2024 5 min read

Ranking the POVs in Heroes of Olympus

I'm deep into Heroes of Olympus book 4 so I figured now would be a good time to think about whose POVs I enjoy the most, and least.

coding Aug 14, 2024 3 min read

Why am I just finding out about #region?

As much as I love to organize my code, I'm ashamed to admit I never knew that #region. A way to create custom, collapsible pieces of code.

coding javascript nuxt Mar 7, 2024 4 min read

NUXT: Accessing DOM in a composable

Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.

coding css Jan 28, 2024 3 min read

Aspect-ratio is so easy and so awesome

The aspect-ratio CSS property is so easy and awesome, how could you not love it? Let's look at the old way, and the new way of achieving an element at a specific aspect ratio.