57 followers
I'm a software engineer, co-founder and CTO at Inspector.
Slow SQL queries can cripple your Spring Boot application. Monitoring SQL performance is essential to keep your app running smoothly, and tools like...
Symfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized...
In the last few months I worked heavily to renovate the monitoring experience for Symfony developers. The Symfony monitoring library is the second...
Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies...
Livewire is one of the most important projects in the Laravel ecosystem specifically targeted to frontend development. Livewire v3 has been recently...
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some...