Published on Medium
Building SaaS applications often requires multi-tenant architecture where each client has their own isolated database. This article explores the challenge of cross-database population in NestJS with Mongoose and provides a clean solution for safely populating references across different tenant databases.
Key Topics Covered:
Published on Medium
A comprehensive guide to self-hosting Plane, an open-source project management tool similar to Linear or Jira. Learn how to set up a production-ready Plane instance using Docker Compose with proper configuration, environment variables, and best practices for deployment.
Key Topics Covered:
Published on Medium
Build a robust and scalable file storage solution using NestJS and MinIO, an S3-compatible object storage system. This guide covers implementing a clean service architecture for file uploads, downloads, and deletions with proper error handling and security practices.
Key Topics Covered: