Skip to main content

· 17 min read
Giovanny Massuia

Rate Limiters

In this blog post, we'll discuss rate limiters, a critical component in distributed systems to prevent abuse and ensure fair usage of resources. We'll cover the different types of rate limiters and their implementations in the minimalist-java framework, and we'll provide examples of how to use them with the minimalist-java http-api module.

· One min read
Giovanny Massuia

This is my first blog post!

Testing some markdown features:

public class HelloWorld {

public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
note

This is a note