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→SQLite in Vue: Complete Guide to Building 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→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→Frontend Testing Guide: 10 Essential Rules for Naming Tests
Learn how to write clear and maintainable frontend tests with 10 practical naming rules. Includes real-world examples showing good and bad practices for component testing across any framework.
Read More→Create a Native-Like App in 4 Steps: PWA Magic with Vue 3 and Vite
Transform your Vue 3 project into a powerful Progressive Web App in just 4 steps. Learn how to create offline-capable, installable web apps using Vite and modern PWA techniques.
Read More→