Discord 24 Jun 2023 · 3 min read Boost Your GitHub Actions Workflow with Discord Webhook Notifications Learn how to send Discord notifications using webhooks in GitHub Actions. This tutorial covers setting up a GitHub Actions workflow and sending a message to a Discord channel when a build fails, without mentioning roles. Read more
NestJS 10 Jun 2023 · 2 min read Develop a Webhook System with NestJS for Event-based Integrations Webhooks are a popular approach for enabling real-time notifications and updates between applications. They provide an efficient way to communicate with external systems and automate workflows. In this blog post, Read more