January 2022

How To 'Show More' content on Button Click using Alpine.js

How To ‘Show More’ content on Button Click using Alpine.js

I have been a fan of the jQuery library for quite a few years and still love it. But as much better and lighter javascript libraries come, considering jQuery as my primary frontend library doesn’t make much sense anymore. So, I have decided to make the transition to Alpine.js, which seems to be a super …

How To ‘Show More’ content on Button Click using Alpine.js Read More »

How to implement Laravel Queues to send emails

How To Implement Laravel Queues To Send Emails and Not Spoil The User Experience?

Sending notifications to users is one of the most important tasks of any Laravel application. So, as you might have already guessed, sending notifications in Laravel is very easy to implement. However, while setting up the functionality to send notifications (in the form of emails or otherwise) is pretty easy, email servers do take significantly …

How To Implement Laravel Queues To Send Emails and Not Spoil The User Experience? Read More »

Create New Laravel 8.0 Project With TailwindCSS and LiveWire.png

Create New Laravel 8.0 Project With TailwindCSS and LiveWire

I have already written one post, if not two, about how to create a new Laravel Project but things and preferences in the Laravel world, change fast. So, here I am, writing yet another one around the same topic. However, the significant difference this time is that this post will cover How to create a …

Create New Laravel 8.0 Project With TailwindCSS and LiveWire Read More »