Improve Passing Booleans in PHP
Passing booleans to a method can be code smell, as it is not clear what a boolean does by reading the calling code.
Validating arrays and nested values in Laravel
Validating arrays and nested values allows you to more effectively deal with data transmitted from your frontend.
Hopefully, if you're new to Laravel, this will give you a brief understanding of the first-party ecosystem so that you can decide when to use one package over another.
Structuring & testing your Laravel Events & Listeners
In this article, we explore one simple yet powerful and scalable approach to setting up and testing your events and listeners.
In this guide, we will walk you through how to use Laravel WebSockets. We will be using the Laravel WebSockets package which is a great replacement for Pusher.
Using SingleStore as a JSON Document Database
Continuing our series on the multi-model capabilities of SingleStoreDB, we'll discuss SingleStoreDB's support for JSON data in this article.
Using Semantic Elements to Improve Your HTML
Making sure that your website is easy for search engines to crawl and understand is hugely important. It's also equally important to make sure that your website is well structured to make it more accessible for your readers.
Setting up Laravel with Inertia.js + Vue.js + Tailwind CSS
A quick guide on setting up the VILT stack for your next application.