Posts ✏️
All the articles I've posted.
Local-First Web Development: The Future of Web Apps
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 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→Mastering TypeScript: Looping with Types
Did you know that TypeScript is Turing complete? In this post, I will show you how you can loop with TypeScript.
Read More→Exploring the Power of Square Brackets in TypeScript
TypeScript, a statically-typed superset of JavaScript, uses square brackets [] in various powerful ways. This post explores the versatile applications of square brackets in TypeScript, from defining array types to complex type manipulations, enhancing code clarity and type safety.
Read More→