thecodex.expert · The Codex Family of Knowledge
Tier 4 · Advanced

Key-Value Store

A persistent KV database with an append-only log — a tiny Redis with crash recovery.

🌐

Pick your language

The same project, implemented from scratch in each language. Same logic, different syntax — the best way to truly understand a language.

🐍PythonAvailable now →🟨JavaScriptAvailable now →
JavaComing soon
🐇GoComing soon
🦀RustComing soon
🗃

Choose your database

The same project with different storage backends. See exactly what changes when you swap SQLite for PostgreSQL or MongoDB.

🗃SQLitebuilt-in, no server — perfect for learningComing soon
🗃PostgreSQLproduction SQL with real relationsComing soon
🗃MongoDBflexible document storeComing soon
🗃Redisin-memory, blazing fastComing soon
🗃MySQLthe classic web databaseComing soon

Deploy it

Take the same project from your laptop to the real world — Docker, the cloud, or serverless.

Dockerpackage it into a containerComing soon
Docker Composeapp + database togetherComing soon
AWSdeploy to the cloudComing soon
Cloudflare Workersserverless at the edgeComing soon

Each version teaches the same core idea — pick the one that matches what you want to learn. New languages and variants are added continuously.

← All projects