All Posts

Exposing NestJS Modules' GraphQL Endpoints with Reverse Proxy

Learn how to expose NestJS modules' GraphQL endpoints through a single port with distinct paths using reverse proxy configuration.

Continue reading →

How I used in-memory MongoDB, InversifyJS with Jest to boost my test efficiency

Sharing a strategy to optimize JavaScript testing using Jest, in-memory MongoDB, and InversifyJS. The article emphasizes the efficiency gained by combining in-memory databases and dependency injection for more organized and faster tests.

Continue reading →