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
- Develop a delivery service application with microservices for login and rider tracking.
- Save rider coordinates every 3 hours using an API and MongoDB.
- Learn to communicate between microservices using a TCP-based approach.
- Understand code organization in NestJS using standard and monorepo modes.
TAKEAWAYS
- Gain skills to design and deploy scalable microservices using Next.js.
- Implement a rider tracking feature with independent microservice deployment.
- Utilize monorepo mode for efficient code sharing between microservices.
- Explore the benefits of microservices, such as independent deployment and database flexibility.