Thoughts & Insights
Writing about web development, design, and lessons learned from 14 years of building software.
Latest Posts
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.
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.
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.
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.
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.
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.
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.
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.
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.