> For the complete documentation index, see [llms.txt](https://utube.tkssharma.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utube.tkssharma.com/microservices/building-microservices-for-saas-2024.md).

# Building Microservices for SAAS 2024

{% embed url="<https://www.youtube.com/watch?v=aP55ZJNBM38&list=PLIGDNOJWiL19tboY7wTzz6_RY6h2gpNrH>" %}

This Video is a Part of the playlist "Building Microservices and Deploying for SAAS Product" and it covers all about building microservices for Enterprise World

Link - <https://www.youtube.com/playlist?list=PLIGDNOJWiL19tboY7wTzz6\\_RY6h2gpNrH> Github <https://github.com/tkssharma/microservices> Old GitHub Links <https://github.com/tkssharma/microservices> Github: <https://github.com/tkssharma/12-factor-app-microservices> <https://github.com/tkssharma/nestjs-graphql-microservices> <https://github.com/tkssharma/nodejs-microservices-patterns>

In this playlist, we will talk about microservices development with node js of all different types like

* Express/Nest JS with Typescript with ORM (TypeORM, knex, Prisma)
* Deploying Services with AWS CDK Constructs with RDS/Dynamodb
* Building Different Microservice Architecture
* Using Event-Driven Arch, CQRS, Event Sourcing based Arch
* Deploying services using AWS ECS or Lambda using AWS CDK

Here are some common microservices architecture patterns and best practices when using Node.js:

1. Single Service Microservice Architecture:
2. Layered Microservice Architecture:
3. Event-Driven Microservice Architecture:
4. API Gateway Microservice Architecture:
5. Service Mesh Microservice Architecture:
6. Serverless Microservices:
7. Containerized Microservices:
8. Event Sourcing and CQRS:
9. BFF (Backend For Frontend) Microservice Architecture:
10. Database Microservice Architecture:

I’m Tarun, I am Publisher, Trainer Developer, working on Enterprise and open source Technologies JavaScript frameworks (React Angular, sveltekit, nextjs), I work with client-side and server-side javascript programming which includes node js or any other frameworks Currently working with JavaScript framework React & Node js 🚀 with Graphql 🎉 developer publications.

I am a passionate Javascript developer writing end-to-end applications using javascript using React, Angular 🅰️, and Vue JS with Node JS, I publish video tutorials and write about everything I know. I aim to create a beautiful corner of the web free of ads, sponsored posts,

{% embed url="<https://www.youtube.com/watch?v=aP55ZJNBM38&list=PLIGDNOJWiL19tboY7wTzz6_RY6h2gpNrH>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utube.tkssharma.com/microservices/building-microservices-for-saas-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
