Posts ✏️
All the articles I've posted.
How to Use the Variant Props Pattern in Vue
Learn how to create type-safe Vue components where prop types depend on other props using TypeScript discriminated unions. A practical guide with real-world examples.
Read More→What is Local-first Web Development?
Explore the power of local-first web development and its impact on modern web applications. Learn how to build offline-capable, user-centric apps that prioritize data ownership and seamless synchronization. Discover the key principles and implementation steps for creating robust local-first web apps using Vue.
Read More→How to Use SQLite in Vue 3: Complete Guide to Offline-First Web Apps
Learn how to build offline-capable Vue 3 apps using SQLite and WebAssembly in 2024. Step-by-step tutorial includes code examples for database operations, query playground implementation, and best practices for offline-first applications.
Read More→How to Test Vue Composables: A Comprehensive Guide with Vitest
Learn how to effectively test Vue composables using Vitest. Covers independent and dependent composables, with practical examples and best practices.
Read More→Create Dark Mode-Compatible Technical Diagrams in Astro with Excalidraw: A Complete Guide
Learn how to create and integrate theme-aware Excalidraw diagrams into your Astro blog. This step-by-step guide shows you how to build custom components that automatically adapt to light and dark modes, perfect for technical documentation and blogs
Read More→