Match the index to the query. Verify the result.
A reproducible SQLite experiment with 50,000 synthetic rows, exact result checks, and measured tradeoffs.
Read database case study ↗Practical explanations, small examples, and tradeoffs in application development.
A reproducible SQLite experiment with 50,000 synthetic rows, exact result checks, and measured tradeoffs.
Read database case study ↗A reproducible walkthrough with 22 request fixtures, recorded results, and two parser limitations made explicit.
Read case study ↗A request can parse correctly and still violate the rules of the application. A small contract makes that distinction visible.
Read note ↗Design retries around the effect of an operation, with a clear way to recognize the same request.
Read note ↗Use a query plan to ask a specific question, then validate the effect with representative data.
Read note ↗Page boundaries are part of an API contract. Choose them deliberately when data can change between requests.
Read note ↗