I'm a developer and a strong proponent of open source software currently working as a senior dev at Jogg where my life revolves around the Laravel ecosystem, building and leading powerful & scalable APIs for our video-intelligence products.

Recent Articles


Records missing from algolia index after runnning laravel scout import

You run php artisan scout:import and it says [OK] All x-y-z records have been imported. You then go to your algolia index and see that some of the records are missing. This...

Read →

Setting up Auth between your Laravel API & the frontend JS client using Passport

Laravel Passport is an official Laravel package to implement API authentication in your Laravel apps. It provides a full OAuth2 server implementation for your Laravel applications. An API built...

Read →