Challenge
DNS tooling often forces a compromise between privacy, speed, and implementation simplicity. Volex DNS was built to push a lightweight resolver toward very fast real-world response times without bloated architecture.
Systems & Infrastructure
The Fastest DNS Server in the Local Universe. High-performance, caching DoT (DNS over TLS) forwarder customized for speed and privacy.
DNS tooling often forces a compromise between privacy, speed, and implementation simplicity. Volex DNS was built to push a lightweight resolver toward very fast real-world response times without bloated architecture.
I focused on parallel upstream querying, DNS-over-TLS, in-memory caching, and low-overhead Go concurrency so the server can race providers, return the fastest answer, and stay efficient on local hardware.
Volex DNS is a compact but technically credible networking project. It reinforces the portfolio with protocol-level work, concurrency, and performance-sensitive infrastructure engineering.
Features Race Mode (queries multiple upstreams in parallel), in-memory caching with configurable TTLs, and a secure DoT architecture.
Universal real-time database engine with 1M+ ops/sec throughput. Features zero-copy serialization, O(1) secondary indexing, and native WebSocket streaming.
Read case studyProduction-ready uptime monitoring CLI tool. Features subcommand architecture, real-time TUI dashboard, multi-protocol health checks (HTTP, TCP, DNS, SSL), and discord alerting.
Read case studyModern systems programming language with Rust-inspired ownership, LLVM-based compilation, and zero-cost abstractions. Features async/await, generics, and comprehensive type safety.
Read case studyHigh-performance, secure DNS server with advanced blocklisting and caching. Features DoT (DNS over TLS) support, DNSSEC validation, and Tor integration.
Read case study