Andrew Carter builds a Dependency Injection container from scratch, showing you how that rocket science is really just fireworks strapped to lego figures!
Tag: di
Amit Gupta wraps up his validation series by showing us how we can implement custom validations with Laravel, the right way
Tom Butler did an analysis on DI container performance and published his results in this post. They're not what you would expect.
Amit Gupta explains data validation in Laravel and teaches you how to do it right - decoupled, abstracted and clean
Danny Sipos covers the Drupal 8 version of EntityFieldQuery in depth, explaining the differences from Drupal 7 and demonstrating its use.
Peter Nijssen demonstrates the use of Mockery, a mocking library by Padraic Brady you can use to mock your dependencies while doing TDD
Danny Sipos wraps up his Drupal 8 Module Development series by focusing on configuration management and service containers
Younes Rafie introduces Laravel IoC and explains how it's used for dependency injection