Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkssharma/microservices

Playlist covering all about Node JS Microservices 🚀🚀
https://github.com/tkssharma/microservices

express microservice microservices nestjs nestjs-backend nodejs patterns typescript

Last synced: about 2 hours ago
JSON representation

Playlist covering all about Node JS Microservices 🚀🚀

Awesome Lists containing this project

README

        

# microservices
Playlist covering all about Node JS Microservices 🚀🚀

## Module 01 [Nov 2023] Express Typescript

| Item | Video |
| :---------------- | :------: |
| Creating Scalable SaaS Solutions: Building Microservices with Node.js | https://www.youtube.com/watch?v=aP55ZJNBM38&list=PLIGDNOJWiL19tboY7wTzz6_RY6h2gpNrH |
| Building Microservices Baseline Template with Javascript Toolings #02 | https://www.youtube.com/watch?v=aP55ZJNBM38&list=PLIGDNOJWiL19tboY7wTzz6_RY6h2gpNrH |
| Building Microservices - Modules and Agenda for the course #03 | https://www.youtube.com/watch?v=aP55ZJNBM38&list=PLIGDNOJWiL19tboY7wTzz6_RY6h2gpNrH | |
| What is Microservice and Approach to Design a Simple Microservice #04 | |
| Building RestFul API Microservice using Express JS Project #05 | |
| Building RestFul API Microservice using Express Typescript Project #06 | |
| Building Prod Ready Microservice using Express JS Project #07 | |
| Building RestFul API Microservice using Express and Mongo DB Project #08 | |
| Building RestFul API Microservice using Express Typescript #09 | |

## Module 2.1 [Nov 2023] Express Typescript

| Item | Video |
| :---------------- | :------: |
| Building Microservices with The Twelve-Factor App Express JS Typescript | |
| 2. Adding 12 Factor Principle for Express App | |
| 3. Making Node JS App Production Ready ||
| 4. Add all 12-factor principles to manage express app ||

## Module 2.2 [Nov 2023] Nest JS Typescript

| Item | Video |
| :---------------- | :------: |
| Building Microservices using Nest JS | |
| 2. Managing dependencies for Monorepo Microservices Nest JS | |
| 3. Creating Controller and Services - Microservices Nest JS | |
| 4. Building Auth APIs Nest Serices | |

## Module 2.3 [Nov 2023] Nest JS Typescript

| Item | Video |
| :---------------- | :------: |
| Building Microservices with The Twelve-Factor App (Nest JS Typescript) | |
| 1. Github Branching and Deployment from Monorepo Codebase | |
| 2. Managing dependencies for Monorepo Microservices | |
| 3. Config Management for Microservices | |
| 4. Backing services for Microservices | |
| 5. Build, release, run for Microservices | |
| 6. Processes for for Microservices| |
| 7. Port binding for Microservices| |
| 8. Disposability for Microservices| |
| 9. Dev/prod parity in Microservices| |
| 10 Logs Management for Microservices| |

## Module 03 [Nov 2023]

| Item | Video |
| :---------------- | :------: |
| Deploying services to AWS using AWS CDK | |

## Module 04 [Nov 2023]

| Item | Video |
| :---------------- | :------: |
| Building Microservice using CQRS/Event Driven Arch | |

## Module 05 [Nov 2023]

| Item | Video |
| :---------------- | :------: |
| Building Microservice in serverless and container environment | |

![](https://i.ytimg.com/vi/aP55ZJNBM38/maxresdefault.jpg)
## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone [email protected]:tkssharma/nodejs-microservices-2023.git

# Go into the repository
$ cd nodejs-microservices-2023

# Install dependencies
$ pnpm i

```