🔑A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
🎉A Bitcask Distributed Key/Value store using Raft for consensus with a Redis compatible API written in Go.
A distributed job execution engine for the execution of batch jobs, workflows, remediations and more.
A simple singly linked list written in Go. This is often a common interview question and one worth practicing and understanding.