Skip to content
View Saksham932007's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Saksham932007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Saksham932007/README.md

Saksham Kapoor

Systems & Infrastructure Engineering Student Operating Systems · Networking · Distributed Systems · Storage · AI System Deployment


About

I am an undergraduate engineering student focused on low-level systems and backend infrastructure.

My work centers on how software behaves across the boot process, kernel, storage, networking, and service layers, with particular interest in building reliable, secure, and performant systems.

Alongside systems work, I explore how modern AI components are deployed and operated in real systems, including retrieval pipelines and local inference, without focusing on model research or training.


Core Technical Focus

  • Operating Systems & Kernel Internals
  • Computer Networks & Asynchronous I/O
  • Distributed Systems & Fault Tolerance
  • Storage Engines & Data Integrity
  • AI System Deployment (RAG, inference pipelines)

Selected Engineering Work

  • x86 Bootloader & Kernel Two-stage bootloader and 32-bit kernel with paging, interrupts, drivers, and basic system services.

  • RustRedis (Redis-Compatible Server in Rust) Async TCP server implementing the RESP protocol, multiple data structures, AOF persistence, TTLs, and Pub/Sub.

  • KestrelCache (Log-Structured Key-Value Store) Persistent key-value database with append-only storage, CRC-based integrity checks, and in-memory indexing.

  • Distributed Systems Prototypes Experiments exploring consensus, gossip-based replication, and coordination mechanisms.

  • Retrieval-Augmented Generation Pipeline Local-first RAG system integrating document ingestion, vector storage, retrieval, and inference.


Tools & Languages

Languages: C, C++, Rust, Python Systems: Linux, Concurrency, Networking Backend: Async I/O, Protocol Design, Storage Engines AI Systems: Retrieval pipelines, vector databases, local inference


What I’m Currently Working On

Deepening my understanding of systems internals and distributed infrastructure, with the long-term goal of building robust platforms capable of supporting intelligent applications.


Contact

Pinned Loading

  1. Advanced-Kernel Advanced-Kernel Public

    C

  2. Advanced-Bootloader-16-bit-to-32-bit-C-Kernel Advanced-Bootloader-16-bit-to-32-bit-C-Kernel Public

    Assembly

  3. RustRedis RustRedis Public

    Rust

  4. KestrelCache KestrelCache Public

    Build your own database

    C#

  5. RAG-Pipeline-with-Ollama-and-LangChain RAG-Pipeline-with-Ollama-and-LangChain Public

    Python