Skip to content

TrainingByPackt/BuildingMicroserviceswithJavaScript

Repository files navigation

GitHub issues GitHub forks GitHub stars PRs Welcome

Building Microservices with JavaScript

Microservices are a popular way to build distributed systems that power modern web and mobile apps. With the help of this Learning Path, you'll learn how to develop your applications as a suite of independently deployable and scalable services.

Using an example-driven approach, this Learning Path will uncover how you can dismantle your monolithic application and embrace microservice architecture, right from architecting your services and modeling them to integrating them into your application. You’ll also explore ways to overcome challenges in testing and deploying these services by setting up deployment pipelines that break down the application development process into several stages. You’ll study serverless architecture for microservices and understand its benefits. Furthermore, this Learning Path delves into the patterns used for organizing services, helping you optimize request handling and processing. You'll then move on to learn the fault-tolerance and reliability patterns that help you use microservices to isolate failures in your applications.

By the end of this Learning Path, you’ll have the skills necessary to build enterprise-ready applications using microservices.

Building Microservices with JavaScript by Diogo Resende and Paul Osman.

What you will learn

  • Use Docker and Swarm for continuous deployment and scaling
  • Build and deploy cloud-native microservices and avoid vendor lock-in
  • Explore different service architectures such as Hydra and Seneca
  • Create services that don’t impact users upon failure
  • Monitor your services to perform debugging and create observable systems
  • Develop fast and reliable deployment pipelines
  • Manage multiple environments for your services
  • Simplify the local development of microservice-based systems

Hardware requirements

For an optimal student experience, we recommend the following hardware configuration:

  • Processor: Intel Core i7 or equivalent
  • Memory: 8 GB RAM
  • Storage: 15 GB available space

Software requirements

You’ll also need the following software installed in advance:

  • Operating system: Windows 7, 8.1 or 10 64-bit, macOS High Sierra or Linux
  • Browser: Google Chrome, Latest Version