Howdy, Welcome to My Blog
Written by Tony Lea - 3 minute read
Back in early 2024, a popular open-source project, Redis—made a bold change: it shifted its licensing from BSD to a more restrictive SSPL license... This meant that developers could still use Redis freely; however, companies offering Redis as part of...
Written by Tony Lea - 9 minute read
This week at Laracon Caleb Porzio announced Livewire 4, which comes with unified components, performance improvements, and many more awesome goodies 🤤 Unifying Livewire Caleb takes the stage to address one of the most pressing issues in the Livewire'...
Written by Tony Lea - 9 minute read
This year's Laracon keynote was absolutely insane! There were seven segments packed with open source goodies, AI-powered development tools, and infrastructure that'll make you rethink what modern web development can be. Here's everything that went do...
Written by Tony Lea - 8 minute read
Laravel has announced a new package called Wayfinder. This package will allow you to easily generate fully-typed, importable TypeScript functions for your controllers and named routes, providing devs with a seamless integration between a Laravel back...
Written by Tony Lea - 2 minute read
React is one of the most popular front-end frameworks, even in 2025. So, what's the best way to install a React application? Installing React with Vite The simplest way today is to use Vite. You'll need to have NodeJS installed on your machine, and t...
Written by Tony Lea - 2 minute read
If you are not regularly engaged with the JavaScript ecosystem, you may get overwhelmed by all the options available 🥵 In fact, even if you're trenched in the JS ecosystem, you can still feel overwhelmed. Whenever I see something like the following i...
Written by Tony Lea - 2 minute read
When you start learning Laravel, you will also need to choose a stack that suits your needs and preferences. Livewire or Inertia? Both offer unique benefits and can change how you build your apps. If you find it tough to decide, worry not! I'm here t...
Written by Tony Lea - 4 minute read
Laravel Volt is a new package that was announced during Laracon 2023. Volt brings the power of single file Livewire components to Laravel and it works seamlessly with Folio. Similar to how React and Vue developers can write single-file components, La...
Written by Tony Lea - 3 minute read
Laravel Folio is a page-based routing system introduced to Laravel at LaraconUS 2023. With Folio you can map a route to a specific file or folder, similar to the file-based routing systems found in frameworks like NextJS or NuxtJS. How it works Afte...
Written by Tony Lea - 1 minute read
Column layouts or masonry layouts allows you to align images and content in a grid view without additional whitespace. This layout used to be painful to implement in previous versions of CSS; however, thanks to grid columns this is now a breeze to ac...