· software
To keep myself accountable...
Lately I’ve been feeling that doing one solid, deep project teaches more than doing many small ones. So I’m planning to build a key–value store, starting from s...
Lately I’ve been feeling that doing one solid, deep project teaches more than doing many small ones. So I’m planning to build a key–value store, starting from s...
What is Redis? Redis Remote DIctionary Server is an open‑source, in‑memory NoSQL database that stores data as key/value pairs. While it can be used as a standa...
When indexing hurts more than it helps: how we realized our RAG use case needed a key-value store, not a vector database The post When Not to Use Vector DB appe...
This semester, I worked on building a Cassandra‑like distributed database in Python. In this article, I delve into the distributed nature of Cassandra, its impl...