Tag

API platform

A focused thread through the archive.

Feb 20, 2025

GitHub Actions: GitHub Api Rate Limit Check Action

GitHub Actions doesn’t (seem to?) provide built-in insights into API rate limits, making it difficult to diagnose runtime failures caused by hitting request limits. To address this, I created a reusable GitHub …

Sep 9, 2024

Backstage.io Cisco Webex Scaffolder Backend Plugin

Looking to integrate Webex messaging in Backstage? The Webex Module for Backstage Scaffolder makes it simple. This plugin enables seamless integration with Webex Incoming Hooks, allowing you to send messages to one or …

Sep 1, 2024

A Quick Guide to Designing RESTful Endpoints for Your Api

Let’s dive into the world of RESTful API design, especially for those of you transitioning from Java or other back-end heavy environments. One of the common mistakes I see everyday is naming API endpoints based on the …

Nov 14, 2021

Netlify Functions RESTful API Without Express

What are Netlify Functions? Netlify Functions provide a simple way to build a serverless API layer for any front-end projects. These serverless functions are executed atop AWS’s Lambda platform. The rule here is …