Cutting dev server startup to seconds with Vite
Why switching from a Webpack-based dev environment to Vite makes build times dramatically shorter.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 18/32)
Why switching from a Webpack-based dev environment to Vite makes build times dramatically shorter.
PHP 8.0 is out. I share how I've been using attributes and the nullsafe operator in real projects, and what they've actually delivered.
PHP 8.0 isn't out yet, but the RFCs and beta releases are already readable. Here are my notes on three key features worth understanding before release.
The practical case for offloading repetitive transformation tasks to Python, with real script examples.
How Inertia.js delivers a single-page-app feel without a separate API, how it integrates with Laravel, and when it's the right choice.
A deep dive into Laravel 8's class-based factory system and new directory layout, focused on generating test and seed data.