Node JS Building Simple Microservice Architecture #07

preview_player
Показать описание
This is the master playlist for Node JS microservices

And here is the Lastest brand new playlist for Mastering Microservices in Node JS

- What are Microservices and Build Simple Microservices.
- Microservices vs Monolith
- When to build Microservice and how to build

Implement Different Microservice patterns using Docker-compose (EDA, CQRS, Gateway)
Understand different tooling for setting up microservice stack locally on System (Learning more about Docker & K8S)
Building Services and deploying them, Creating Microservices using Node JS with docker and K8S tooling

My channel has everything on microservices

Node JS using express/nestjs — Service exposing REST Interface
Node JS using express/nestjs — Service exposing Graphql Interface
Node JS using express/nestjs — Service exposing GRPC Interface
Node JS using express/nestjs — Service exposing TRPC Interface

We are using nestjs and node js express typescript

- we will build nestjs app from zero to hero
- we will build express app from zero to hero using docker and containers
-we will explore 12 factor app
- we will build express typescript app to build rest interface withd docker containers
- we will build nestjs app with docker and containers
- we will build all different type of microservices exposing rest, graphql interface
- we will build nestjs app using graphql with apollo graphql federation

and Before building Microservics you must understand all these patterns

Understanding Microservice Architecture and Different Microservice Patterns

► Pattern: Microservice Architecture
► Decomposition patterns
► The Database per Service pattern describes how each service has its own database in order to ensure loose coupling.
► The API Gateway pattern defines how clients access the services in a microservice architecture.
► The Client-side Discovery and Server-side Discovery patterns are used to route requests for a client to an available service instance in a microservice architecture.
The Messaging and Remote Procedure Invocation patterns are two different ways that services can communicate.
► The Single Service per Host and Multiple Services per Host patterns are two different deployment strategies.
► Cross-cutting concerns patterns: Microservice chassis pattern and Externalized configuration
► Testing patterns: Service Component Test and Service Integration Contract Test
► Circuit Breaker
► Observability patterns:
Log aggregation
Application metrics
Audit logging
Distributed tracing
Exception tracking
Health check API

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,
Рекомендации по теме
Комментарии
Автор

I have a basic question. all these backend services/ code will be in one project folder? and when we deploy to heroku or AWS, are they deployed on one server or multiple servers based on different services? please answer

anaskhan