Seleziona una pagina
mercoledì, Feb 19

Node.js Microservices – Second Edition: Develop, deploy, and scale microservices with Node 8


Price: EUR 21,83
(as of Feb 19, 2020 18:12:35 UTC – Details)


Understand the concepts of microservice while learning how to develop, deploy, and scale microservices with Node 8

Key Features

  • An end to end guide in building entrprise grade microservices with node 8
  • Create deployment pipelines for efficiently releasing lightning quick updates and fixes for your applications
  • Learn how to be vendor-free and not depend on any specific cloud platform to deploy a microservice.

Book Description

Microservices enables us to develop software in small pieces that work together but can be developed separately, one of the reasons why enterprises have started embracing them.

For the past few years Node.js has emerged has a strong candidate for developing these microservices because of its ability to increase developers productivity and applications performance.

This book is an end to end guide on how to dismantle your monolith application and embrace the microservices architecture right from architecting our services and modeling them to integrating them in our application.

We’ll develop as well as deploy these microservices using Docker. Scalability is an important factor to consider when adding more functionality to your application. We would deep dive into various solutions such as Docker swarm and kubernetes to scale our microservices.

Testing and deploying these services while scaling is a real challenge, we’ll overcome this challenge by setting up deployment pipelines that break up the application build processes in several stages.

Later on we’ll take a look at the serverless architecture for our mcroservices and its benefits against traditional architecture. Finally we’ll share the best practices and several design patterns for creating efficient microservices.

What you will learn

  • Learn the concept of microservices
  • Understand the different approaches
  • Use tools for continuous integration
  • Use Docker for continuous deployment
  • Use Docker Swarm for scaling

Who This Book Is For

Node.js developer with basic server-side development knowledge – but no knowledge of implementing microservices in Node.js applications. Also useful for developers in other languages like Java or C#.

The book is targeted at people who know the basics of Node.js and want to enter the world of Microservices, its advantages and techniques, and why they’re so popular.

About the Author

Diogo Resende is a developer with more than 15 years of experience, working with Node.js almost from the beginning. His computer education and experience in many industry and telecommunication projects have given him a wider background knowledge of other architecture components that influence the overall performance.