Writing

Articles & Insights

Thoughts on web development, technology trends, and programming best practices.

5 articles

Frontend·Sep 13, 2025·3 min read

Vue 3.4+ defineModel(): Simplifying Two-Way Binding

Simplify v-model in Vue 3.4 with defineModel(). Cut boilerplate, enable two-way binding, TypeScript support, and modifiers for cleaner code.

Frontendjavascriptweb developmentvue3
Frontend·Sep 13, 2025· min readExternal

Biome vs ESLint: The Ultimate 2025 Showdown for JavaScript Developers — Speed, Features, and Migration Guide

Biome is an all-in-one toolchain that’s gaining serious momentum in 2025. What makes it special? It’s incredibly fast and works out of the box with minimal setup.

Frontendjavascriptlinter
Frontend·Sep 6, 2025·5 min read

Using defineExpose script: A hidden gem in Vue 3

Explore Vue 3’s defineExpose macro to safely expose child methods and properties. Learn patterns, best practices, and real examples.

VueFrontendweb development
Frontend·Aug 28, 2025· min readExternal

Alpine.js: A Modern Lightweight JavaScript Framework — A jQuery Replacement ?

Alpine.js promotes a reactive programming paradigm, similar to Vue.js. This means that data binding and updates are automatically handled by the framework, eliminating the need for manual event handling and DOM manipulation.

Frontendjavascriptalpinejs
Frontend·Aug 26, 2025· min readExternal

VueUse-Vue composable library that has collection of vue composition utilities

VueUse is a powerful collection of Vue.js utility functions built on the Composition API. It provides ready-to-use composables that simplify state management, reactivity, and common application logic, making it easier to build scalable and maintainable Vue applications.

VueFrontend