The user built a web search engine from scratch in 2 months, achieving a peak of 280 million indexed pages and 200K writes per second, using a combination of RocksDB, HNSW, and custom compression algorithms. The system used a multi-level stochastic queue setup, mTLS for secure communication, and HTTP/2 for multiplexing and request semantics, and was optimized for writes and disk I/O using NVMe SSDs.