Published onJuly 1, 2025Building a Generic Carousel Component with Vue 3 and TypeScriptVue-3TypeScriptComponentsGenericsCarouselHow to use Vue 3 generics to create a type-safe, multi-variant carousel component that handles products, banners, zones, and more without code duplication.
Published onJune 22, 2025The MegaMenu That Took 50 Commits: Lessons in Component ComplexityVueComponentsRefactoringSoftware-EngineeringIterationWhat 50 commits on a single Vue component over 3 months taught me about iterative development, when to refactor, and managing complexity.