ElixirMix Podcast 030 - Writing Great Unit Tests with Devon Estes String.to_existing_atom/1 is a double-edged sword

Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 2

In this part we’ll do a step further, making both keys and values persistent. Taking inspiration from the Bitcask design, we will see how to enhance our implementation and to recover the Index in the case of a failure.