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 5
Production Readiness
Content Locked
Section 1
Authentication and Authorization
User identity and permissions is a complex field. There is a lot of information and different standards in place to keep this delicate process secure and tamper proof. This video is an overview of the field, showcasing the newest standards and explaining them. - Define authentication and authorization - The existing standards - The importance of mock security for dev