Posts ✏️
All the articles I've posted.
TypeScript Tutorial: Extracting All Keys from Nested Object
Learn how to extract all keys, including nested ones, from TypeScript objects using advanced type manipulation techniques. Improve your TypeScript skills and write safer code.
Read More→What is Local-first Web Development?
Discover how local-first development revolutionizes web apps. Learn about offline use, instant access, and seamless syncing. This post introduces local-first concepts and outlines steps to build these powerful apps with Vue, putting users in control of their digital experience.
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→