Buddy Coderdevsingh.hashnode.dev·Jan 4, 2025How to Set Up Secure Forgot Password/ Reset in Node.js and ExpressThis article provides a complete implementation of a secure forget password system in NodeJs using express, mongoose. This feature is essential for user account security, allowing users to reset their passwords securely if they forget them. We will c...10 likesSecure Password Reset Node.js
Jason Joseph Nathangeekist.co·Dec 23, 2024The Art of ProxyingWelcome back to the Taming Nginx series! In this article, we’re diving into the art of reverse proxying. While many guides focus on the basics, this article is for those who want to push Nginx to its limits, we'll explore advanced and peculiar use ca...Taming NginxLayer 7
Panth Patelhow-is-my-backend.whiteloves.in·Dec 7, 202410 Javascript tools for clear code designHey there, developer! You might need some tools to boost your skills, and here are a few to check out: (https://jsr.io/@panth977/tools) Rate limit function invocation Sometimes you just want to make sure you don't go over the max number of calls to a...JavaScript
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...176 readsPython
Shivansh JaiswalforGirmantech Blogblog.girmantech.com·Nov 8, 2024API Rate Limiting with Redis and PostgreSQLA rate limit is a mechanism that restricts the number of requests a client can make to a server within a specific time frame, preventing abuse and ensuring fair resource usage. Top 3 Benefits of Using a Rate Limiter in an App Protect Resources: Prev...156 readsRedis
Chidi Okekechidiokeke.hashnode.dev·Oct 21, 2024How to Implement Rate Limiting in Node.js APIsRate limiting is a crucial technique for managing the number of requests that a server can handle within a specific timeframe. In Node.js backend APIs, it's essential to implement rate limiting to prevent abuse, protect resources, and ensure optimal ...Node.js
Nile Bitsnilebits.hashnode.dev·Oct 14, 2024How To Build Secure Django Apps By Using Custom MiddlewareIn today's digital world, when data breaches and cyber threats are more common than ever, developing safe online apps is essential. Django is a well-known and powerful web framework with integrated security measures. However, you might need to add mo...33 readsDjango
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
Rory Murphyapidna.hashnode.dev·Oct 4, 2024API Rate Limiting and Throttling with Autonomous AgentsAPI Rate Limiting and Throttling are crucial techniques for managing traffic and ensuring the stability of API-driven applications. Rate limiting restricts the number of requests a client can make within a set time, while throttling slows down or bl...APIs
Devops Dendevopsden.hashnode.dev·Sep 5, 2024What is API Rate Limiting?In today’s interconnected digital world, Application Programming Interfaces (APIs) serve as the backbone, allowing different software applications to communicate with each other seamlessly. Whether you’re accessing a social media platform, making an ...1 likeAPIs