Tag
#sqlite
3 engineering articles about sqlite, implementation choices, and operational trade-offs.
Backend & Distributed Systems
Capacity-Aware Weekly Planning with Locking
A deterministic weekly planning API that protects deadlines, respects time capacity, limits daily load, and locks accepted plans.
Backend & Distributed Systems
Idempotent Session Writes with Conflict Detection
A production-minded API design for retry-safe learning session writes, semantic conflict detection, and response-loss recovery.
Backend & Distributed Systems
Tombstones for Delete and Reseed Safety
How to permanently delete user-visible records while preventing startup seed logic from recreating the same unwanted item.