Blog

Thoughts & Insights

Writing about web development, design, and lessons learned from 14 years of building software.

Latest Posts

news Apr 14, 2026

Enhancements in Pest v4.5.0 for Testing Reliability

Pest v4.5.0 introduces innovative solutions for unreliable tests. Discover the new flaky() method and --flaky CLI option for automatic retries, alongside other notable features enhancing test accuracy and efficiency.

news Apr 13, 2026

Balancing Reusability in Vue Components

While crafting reusable components in Vue can enhance efficiency, over-reusability can lead to complex, hard-to-maintain code. Discover how to manage components effectively to maintain clean and scalable codebases.

news Apr 13, 2026

Crafting a Dynamic Vue Frontend for Laravel SaaS

Explore how to build a versatile Vue frontend for a multi-tenant Laravel SaaS application using Inertia v2. This guide covers layout management, overlays, pagination, and more, ensuring seamless user experiences without the need for complex state management.

news Apr 13, 2026

Efficient API Management with Laravel's Passage

Discover Passage, a streamlined API proxy gateway for Laravel, designed to efficiently route incoming requests to external services with ease.

news Apr 13, 2026

Effortlessly Debug Laravel Apps in Production

Debugging production Laravel applications can be challenging. Discover effective strategies and tools to streamline the process and ensure your app runs smoothly.

news Apr 12, 2026

Analyzing Nuxt 3: An Unexpected Size Increase Compared to React

The transition to Nuxt 3 resulted in a larger bundle size, exceeding React by 7%. This unexpected increase highlights the impact of built-in features like vue-router, even in single-page applications, demonstrating the real cost of meta-frameworks.

news Apr 12, 2026

Vue 3 Portfolio Port: Achieving 41% Smaller Gzip Than React

Discover how porting a portfolio landing page to Vue 3 resulted in a significantly smaller gzip size compared to React. This transformation retained all features while achieving a 41% reduction in bundle size.

news Apr 11, 2026

Enhance Vue Apps with Directives Instead of Components

Transform your Vue.js application by leveraging directives to replace excessive component use. This approach simplifies UI development by attaching behavior directly to elements, reducing complexity.

news Apr 09, 2026

Enhancements in Laravel VS Code Extension v1.7.0

Discover the latest updates in the Laravel VS Code Extension v1.7.0, including PestPHP Intellisense, a Go to Route command, and support for Laravel 13 attributes.

Stay Updated

Get new articles delivered to your inbox.