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 1
The First Service
Content Locked
Section 2
Bootstrapping a First Service, Initial Code
Explains what a service is and its part in the architecture. It also shows how to start creating a service, going over basic code and functionality. - Introduce the service concept and its role - Show the internal composition of a service - Show some basic code