Posts ✏️
All the articles I've posted.
Vue Accessibility Blueprint: 8 Steps
Master Vue accessibility with our comprehensive guide. Learn 8 crucial steps to create inclusive, WCAG-compliant web applications that work for all users.
Read More→How to Structure Vue Projects
Discover best practices for structuring Vue projects of any size, from simple apps to complex enterprise solutions.
Read More→How to Persist User Data with LocalStorage in Vue
Learn how to efficiently store and manage user preferences like dark mode in Vue applications using LocalStorage. This guide covers basic operations, addresses common challenges, and provides type-safe solutions for robust development.
Read More→How to Write Clean Vue Components
There are many ways to write better Vue components. One of my favorite ways is to separate business logic into pure functions.
Read More→The Problem with as in TypeScript: Why It's a Shortcut We Should Avoid
Learn why as can be a Problem in Typescript
Read More→