Book Image

Hands-On Reactive Microservices in .NET Core [Video]

By : Prajeesh Prathap
Book Image

Hands-On Reactive Microservices in .NET Core [Video]

By: Prajeesh Prathap

Overview of this book

<p><span id="description" class="sugar_field">Microservice architecture and development are gaining momentum in enterprises. While microservices are more modular to develop and may look simpler, there are also a lot of complexities in creating these distributed systems. In this course you learn about the tools and techniques that are necessary to successfully develop, deploy, manage, and monitor microservice-based applications. We develop a basic distributed reactive microservice system using .NET Core and Apache Kafka to send messages across microservices. We learn about using patterns such as CQRS to manage complexities in distributed systems. You'll also learn to containerize these services and use Kubernetes to manage the deployment, scaling, and updating of these services. By the end of the course, you'll be confident in implementing Kubernetes tools and resources to effectively deploy and manage microservices.</span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course takes a hands-on approach that guides your learning through comprehensive examples and clear and concise explanations.</span></span></p>
Table of Contents (6 chapters)
Chapter 2
Reactive Microservices
Content Locked
Section 1
Reactive Programming
The video explains reactive programming in general and the essential characteristics of reactive systems including: responsiveness, resiliency, elasticity, and being message driven. - Get introduced to reactive programming - Understand the principles of reactive programming