Posts ✏️
All the articles I've posted.
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→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→Robust Error Handling in TypeScript: A Journey from Naive to Rust-Inspired Solutions
Discover how to elevate your TypeScript error handling using Rust's Result pattern. Learn to write more robust, predictable code that gracefully manages unexpected scenarios. This post offers practical examples and introduces the ts-results library, bridging the gap between TypeScript and Rust's renowned error management approach.
Read More→Mastering Vue 3 Composables: A Comprehensive Style Guide
Did you ever struggle how to write better composables in Vue? In this Blog post I try to give some tips how to do that
Read More→Best Practices for Error Handling in Vue Composables
Error handling can be complex, but it's crucial for composables to manage errors consistently. This post explores an effective method for implementing error handling in composables.
Read More→