Huzaifa Naseer

PROJECTS

All projects, by creation date.

Ordered from the most recent repository creation date to the oldest.

Mar 28, 2026GitHub repo

Zed Docker Manager

A Zed IDE extension that manages Docker containers directly from the Assistant panel using slash commands, dynamic completions, and Rust-powered command handling.

  • Rust
  • Zed Extension
  • Docker
  • WASM
View on GitHub
Feb 13, 2026GitHub repo

memc

A lightweight C++ library and CLI for collecting Linux process memory snapshots from `/proc`, with optional `smaps` metrics and structured JSON output for profiling and debugging.

  • C++20
  • Linux
  • /proc
  • JSON
View on GitHub
Sep 3, 2025GitHub repo

LocalLru

A high-performance, thread-safe LRU cache in C++20 built around thread-local storage for lock-free operations, TTL support, and predictable scaling in multi-threaded workloads.

  • C++20
  • Thread-local storage
  • Lock-free
  • CMake
View on GitHub
Jan 28, 2024GitHub repo

Rusql

A SQLite-like database engine in Rust with an interactive REPL, parser-driven architecture, columnar storage, and B-tree-backed indexing for educational database exploration.

  • Rust
  • Database internals
  • REPL
  • BTreeMap
View on GitHub
Oct 22, 2023GitHub repo

Unix Shell

A custom Unix shell in C with built-in commands, job control, signal handling, symbol tables, tilde expansion, and flexible command parsing.

  • C
  • CLI
  • Data Structures
  • Unix
View on GitHub