Nassim Khatib©

002 / Selected work
[ 04 projects ]

002 / Selected work

Things I built from nothing, then made quicker.

[04]
01
StackSnapGo · TypeScript
Backup & recovery engine for Docker Compose. Coordinates Postgres / MySQL / Redis dumps with filesystem snapshots into one consistent point-in-time backup. Client-side AES-256-GCM — the storage provider never sees a raw byte. Streams in 32 KB chunks, so memory stays flat at any size. Live progress over Server-Sent Events; every backup is auto-verified — if it can't be decrypted, it doesn't count.
AES-256-GCMS3 / MinIOSSE
02
LeAiGo · zero deps
Password-strength checker — a neural network in one binary. Trained a ~728K-parameter net from scratch and shipped it as a single pure-Go binary. Runs 1,300+ checks per second with no external dependencies.
728K params1,300+/s0 deps
03
LoevesteinTypeScript · Next.js · Express
AI legal assistant for Dutch law. Full-stack workspace built solo (~120K lines). A custom OpenXML engine emits genuine Word w:ins / w:del tracked changes the user accepts or rejects one by one — no silent overwrites. Orchestrates Claude + Gemini behind a provider-agnostic routing layer balancing quality, cost and speed. Scores 96.1% on its own hand-verified Dutch-law benchmark, ahead of GPT-5.5 (94.4%).
120K LOCOpenXML96.1%
04
Project NovaPython
Local-first music-streaming platform & SDK. A developer API you run locally and use straight away — no API keys, no signup. Ships with a fully test-covered Python SDK and a web player with live search and streaming.
no signupPython SDKfull coverage