Skip to content

Building Microservices with Node.js, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Building-Microservices-with-Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Microservices with Node.js

This is the code repository for Building Microservices with Node.js, published by Packt.

Explore microservices applications and migrate from a monolith architecture to microservices

What is this book about?

Do you want to immerse yourself in the world of microservices? Building Microservices with Node.js will guide you through migration from a monolithic architecture to microservices. With this book, you’ll acquire a deep understanding of microservices architecture and apply it confidently in your web application projects.

This book covers the following exciting features:

  • Design domain-oriented microservices using domain-driven design (DDD)
  • Understand collaboration techniques for inter-microservice communication and learn how to design an API gateway
  • Automate microservice integration and deployment
  • Split a monolith safely into microservices and understand how to test microservices effectively
  • Use and implement microservices in Kubernetes and Docker environments
  • Get to grips with best practices for maintaining microservices at scale

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter10.

The code will look like the following:

describe('My API', () => {
  it('successfully loads', () => {
    cy.visit('/api/resource');
    cy.contains('Resource data');
  });
});

Following is what you need for this book:

This microservices and Node.js book is for backend developers, full-stack developers, software architects, and frontend developers who want to venture into the world of backend development and extend their capabilities. A fundamental understanding of the JavaScript ecosystem will be helpful but not necessary, as this book will cover the essentials of backend development, JavaScript programming, and Node.js.

With the following software and hardware list you can run all code files present in the book (Chapter 1-16).

Software and Hardware List

Chapter Software required OS required
1-16 Node.js Windows, macOS, or Linux
1-16 Visual Studio Code Windows, macOS, or Linux
1-16 ECMAScript 11 Windows, macOS, or Linux

Related products

Get to Know the Author

Daniel Kapexhiu is a software developer with over 6 years of working experience developing web applications using the latest technologies in frontend and backend development. Daniel has been studying and learning software development for about 12 years and has extended expertise in programming. He specializes in the JavaScript ecosystem, and is always updated about new releases of ECMAScript. He is ever eager to learn and master the new tools and paradigms of JavaScript.

About

Building Microservices with Node.js, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published