This post was written by Bitbucket user Anton Lawrence. Security is an essential aspect of software development. When overlooked, development teams… (more…)
Read more »
Bloom Filter is a probabilist data structure, created in the 70s. The data structure is used to test if an element is a member of a Set. Fa... (more…)
Read more »
Previous message: Concerns with JPMS spec and Jigsaw implementation... (more…)
Read more »
Modern JVM languages such as Kotlin, Groovy, Scala and some others offer many language features that let you write code in a more concise… (more…)
Read more »
Kafka Streams is a Streaming library similar to Spark and Flink which works with Apache Kafka. Kafka stream can be useful to process histori... (more…)
Read more »