Building Delightful Distributed Apps with Dapr
Distributed applications are complicated. There are so many moving parts that it's hard to keep track of them all. Additionally, modern cloud architectures have many cloud dependencies, which are difficult to use for local development. Day-to-day work can be a real hassle. The Distributed Application Runtime, aka Dapr, makes your life easier. With Dapr, you can build against an environment that runs great on your local machine or in the cloud. It abstracts away all those pesky cloud dependencies, so you have ultimate portability. It supports all your favorite programming languages and whatever cloud provider you're into (even if that cloud provider is your own data center). This presentation will teach you how to use Dapr to simplify development. You'll learn how to set up Dapr locally and how to use it with your deployed applications. After this talk, you'll be ready to make your life easier with Dapr.
Prerequisites
You probably need to have a general understanding of what microservices to get the most out of this talk. It's not a hard requirement, but it would certainly help.