Home

Posts

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

Aug 14, 2024

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

Mar 7, 2024

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
  • #javascript
  • #nuxt

Jan 28, 2024

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.

  • #coding
  • #css