Posts ✏️
All the articles I've posted.
Stop White Box Testing Vue Components Use Testing Library Instead
White Box testing makes your Vue tests fragile and misleading. In this post, I’ll show you how Testing Library helps you write Black Box tests that are resilient, realistic, and focused on actual user behavior
Read More→The Computed Inlining Refactoring Pattern in Vue
Learn how to improve Vue component performance and readability by applying the Computed Inlining pattern - a technique inspired by Martin Fowler's Inline Function pattern.
Read More→Are LLMs Creative?
Exploring the fundamental nature of creativity in Large Language Models compared to human creativity, sparked by reflections on OpenAI's latest image model.
Read More→The Inline Vue Composables Refactoring pattern
Learn how to apply Martin Fowler's Extract Function pattern to Vue components using inline composables, making your code cleaner and more maintainable.
Read More→Math Notation from 0 to 1: A Beginner's Guide
Learn the fundamental mathematical notations that form the building blocks of mathematical communication, from basic symbols to calculus notation.
Read More→