Blog


July 5, 2025

Server-Side Geolocation Filtering in Laravel with the Haversine Formula

Distance-aware queries are a core feature for modern apps—whether you're matching riders and drivers, showing events around a user, or surfacing the nearest warehouses for same-day delivery. The...

Read

March 17, 2024

Discovering Laravel Latest Eloquent Methods: whereAll & whereAny

In the ever-evolving world of web development, Laravel continues to introduce features that simplify and enhance the coding experience. The recent Laravel 10.47 update has brought us two innovative...

Read

February 28, 2024

Customize Reset Password Mail in Laravel

Recently at my job, we encountered a feature that queues the reset password email, and I decided to create this post to demonstrate how easy it is to implement this and, at the same time, customize...

Read

January 9, 2022

Creating a "what's hot" Reddit algorithm with Laravel

This is a small guide on how to implement a Reddit-style "what's hot" algorithm with Laravel Frameowrk. There are two primary benefits to using a "what's hot" algorithm. It gives newer posts a...

Read