Articles & Insights

Explore my thoughts on web development, technology trends, and programming best practices

Active filters:

Showing 2 of 8 articles

WhereAll() and WhereAny() in Laravel
Internal
Backend
August 26, 20253 min

WhereAll() and WhereAny() in Laravel

Laravel 11 adds whereAll() and whereAny() to Query Builder, making it easier to apply the same conditions across multiple columns.

LaravelBackendPhp
How to Use DTOs Perfectly in Laravel PHP
Internal
Backend
August 28, 20256 min

How to Use DTOs Perfectly in Laravel PHP

DTO (Data Transfer Object) is a design pattern used to transfer data between application layers. This object-oriented approach encapsulates data for efficient and easy transmission

LaravelBackenddto +1
Showing 1 to 8 of 8 results