Naveennav610.hashnode.dev·Jul 9, 2024Introducing GuavaProblem Statement: We have all experienced a production bug firing via Sentry, a critical integration test that just started failing, or worst of all, a customer reaching out saying something is broken. The issue always appears out of thin air and go...41 readsdebugging
Leonardo Torresleodots.dev·Jun 1, 2024Step-by-Step Guide to RabbitMQ Rate Limiting in Java Spring Using GuavaRecently, I encountered this scenario and I think that would be a great idea to share this knowledge and also have this documented to whoever wants to use it in the future. Since Rabbitmq doesn’t have a rate limit feature built-in, we can create our ...67 readsProgramming Blogs
Pranav Joshipranavjoshi.hashnode.dev·May 9, 2023Caching with GuavaGuava Guava is an open-source release of Google's core Java libraries. It has helpful customizations for collections, string processing, concurrency, caching, etc. package `com.google.common.cache` is a caching library for simple in-memory caching w...13 likes·383 readscache