Mateusz Suchoń

Software developer and indie hacker wannabe.

I’m Mateusz, a software developer, mentor and indie hacker based in Kraków. I'm focused to solve business problems with web technology.

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.