Blog
Here you can find some of my thoughts and wonderings.
-
My Two Cents on AI
Just me yapping about AI, our obsession with control, and how language, human or machine, doesn’t always play by our rules.
-
How I implemented a dynamic Table Of Content section in my personal blog
Sharing my thought process on how I implemented a dynamic Table Of Content section in my personal blog
-
Taming Reactivity in Vue.js: Cloning, Immutability, and Common Pitfalls
Reactivity in Vue.js feels magical—until it breaks. This article explores how improper cloning and mutable operations can quietly cause bugs, and how to fix them using immutability and defensive patterns.