Notes: Understanding application wiring with dependency injection containers
Some modern Node.js frameworks use dependency injection containers to wire an application.
In this article, we shall explore what it means.
Hard-coded dependency
Node.js module system provides an in-built system for wiring applications.
A lot of larg...
terkplumber.hashnode.dev4 min read