> whoami

Shashank Sati

Systems Engineer | Distributed Systems | Databases | Agentic Memory

Building databases, distributed systems, developer tools and infrastructure software.

I enjoy designing systems that stay correct under failure, scale gracefully, and remain understandable. My interests span databases, distributed systems, and almost everything about computers and software.

portfolio.sh
$
🏆
2× ICPC Regionalist
Go / C++ / Typescript
Distributed Systems
01

About

> education

B.Tech+M.Tech Electronics and Communication Engineering

> interests

  • Distributed Systems
  • Databases
  • Agentic Memory
  • Context Engineering
  • Operating Systems
  • Performance Engineering

> philosophy

"Visualise how systems work from first principles, Play chess and Don't use LinkedIn."
02

Projects

★ FLAGSHIP CART-001

SevenDB

A reactive distributed in-memory database designed around durable subscriptions, deterministic execution, and fault tolerance.

Key Features

  • Raft-based replication
  • Deterministic testing harness
  • Durable subscriptions
  • WAL persistence
  • Reactive data model
123k+ ops/sec
0.111ms p50 latency
0.349ms p99 latency
Go Raft WAL
> view on GitHub_
PROJECT CART-002

Khoj

A Rust-based TF-IDF search engine optimized for local in-text document search.

859 files / 3.54s
518+ QPS
1.68ms avg latency
Rust TF-IDF
> view on GitHub_
PROJECT CART-003

Teach-Code

Collaborative coding platform featuring real-time code editing, parsing, shared whiteboard, and voice communication.

Go WebRTC WebSockets Next.js
> view on GitHub_
PROJECT CART-004

Quic.blog

Interactive TCP vs QUIC visualization and educational platform.

2,000+ readers
QUIC TCP Visualization
> Check out_ > view on GitHub_
03

Open Source

CONTRIBUTIONS ● MERGED
FlatBuffers FEATURE

gRPC Callback Service Support

Added gRPC callback service to FlatBuffers compiler.

> view PR_
MSSQL FEATURE

Global Object Search

Added global object search to MSSQL, to allow for search through tables, functions and views from the VS-code window itself.

> view PR_
KubeVirt FEATURE

Startup Probe

Added startup probe to the KubeVirt, for virtual machine deployment using Kubernetes.

> view PR_
CONTRIBUTIONS ◐ IN-PROGRESS
CockroachDB IN-PROGRESS

Adaptive Join Support

Designed and implemented a runtime-adaptive lookup join execution mode that automatically switches to a hash-based strategy when optimizer estimates are inaccurate, delivering 2–3× speedups on large inputs while maintaining near-zero overhead in normal execution paths.

> view PR_
ClickHouse Operator IN-PROGRESS

remote_servers fragmentation via ConfigMaps

Implemented deterministic fragmentation of oversized remote_servers.xml configurations to overcome Kubernetes ConfigMap size limits, enabling reliable operation of large-scale ClickHouse clusters with automatic rollout and garbage collection support.

> view PR_