Aditya Ladadityaladblog.hashnode.dev·19 hours agoSecure Your Application with Arcjet: Security Made Simple! ✨In today’s digital age, securing applications is not a luxury—it’s a necessity. Whether you're a seasoned developer or just starting, implementing robust security often feels like a daunting task. But what if I told you there’s a way to fortify your ...6 likesArcjet
NovitaAInovita.hashnode.dev·Dec 12, 2024How Usage Tier 2 Affects OpenAI Tokens and Limits: Your FitLearn how Usage Tier 2 affects OpenAI tokens, rate limits, and pricing. Understand the key differences between rate-limit and token-based pricing models, and discover which option is right for your business. Get insights into cost predictability, fle...Artificial Intelligence
Ankur sainiankur0213.hashnode.dev·Dec 7, 2024Problem of Disposable MailsWhen you design a backend for a project the initial thing is to setup the Authentication part first so that you can test other API’s who required the cookies or some sort of authorization like user role. But then you see that many of users registered...tempmail
Francesco Di Donatodidof.hashnode.dev·Dec 4, 2024Throttling Explained: A Guide to Managing API Request LimitsWhen Should You Implement Throttling in Your Code? For big projects, it’s usually best to use tools like Cloudflare Rate Limiting or HAProxy. These are powerful, reliable, and take care of the heavy lifting for you. But for smaller projects—or if you...Web Development
Elnarilelnaril.hashnode.dev·Nov 18, 2024Tutorial: How to rate limit Python async requests to Etherscan - and other APIsTL;DRThis article provides a tutorial on implementing rate limiting for Python async requests using the credit-rate-limit library. It demonstrates how to manage API rate limits effectively with an example using the Etherscan API, ensuring your asynch...170 readsPython
Utkarsh Jaiswalreadwithutkarsh.hashnode.dev·Oct 19, 2024Protecting Your API with Unkey: A Guide to API Security and Rate LimitingAPIs are the backbone of modern applications, for seamless communication between different services.However, securing these APIs is crucial to prevent unauthorized access and abuse. Unkey offers a simple yet powerful solution for protecting APIs with...1 like·65 readssafe api
Rahul Rrahulraghunathan.hashnode.dev·Oct 9, 2024The Art of API Traffic Control: A Deep Dive into Rate LimitingIn today’s digital landscape, managing the flow of requests to web services and APIs is essential for ensuring system stability, security, and fairness. Rate limiting has emerged as a key technique to address these challenges. This article explores t...4 likes·29 readsratelimit
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 6, 2024Leveraging Caching, CDN, and Rate Limiting to Enhance Kubernetes PerformanceWelcome to Part VI of my Kubernetes series! In this post, we’re diving deep into three powerful techniques: caching, Content Delivery Networks (CDNs), and rate limiting that can significantly boost the performance and resilience of your Kubernetes-ba...10 likes·27 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsKubernetes
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 4, 2024Understanding Composite SLA Calculations in Kubernetes SystemsWelcome to Part V of my Kubernetes series! In this installment, we’re going to explore the complex yet crucial process of calculating the Composite Service Level Agreement (SLA) for distributed applications running on Kubernetes. As microservices gro...10 likes·37 readsMastering Kubernetes: Revolutionizing Cloud-Native Operationssla
Muhammad Sufiyaninnosufiyan.hashnode.dev·Sep 25, 2024Implementing Redis-based Throttling in NestJSWhen developing APIs, controlling the rate of incoming requests is crucial to maintaining server stability and preventing abuse. NestJS provides an in-built throttling mechanism through the @nestjs/throttler package. While this works well in most cas...172 readsSMIT - Batch 10Redis