Learn how to implement a Ring Buffer in Java.
Also find me here:
Baeldung Author
Priyank Srivastava
Backend developer for about 6.5 years.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Algorithms (3)
- Spring Boot (1)
- REST (1)
Rate Limiting a Spring API Using Bucket4j
Filed under REST, Spring Boot
Learn how to use Bucket4j to rate limit a Spring REST API.
Median of Stream of Integers using Heap in Java
Filed under Algorithms, Java
Learn how to calculate the median of a stream of Integers using Heap
Parsing Command-Line Parameters with JCommander
Filed under Java
JCommander takes on all the complexity of parsing and validating parameters for our command line applications. We explore all of its core features.
Better Retries with Exponential Backoff and Jitter
Filed under Algorithms
Learn how to better control your application retries using backoff and jitter from Resilience4j.