Book Image

Hands-On Microservices with TypeScript 3 [Video]

By : Amit Bezalel
Book Image

Hands-On Microservices with TypeScript 3 [Video]

By: Amit Bezalel

Overview of this book

<p>If you want to make effective and scalable applications with microservices, this course will be perfect for you!</p> <p>Building a real-world solution with the microservice architecture takes more than is initially apparent. It requires reasoning about building blocks, designing easily accessible APIs, knowing how to be secure by design, and building automated testing coverage from day one. This course will guide you through the steps of building an enterprise-grade solution by utilizing one of the most natural technology choices for this type of application: Node.js and Typescript.</p> <p>Finally, you'll build the My-Music app where you'll create your own playlist from an existing song library.</p> <p>The code bundle for this course is available at&nbsp;<a href="https://github.com/PacktPublishing/Hands-on-Microservices-with-TypeScript-3" target="_blank">https://github.com/PacktPublishing/Hands-on-Microservices-with-TypeScript-3</a></p> <h1>Style and Approach</h1> <p>The course is meant to be practical and hands-on, showing code samples and configurations which can be used to build several increasingly complex sample projects.</p>
Table of Contents (5 chapters)
Chapter 2
Multi Services
Content Locked
Section 4
Implementing Swagger
APIs can be hard for a consumer to understand if they are not structured and documented correctly. OpenAPI 3.0 is used to document the APIs and expose them in a way that is easy to use and understand. - The need for API definitions - What can be gained and generated from it? - Implementing API definition in different ways