In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have … [Read more...] about Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular
GraphQL
How to structure Graphql, Typescript and Express app for scalability
In this post I will share a great structure for structuring your Graphql application, using Typescript and Express. The structure consists of these folders/layers (from outer to inner): IOC: … [Read more...] about How to structure Graphql, Typescript and Express app for scalability