4 min read 0 Cache Materialized Views: An alternative to full-blown cache systems varunu28 November 22, 2022 Whenever we talk about caching in an application, the first thought that come to our mind is building an end…
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…