AW
Artisan Weekly
Back to Authors
Sepehr Mohseni
2 featured links
Featured Links
9

A comprehensive guide exploring Laravel 12's latest features including nestedWhere() queries, UUID/ULID primary keys, prunable models, and modern architecture patterns. Covers advanced practices for building cleaner, more maintainable Laravel applications with DTOs, service layers, and performance optimizations.

6

Have you ever wondered what can I do to help speed up these queries? Well this article has a comprehensive guide to MySQL performance optimisation covering query analysis with EXPLAIN, strategic indexing techniques, and server configuration tuning. It's essential reading for any Laravel developer looking to eliminate database bottlenecks and dramatically improve your application performance.