5 min read 0 Distributed Systems Theory Java Vector Clocks: So what time is it? varunu28 April 16, 2023 In last 2 posts, we have seen how time is a hard thing to calculate in a distributed systems and…
8 min read 0 Concurrency Java Testing for concurrency on JVM varunu28 November 1, 2022 Writing thread-safe code is in itself a major challenge and add to that the challenge of verifying if the code…