DEV Community

Mean profile picture

Mean

404 bio not found

Joined on 
The Token Bucket Algorithm: Build Server-Side API Rate Limiting in ~40 Lines

The Token Bucket Algorithm: Build Server-Side API Rate Limiting in ~40 Lines

4 min read

Want to connect with Mean?

Create an account to connect with Mean. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
HTTP Caching for APIs: Cache-Control, max-age, and stale-while-revalidate

HTTP Caching for APIs: Cache-Control, max-age, and stale-while-revalidate

3 min read
Correlation IDs: Trace a Single Request Across Every Service in Your API

Correlation IDs: Trace a Single Request Across Every Service in Your API

3 min read
Ship Your API Docs From the Terminal: A Tour of the New apikumo CLI

Ship Your API Docs From the Terminal: A Tour of the New apikumo CLI

3 min read
Sunset Your API Endpoints on Purpose: The Deprecation and Sunset Headers

Sunset Your API Endpoints on Purpose: The Deprecation and Sunset Headers

3 min read
Timeouts and Circuit Breakers: Stop One Slow API From Taking Down Your Whole App

Timeouts and Circuit Breakers: Stop One Slow API From Taking Down Your Whole App

1
3 min read
Server-Sent Events: The Simplest Way to Stream Data From Your API

Server-Sent Events: The Simplest Way to Stream Data From Your API

1
3 min read
Async APIs: The 202 Accepted + Polling Pattern for Long-Running Operations

Async APIs: The 202 Accepted + Polling Pattern for Long-Running Operations

1
1
3 min read
API Mocking: Build and Test Against Endpoints That Don't Exist Yet

API Mocking: Build and Test Against Endpoints That Don't Exist Yet

3 min read
Spec-First API Development: Make Your OpenAPI File the Source of Truth

Spec-First API Development: Make Your OpenAPI File the Source of Truth

3 min read
Contract Testing: Catch Breaking API Changes Before Your Consumers Do

Contract Testing: Catch Breaking API Changes Before Your Consumers Do

3 min read
Stop Inventing Your Own API Error Format: Use RFC 9457 Problem Details

Stop Inventing Your Own API Error Format: Use RFC 9457 Problem Details

3 min read
ETags and Conditional Requests: Stop Sending the Same API Response Twice

ETags and Conditional Requests: Stop Sending the Same API Response Twice

3 min read
Idempotency Keys: The One API Pattern That Prevents Duplicate Charges (and Worse)

Idempotency Keys: The One API Pattern That Prevents Duplicate Charges (and Worse)

3 min read
API Versioning Strategies: URL Path, Query Params, and Headers Compared

API Versioning Strategies: URL Path, Query Params, and Headers Compared

3 min read
Idempotency Keys: The One Pattern That Saves You From Duplicate API Requests

Idempotency Keys: The One Pattern That Saves You From Duplicate API Requests

1
4 min read
Idempotency Keys: The One API Pattern That Prevents Duplicate Payments (and Worse)

Idempotency Keys: The One API Pattern That Prevents Duplicate Payments (and Worse)

3 min read
Idempotency Keys: The API Pattern That Prevents Duplicate Charges (and Worse)

Idempotency Keys: The API Pattern That Prevents Duplicate Charges (and Worse)

3 min read
Cursor-Based Pagination: Why OFFSET Is Killing Your API (and How to Fix It)

Cursor-Based Pagination: Why OFFSET Is Killing Your API (and How to Fix It)

3 min read
Idempotency Keys: How to Make Your API Requests Safe to Retry

Idempotency Keys: How to Make Your API Requests Safe to Retry

4 min read
Idempotency Keys: How to Make Your API Calls Safe to Retry

Idempotency Keys: How to Make Your API Calls Safe to Retry

3 min read
Idempotency Keys: The API Pattern That Saves You From Duplicate Payments and Phantom Records

Idempotency Keys: The API Pattern That Saves You From Duplicate Payments and Phantom Records

4 min read
Idempotency Keys: The API Safety Net You're Probably Not Using

Idempotency Keys: The API Safety Net You're Probably Not Using

4 min read
Idempotency Keys: The One API Pattern That Prevents Duplicate Charges and Phantom Orders

Idempotency Keys: The One API Pattern That Prevents Duplicate Charges and Phantom Orders

3 min read
Idempotency Keys: The API Safety Net You Probably Aren't Using

Idempotency Keys: The API Safety Net You Probably Aren't Using

4 min read
Idempotency Keys: The Simple Trick That Prevents Duplicate Payments and Ghost Orders

Idempotency Keys: The Simple Trick That Prevents Duplicate Payments and Ghost Orders

3 min read
Idempotency Keys: The Simple Pattern That Prevents Duplicate API Requests

Idempotency Keys: The Simple Pattern That Prevents Duplicate API Requests

1
2
3 min read
Webhook Verification: How to Validate Every Incoming Request (and Why You Must)

Webhook Verification: How to Validate Every Incoming Request (and Why You Must)

3 min read
Idempotency Keys: The Safety Net Every Mutation API Needs

Idempotency Keys: The Safety Net Every Mutation API Needs

4 min read
Handling API Rate Limits Gracefully: Retry Logic, Exponential Backoff, and the Headers You're Ignoring

Handling API Rate Limits Gracefully: Retry Logic, Exponential Backoff, and the Headers You're Ignoring

4 min read
GraphQL vs REST in Your API Client: Why You Need to Handle Both Differently

GraphQL vs REST in Your API Client: Why You Need to Handle Both Differently

3 min read
Stop Writing Auth Logic Twice: Automate API Authentication with Pre-Processors

Stop Writing Auth Logic Twice: Automate API Authentication with Pre-Processors

4 min read
Make Your REST API Callable by Claude: A Practical MCP Primer

Make Your REST API Callable by Claude: A Practical MCP Primer

1
5 min read
How to Onboard New Developers to Your API in Under 10 Minutes

How to Onboard New Developers to Your API in Under 10 Minutes

4 min read
Stop writing API integration code from scratch — generate it in 26 languages instantly

Stop writing API integration code from scratch — generate it in 26 languages instantly

1
3 min read
Stop juggling base URLs and tokens — API environments in APIKumo

Stop juggling base URLs and tokens — API environments in APIKumo

2
3 min read
Stop sending README files as API docs — publish a live, versioned docs site with APIKumo

Stop sending README files as API docs — publish a live, versioned docs site with APIKumo

3
3 min read
Stop writing auth boilerplate: API automation with pre/post processors in APIKumo

Stop writing auth boilerplate: API automation with pre/post processors in APIKumo

1
4 min read
APIKumo gives every API collection an automatic MCP endpoint — here's why that matters

APIKumo gives every API collection an automatic MCP endpoint — here's why that matters

1
2 min read
loading...