Posts ✏️
All the articles I've posted.
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→Building Local-First Apps with Vue and Dexie.js
Learn how to create offline-capable, local-first applications using Vue 3 and Dexie.js. Discover patterns for data persistence, synchronization, and optimal user experience.
Read More→