Laracon DB
Laracon DB
Adel Faizrakhmanov
Has spoken at:
And has done the following talks:
The world is NOT cruddy by design (2019)

This talk discusses moving beyond basic CRUD operations in Laravel applications, focusing on better ways to structure code using domain-driven design principles. The speaker emphasizes using ubiquitous language that matches business requirements rather than database structures, separating read and write operations, and implementing more meaningful actions instead of simple CRUD operations. He shares examples from large-scale projects and demonstrates how to improve code organization using commands and events.