Laravel Best Practices
A few good "best-practices" instilled by my Senior Developer for a more maintainable codebase
Small tidbits I pickup on in my career (and life in general!)
A few good "best-practices" instilled by my Senior Developer for a more maintainable codebase
I learned how to use keyBy collection method, in my case to not use a nested loop.
I learned how to effectively use the Query Builder directly from a Model instance in Laravel.
Authorization with Policies and Gate in Laravel.