Latest Updates

Documenting code, one commit at a time.

NestJS 2 posts
×

NestJS Modularity: Learning from a Reverted TypeORM and Service Export

The SBSofiaBartoli/ecommerce-md-back project is an e-commerce backend system. We recently encountered a common challenge related to module design and dependency management when implementing features.

The Situation

During a recent development cycle for our e-commerce backend, a new feature involving user management required access to the UsersService and certain TypeORM repository

Read more