DI Benchmark: Vanilla, RegistryComposer, typed-inject, tsyringe, inversify, nest.js
Pure DI in TypeScript Node.js
Feb 25, 20235 min read675

Search for a command to run...
Articles tagged with #dependency-injection
Pure DI in TypeScript Node.js

In the previous tutorial, I've implemented GraphQL Server using GraphQL Yoga. Today, I'm going to extend our service by using DataLoader. I will use the repo as starting point. DataLoader GraphQL gives us the ability to combine multiple queries int...
Introduction In this set of articles, I'm going to share my own experience with implementing and using Typesafe Dependency Injection with Registry in TypeScript Node.js backend applications. So, let's get started with it. P.S. you can read more abou...