Blogs
This blog will cover a variety of topics. They can be discussions of libraries, code snippets, or my learning progress on using modern web frameworks today.
Invisible Bot Protection with hCaptcha in Vue
Sep 16, 2025, 3:37 AM
I integrated hCaptcha into my portfolio site to protect my contact form from bots without frustrating users. Unlike Google reCaptcha’s puzzles, hCaptcha offers an invisible mode with strong privacy compliance, making it a better fit for my site. In this post, I walk through why I chose hCaptcha and how I set it up in Vue with a composable.
My Journey with Vue.js Certification
Sep 10, 2025, 10:43 PM
I recently took part in the Vue.js Certification Weekend hosted by certificates.dev. To prepare, I studied Vue.js on my own and worked through their official preparation guide, which included resources from Vue.js and Vue School. The experience gave me a clearer picture of the topics covered in the certification and highlighted areas I want to keep improving.