Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nestjs

Auth Module With Deferred User Module

I have an AuthModule in a generalized library which requires interacting with a UserModule similar … Read more Auth Module With Deferred User Module

Nestjs + Typeorm: Use Two Or More Databases?

I'm trying since 2 days to solve this, perhaps I'm simply missing the point here. My goal w… Read more Nestjs + Typeorm: Use Two Or More Databases?

How To Mock S3 With Jest?

I am tryng to code a test for upload. But i am not understating how to properly use jest.mock('… Read more How To Mock S3 With Jest?