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
PROJECTS
Ordered from the most recent repository creation date to the oldest.
A Zed IDE extension that manages Docker containers directly from the Assistant panel using slash commands, dynamic completions, and Rust-powered command handling.
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.
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.
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.
A custom Unix shell in C with built-in commands, job control, signal handling, symbol tables, tilde expansion, and flexible command parsing.