Topics
Curated reading paths through the recurring themes here. Each topic collects its posts in the order I would read them.
| Topic | Posts | Focus |
|---|---|---|
| Vector Search & Semantic Retrieval | 4 posts | A guided reading path through vector search and semantic retrieval: what vector databases are, how ANN search works, and how to build and optimize a Vamana index in C++. |
| Performance | 5 posts | Benchmark-backed performance engineering across Go and C++: profiling with pprof, cache-friendly data layout, duplicate detection, Kafka throughput, and zero-JS web speed. |