Skip to main content

Documentation in the nation

Me likey writing documentation? NO WAY! Anyway, I still went ahead and put together some docs for my releases. Just for y’all, so don’t be a snitch and appreciate the hell out of it! 🧡

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