My space on the web

Welcome to my humble corner where I give back to the world of coding. Browse at your leisure, and if my work aids you, consider buying me a coffee as a token of appreciation.
 


Recent articles

Vite throwing ESM error during build

Posted on
I had an issue where I tried to upgrade a Vue project which was built on vue-cli to use Vite instead. Things were fine until I tried to include Tailwind plugin for Vite.

Writing my first browser extension with WXT

Posted on
In the last few months, I have worked on expanding my knowledge in web development by learning new technologies. I explored more of the Vue.js world and played around with many new libraries and patterns. Meanwhile working on work stuff I missed a good (or more suitable for me) extension that can fill forms with test data so I decided to put two things together - wanting to learn something new and improve my development workflow.

How to implement File Validation events?

Posted on
Drupal 11 will change many functionality related to file validation. One of the changes is the hook_file_validate() which is now deprecated and will be removed from Drupal 11.