Logging to Datadog from ABP framework

@admin 9/3/2022 12:42:43 PM

This tutorial is a quick and easy walkthrough in getting your ABP application to log to Datadog via the ingestion api and some useful information about how to leverage those logs inside Datadog to your advantage.

Configuring Multiple DbContexts in an ABP Framework Project

@admin 8/29/2022 3:54:12 PM

Quick tutorial for adding multiple database contexts to an ABP Framework project

Connect an ABP application with OpenIddict to Zapier - Part 3

@admin 8/4/2022 6:58:41 PM

This will show a real-world scenario where you extend the functionality of the CMSKit pro commercial module with Zapier to automatically share newly created blog posts to various social media.

Connect an ABP application with OpenIddict to Zapier - Part 2

@admin 8/2/2022 11:28:40 PM

This article builds on the foundation established in Part 1 of the series to show you how you can extend the functionality of your system with Zapier so you don't have to build and maintain a separate API code base for each interaction.

Connect an ABP application with OpenIddict to Zapier - Part 1

@admin 8/2/2022 2:58:01 PM

This article is designed to walk you through the steps to configure an ABP Framework application, using the OpenIddict module for an identity server, to integrate with Zapier to enhance your application's automation capabilities.

Password required Redis with ABP Framework and Docker

@admin 7/19/2022 10:10:52 PM

This article is designed to walk you through the steps of spinning up a Redis container via Docker Desktop, then modifying your ABP framework application to utilize that image.