Microservices with Node JS and React

Categories: Back-end, Front-end
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Nội dung bài học

  • Architect large, scalable apps using a collection of microservices
  • Deploy a multi-service app to the cloud with Docker and Kubernetes
  • Solve concurrency issues in a distributed systems environment
  • Leverage your Javascript skills to build a complex web app
  • Build a Server-Side Rendered React App to render data from your microservices
  • Understand how enterprise companies design their infrastructure
  • Share reusable code between multiple Express servers using custom NPM packages
  • Write comprehensive tests to ensure each service works as designed
  • Communicate data between services using a lightning-fast event bus
  • Write nothing but production-level code. No cutting corners!
Show More

Course Content

02 – A Mini-Microservices App

04 – Orchestrating Collections of Services with Kubernetes

11 – Integrating a Server-Side-Rendered React App

19 – Listening for Events and Handling Concurrency Issues

24 – [Appendix A] – Basics of Docker

25 – [Appendix B] – Basics of Typescript

26 – Bonus!