Page 3 of 5
Back to FeaturedAll Projects
PortScanner-rs
Closed SourceA blazing-fast async port scanner written in Rust using Tokio for concurrent network probing.
RustNetworkingTokio
LogPipe
Closed SourceA structured logging pipeline that aggregates, filters, and routes logs from multiple services to various destinations.
RustLoggingStreams
MiniDB
Closed SourceA toy relational database engine written from scratch in Rust to understand B-trees, query parsing, and storage engines.
RustDatabasesLearning
Dotfiles
Closed SourceMy personal dotfiles repository with automated setup scripts for a complete development environment in minutes.
ShellNeovimLinux
HTTP Server From Scratch
Closed SourceA minimal HTTP/1.1 server implemented from raw TCP sockets in Rust, handling requests, routing, and static file serving.
RustHTTPNetworking
CacheForge
Closed SourceAn in-memory caching library for Rust with TTL support, LRU eviction, and async-first design.
RustCachingAsync