Posts ✏️
All the articles I've posted.
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→