How to Authenticate with the GitHub API Using a GitHub App
A technical guide on authenticating with the GitHub API using a GitHub App, focusing on setup and JWT token generation in C#.
A technical guide on authenticating with the GitHub API using a GitHub App, focusing on setup and JWT token generation in C#.
A software engineering article advocating for 'Question Driven Development' by asking critical questions before and after implementing features to ensure completeness.
The article details completing a Stripe payment integration for a SaaS product, including tests, webhooks, and user signup views.
A case study on implementing HTTP webhooks with Fastify on Firebase Functions, using Lemon Squeezy as a payment processor example.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.
Twilio Labs introduces a CLI plugin to simplify webhook testing by emulating requests, eliminating the need for public URLs and manual triggers.
A guide to automating Mastodon posts using IFTTT webhooks and the Mastodon API.
A technical deep dive into automating internal infrastructure and data workflows using Rust, cron jobs, and a central database.
A developer explains how to create a simple mock service with delayed webhooks using the Starlette framework in Python.
A technical guide on implementing logic to handle failed subscription payments and retries using Stripe's API and webhooks.
Introducing Hooks, a simple tool for running custom commands on GitHub webhooks to enable easy continuous deployment.