Mastodon hachyterm.io

At the moment, I’m into architecture, clean code, building APIs.

I’ve watched the video Using Clean Architecture for Microservice APIs in Node.js with MongoDB and Express by Bill Sourour.

I’m trying to build something similar, but using the Fastify framework and GraphQL.

Bill works a lot with dependency injection, and I’m having trouble with translating the code from using http endpoints and requests to using GraphQL.

Further Reading