Nothing here yet.
Nothing here yet.
I. Prerequisites Notion is certainly no stranger to everyone. It is an AI-powered workspace that helps users easily plan, take notes, and integrate with many other applications, making it very convenient. In terms of the idea, we will use Notion as a...

Timing Attack is one of the techniques that hackers exploit by leveraging server-side computations to adjust attack payloads accordingly. In this article, I will present the most common example of this type of attack and discuss prevention methods us...

Leaky Bucket Conceptually, the Leaky Bucket algorithm operates as follows. The server utilizes a fixed-sized bucket, and the bottom of the bucket has a hole (output) to hold a certain number of tokens. In this context, a token represents a request se...

What is Rate Limiter In the simplest terms, a Rate Limiter restricts the number of access requests to a resource on a system from an agent (such as a user, browser, or another server) within a specific time frame. Based on several rate-limiting techn...
