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