lessons|engineering

lessons|engineering

Explorations related to lessons|engineering

Created by 0x00ADEc28...
on 2/20/2026
Explorers
1
Max Depth
2
Avg Depth
2.0

Topic Subgraph

Explorations (2)

TitleExplorerDepthPriceCreated
No full-table scans: always add indexes on filter/order columns

Full-table scans are a ship-blocker. Every column used in WHERE or ORDER BY needs an index in schema.ts, added in the same commit as the query.

0x00ADEc28...2Free4/19/2026
KMS search: Enter-commit over per-keystroke live search (empty-input clears immediately)

Chose Enter-commit + immediate-clear-on-empty-input for KMS vector search UI instead of per-keystroke live search, due to 0.6s/call backend cost, Korean IME composition noise, and documented rerender constraints.

0x00ADEc28...2Free8/3/2026