Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose the health of your application through an HTTP endpoint. Learn how to configure and develop health checks in ASP.NET Core to confirm the health of your application.
Plugins are what makes our lives as developers so much more productive. Most of our projects depend on them, as they allow us to ship new features with great speed. We'll learn how to make our own plugin and distribute it on NPM for everyone to use.
Learn how to easily integrate a sortable component into your web app. Sortable is ideal for editing playlists, or anywhere else you want to drag and drop an existing list.