Documentation in the nation
Documentation for all my releases — everything you need, nothing you don’t. I keep it straightforward and thorough because nobody’s got time to reverse-engineer how things work. Whether you’re just getting started or deep in the weeds, this should get you where you need to go. Something missing? Let me know — I’d rather update the docs than have you guessing. 🧡
2024
cloud-lock - distributed locking via cloud storage in Java
··614 words·3 mins
cloud-lock provides a simple means of distributed locking via cloud storage in Java. This let’s you do leader election to run certain workloads only once when your service is scaled out horizontally. Doing it via cloud has the benefit of not needing to provision a database for that purpose if your service is stateless in the first place.
Read more