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
My rambling opinions specifically about coding .
A series dedicated to the journey of my updates for version 6 of my site, randomanime.org
I'm having to write a react app for work and created a nice, little reusable async context that I think is pretty cool.
For the first time in my life, I have written a deployment pipeline for a personal project. Here's how it went and what I learned.
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.
Nesting? Natively? Yes, please. The new & nesting selector is here and it's pretty awesome.
Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.