What is HyperLogLog and how to build yours in Rust · May 1, 2023 · buildx rust probabilistic datastructure

Build your own CountMinSketch in Rust · April 2, 2023 · buildx rust datastructure

Build your own Counting Bloom Filter in Rust · March 19, 2023 · buildx rust datastructure

The beautiful simplicity of Apache Ranger plugin · May 14, 2019 · scala hadoop ranger akka

Creating a YARN Application using Scala · May 24, 2018 · scala yarn amaterasu

Scala notes - Futures - 3 (Combinators and Async) · June 12, 2016 · scala concurrency

Scala notes - Futures - 2 (Promises) · June 5, 2016 · scala concurrency

Scala Notes - Futures - 1 · May 29, 2016 · scala concurrency

Akka Notes - Finite State Machines - 2 · May 23, 2016 · akka scala fsm

Akka Notes - Finite State Machines - 1 · May 22, 2016 · akka scala fsm ·

Akka Notes - Actor Supervision - 8 · November 10, 2014 · supervision akka

Akka Notes - DeathWatch - 7 · October 31, 2014 · deathwatch akka

Akka Notes - Child Actors and ActorPath - 6 · October 22, 2014 · actorpath akka

Akka Notes - Actor Lifecycle - Basic - 5 · October 21, 2014 · lifecycle akka

Akka Notes - ActorSystem (Configuration and Scheduling) - 4 · October 6, 2014 · akka

Akka Notes - Actor Messaging - Request and Response - 3 · October 6, 2014 · akka

Akka Notes - Logging and Testing Actors - 2 · September 29, 2014 · akka

Akka Notes - Actor Messaging - 1 · September 19, 2014 · akka

Akka Notes - Introducing Actors · September 11, 2014 · akka

The Knapsack problem · May 27, 2014 · algorithms