What is Dependency Injection? There are quite a lot of definitions out there on dependency injection (DI), and its use cases. Dependency Injection is another piece of a puzzle in software engineering, widely used as a design pattern in a lot of web frameworks and applications. I like to define Dependency Injection as a…