KH

Posts

My rambling opinions specifically about coding .

Series - 2 parts
coding random-anime Jan 19, 2026

Random Anime V6 Update

A series dedicated to the journey of my updates for version 6 of my site, randomanime.org

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.