Rate limiting Entra External ID Email OTP Events with APIM
A technical guide on implementing rate limiting for Entra External ID email OTP events using Azure API Management policies.
A technical guide on implementing rate limiting for Entra External ID email OTP events using Azure API Management policies.
Explains rate limiting strategies in ASP.NET Core, including fixed window, sliding window, token bucket, and concurrency limiters.
A guide to implementing burstable rate-limiting in NGINX to protect self-hosted sites from aggressive scrapers and DDoS-like traffic.
How to avoid Let's Encrypt rate limits during testing by using the staging environment for auto-provisioned TLS certificates.
A developer shares lessons learned from a minor AWS production incident involving SQS message limits and the claim check pattern.
Explores rate limiting concepts for web apps, covering why it's needed, algorithms, and implementation strategies with .NET examples.
Explains how to use the built-in rate limiting middleware in ASP.NET Core .NET 7 to control API and web app traffic.
Explains how Unicode transliteration can bypass security measures like rate limiting in Laravel apps and how to fix it.
Learn strategies like retries, circuit breakers, and bulkheads to build resilient web APIs that handle temporary failures in distributed systems.
A guide to understanding and mitigating Docker Hub's rate limits on image pulls, especially in Kubernetes and CI/CD environments.
Two tech talks on rate limiting strategies and building a serverless search engine for NuGet.org using Azure Functions and Azure Search.
Two tech talks from ConFoo Montreal: one on application request throttling strategies and another on the microservices architecture of JetBrains Rider IDE.
A talk exploring strategies for implementing rate limiting and request throttling in web applications to handle user traffic and prevent abuse.
A data science tutorial using Leaflet to map Wellington bus locations and lateness, analyzing real-time transit data with R.
Explains how to implement API rate limiting using the new 'throttle' middleware in Laravel 5.2, including header responses.
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
A TechEd presenter shares analytics and configuration details from an Azure API Management competition, including usage metrics and rate-limiting policies.
Explains how to implement rate limiting/throttling in ASP.NET Web API using message handlers for better performance.