Development Upgrading to Laravel Vite Plugin 1.0 for Vite 5 Support Upgrading to Laravel Vite Plugin 1.0 is an essential step for Laravel developers seeking to leverage the capabilities of Vite 5. This release brings significant changes and enhancements. Here’s a concise guide to…
Development Replace querySelector with Alpine.js x-show I challenged myself to make a screencast, to keep the barrier minimal I decided to start with something small. Here’s my video on how to replace document.querySelector with Alpine.js x-show. Please let me know any feedback…
Development How to get $5000 in AWS credits without breaking the bank Every business needs hosting right? There are a couple of ways to use the AWS Activate program to get cheap credits. First of all, if you’re a solo founder or a bootstrapped you’re…
Development Free Airtable credits and Bubble Professional Via the magic of the internet I stumbled upon this new website called Secret. You can sign up for free and get acces to some really amazing deals for software you can use to build your business!
Development What is up with var, let and const Assuming you know some JS basics Let’s start with the ‘old’ keyword var for declaring variables. var is top level (aka. global level). Let me show you what that means with an example….