JALURI 17,456 SUMMARIES / 50 SOURCES
SEARCH LAST PASS 10:28 ATOM

Microservices in Nest.js – JavaScript Tutorial

This course, developed by Haer Malik, teaches building scalable microservices using Next.js, focusing on a delivery service application with login and rider tracking functionalities, and covers communication between microservices and code organization strategies.

MAIN POINTS FROM TRANSCRIPT
  1. Develop a delivery service application with microservices for login and rider tracking.
  2. Save rider coordinates every 3 hours using an API and MongoDB.
  3. Learn to communicate between microservices using a TCP-based approach.
  4. Understand code organization in NestJS using standard and monorepo modes.
TAKEAWAYS
  1. Gain skills to design and deploy scalable microservices using Next.js.
  2. Implement a rider tracking feature with independent microservice deployment.
  3. Utilize monorepo mode for efficient code sharing between microservices.
  4. Explore the benefits of microservices, such as independent deployment and database flexibility.
WATCH ON YOUTUBE