Posts ✏️
All the articles I've posted.
How to Test Vue Router Components with Testing Library and Vitest
Learn how to test Vue Router components using Testing Library and Vitest. This guide covers real router integration, mocked router setups, and best practices for testing navigation, route guards, and dynamic components in Vue applications.
Read More→How to Use AI for Effective Diagram Creation: A Guide to ChatGPT and Mermaid
Learn how to leverage ChatGPT and Mermaid to create effective diagrams for technical documentation and communication.
Read More→Building a Pinia Plugin for Cross-Tab State Syncing
Learn how to create a Pinia plugin that synchronizes state across browser tabs using the BroadcastChannel API and Vue 3's Script Setup syntax.
Read More→The Browser That Speaks 200 Languages: Building an AI Translator Without APIs
Learn how to build a browser-based translator that works offline and handles 200 languages using Vue and Transformers.js
Read More→Solving Prop Drilling in Vue: Modern State Management Strategies
Eliminate prop drilling in Vue apps using Composition API, Provide/Inject, and Pinia. Learn when to use each approach with practical examples.
Read More→