Bloom Filters Mathmania

So, you’ve come across Bloom filters and understand that, despite their probabilistic nature, they are a great fit for your use case. You’ve decided to integrate them into your system design, but you’re unsure about the optimal size and the number of hash functions needed for your…

Redpanda Highlights

What's Redpanda? Redpanda, a Kafka® replacement for mission critical systems: * 10X Faster * Kafka® API Compatible - no code changes * Easy to use - No Zookeeper®, No JVM - built in C++. One binary. Redpanda is a modern streaming data platform. It essentially is a drop-in replacement of Apache…

Ensure Conventional Commits in your SBT projects

Repeat after me! Commit history is intrinsic to quality documentation. Let's be honest about the number of times we have been disappointed by a poorly maintained commit history of a project anytime we tried to make sense of it. Good commit messages are intrinsic to meaningfully communicate changes…