
Confession of a converted skeptic When Anthropic announced the Model Context Protocol (MCP) in November 2024, my first reaction was: “Ah, another protocol promising to solve all integration problems”. As a …

Idempotency in Laravel: How to Avoid Duplicates in Your APIs with Elegance In modern API development, one of the most critical challenges is ensuring that operations don’t execute multiple times accidentally. …

CookieStore API: The Async Future of Cookie Management in JavaScript For decades, web developers have depended on the old and limited document.cookie interface to handle cookies in the browser. This synchronous API, with …

An interesting resource to have on hand when we need to document an API:
API Documentation Gallery
Where we have selected, very graphic examples of how to display the documentation of our APIs.
If you know of any …