
Valerio
@inspector
CTO & founder at Inspector.dev


Laravel Auth Routes Tutorial
Written by Valerio
Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies and attach them to different parts of y...


Laravel Password Hashing With Salt
Written by Valerio
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashi...


AWS SQS in a large scale application
Written by Valerio
In today's article, I'm going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our...


Laravel cron scheduling and its secrets
Written by Valerio
Hi, I'm Valerio Barbera, software engineer, founder and CTO at Inspector. One of the most useful features of Laravel is the cron scheduling system.The official documentation clearly explain...