Howdy, Welcome to My Blog
Written by Tony Lea - 2 minute read
Real-time Facades have been available since version 5 of Laravel; however, I haven't used them much until now. Since I'm just discovering how these work, I thought it would be helpful to do a quick write-up for you 😉. What Are Facades Before understa...
Written by Tony Lea - 2 minute read
Today @calebporzio, creator of AlpineJS, just announced the date for AlpineDay, which is June 10th, 2021 🎉. If you ever needed an excuse to blow off work and hang out with some incredible people, this is the day for it! If you haven't seen it yet, th...
Written by Tony Lea - 1 minute read
Creating a good developer article or tutorial can be challenging enough without worrying about the image cover. Thankfully today, we are introducing a new Image Generator for your developer posts. 🙌 The New Version 🆕 This is V2 of our simple, intuiti...
Written by Tony Lea - 3 minute read
Alpine version 3.0 will be coming soon! There is going to be an Alpine Day online event where the creator, Caleb Porzio, will be talking about some new things coming to Alpine as well as pushing the new version live! In this quick post, you can learn...
Written by Tony Lea - 4 minute read
Many developers have dreams of creating their own profitable Software as a Service. Mainly because it provides you with the freedom to work on the things you are super passionate about. It's also a good feeling to make money working on your own stuff...
Written by Tony Lea - 3 minute read
I've recently run into a scenario where I want to design a one-off page using TailwindCSS with the CDN link; however, including the CDN link would mean that my page load is a heavy 3MB 🙁. Instead of installing Tailwind with one of the recommended ins...
Written by Tony Lea - 2 minute read
When creating a new Livewire component they will be placed in the same directory. But, there may be some instances where you want to place those Component Controllers and views in a separate location. In this short tutorial I will show you how to do ...
Written by Tony Lea - 2 minute read
I've recently been doing some research on FIFO (first-in, first-out) and LIFO (last-in, first-out) organization. I learned this simple concept back in college; however, I still got a little confused every time I recalled this data-structure organizat...
Written by Tony Lea - 4 minute read
Using the Ace Editor, we can easily add a code editor inside of any application built with Laravel and Livewire. Here is a quick example of what we'll be creating in this tutorial. Let's start off from the very beginning and create a new Laravel Liv...
Written by Tony Lea - 5 minute read
If you are new to TailwindCSS, you're probably familiarizing yourself with some of the utility classes and starting to build some awesome stuff. 😉 As you learn about this awesome framework, there may be a few utility classes that you skimmed over. In...