Blog


August 27, 2024

Speed up your Laravel application with the Speculation Rules API

The Speculation Rules API is an experimental but widely available browser technology that aims to improve web page loading performance. It is engineered to enhance the performance of future page navigations. It focuses on entire document URLs rather than individual resource files, making it particularly suitable for multi-page applications (MPAs) rather than single-page applications (SPAs).

Read

March 31, 2024

How to test Inertia.js partial reloads

Hey guys several months after my last blog post, so it was finally time to write a new one. I hope you will enjoy it. In this blog post, we will explore how to test Inertia.js partial reloads in Laravel applications. I will try to cover how the partial reloads work and how you can test them in your Laravel applications.

Read

March 23, 2023

Sending Mails with Laravel and Microsoft Office 365 the secure way

In the ever-changing digital landscape, securing sensitive information has become paramount. Email communication, one of the most widely used methods of data exchange, requires a robust and secure approach to ensure the privacy and integrity of its contents. Laravel, a popular choice for web application development, demands best practices for sending emails securely. This is where Microsoft Office 365 and the Microsoft Graph API come into play.

Read

June 30, 2022

How to Migrate a Laravel Inertia Vue App to Vite

On Tuesday, the 27th of June 2022, Laravel 9.19.0 with Vite support was released. Learn how to migrate a Laravel Inertia Vue app to Laravel Vite.

Read