Writing on software development, reading notes and team management.

All of my thoughts on software development, current learning subjects, product design process and more.

Dependency Injection in Typescript

Dependency injection is a simple way to decouple code and make it easier to test. Let me introduce you to the general idea and two ways of implementing it in your project.