Skip to content
View aarambh-darshan's full-sized avatar

Organizations

@AarambhDevHub

Block or report aarambh-darshan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aarambh-darshan/README.md

⚑ Darshan Vichhi (Aarambh)

Architecting the Future of High-Performance Systems

Rust Go C++ Systems


"I don't just write code; I engineer systems that push hardware to its limits."

GitHub followers YouTube

πŸš€ About Me

I’m Darshan Vichhi, a Systems Engineer and Performance Architect focused on building high-throughput, low-latency systems as close to the hardware as possible. My work revolves around designing production-grade frameworks, distributed systems, and developer tools where performance, correctness, and scalability are non‑negotiable.

I primarily work with Rust, Go, and modern C++, specializing in concurrency, async runtimes, networking stacks, and system internals. I care deeply about zero-cost abstractions, memory efficiency, and predictable performance under real-world load, constantly profiling, benchmarking, and tuning systems to squeeze out every last nanosecond.

As the founder of @AarambhDevHub, I also teach engineers how systems work under the hoodβ€”from event loops and schedulers to databases, message queues, and language runtimesβ€”by building them from scratch and explaining every design decision with production reality in mind.


"I don’t just write software. I engineer systems."


️ The Arsenal

Core Systems Web & Network Infrastructure
Rust FastHTTP Docker
Go Tokio K8s
Zig Actix Redis
C++ gRPC Linux

πŸ”₯ Featured Projects

All projects are maintained under the @AarambhDevHub organization.

πŸš€ Production-Ready & Educational Frameworks

Project Version Description Performance Features
Blaze v0.1.4 Go web framework 190K+ req/sec HTTP/2, WebSocket, Caching, Validation, Compression
Ignitia v0.2.4 Rust web framework 155K+ req/sec Radix routing, Middleware, Type-safe, Zero-copy
Vortex - C++ educational framework Modern C++20 Coroutines, Epoll-based I/O, Advanced routing

πŸ›‘οΈ Security & AI Systems

Project Description Stars Key Features
Pingora WAF WAF based on Cloudflare's Pingora 10 ⭐ Path traversal protection, Prometheus metrics, Dynamic config
Exam Cheating Detection AI proctoring system 15 ⭐ Eye tracking, Face detection, Multiple person detection
Multi-Cam Face Tracker Real-time surveillance 14 ⭐ Multi-camera support, Telegram alerts, InsightFace integration
Dev Proxy API mocking tool - Request recording, Response replay, Latency simulation

πŸ› οΈ System Tools & Infrastructure

Project Description Performance Features
WsForge WebSocket load testing tool High Throughput Async, Real-time metrics, Scenario scripting
Mini Docker Container runtime Production-ready Namespaces, cgroups, Networking
Mini Redis In-memory KV store 50K ops/sec RESP Protocol, CLI, Data Structures
Mini Kafka Distributed message queue 347ns latency Pub/Sub, Persistence, Partitioning
Mini Database Graph database with SQL 138K ops/sec LRU Cache, TCP Server, Query Engine
Mini Git Version control system Full VCS features SHA-1, Branching, Merging, Staging

🌐 Distributed Systems & Applications

Project Description Tech Stack
Capsules Digital Time Capsule Platform Rust (Axum), Next.js, SQLx, TailwindCSS
Mini P2P File sharing network BitTorrent protocol, DHT, Peer discovery

πŸ€– AI & Language Tools

Project Description Capabilities
Mini TensorFlow Deep learning library SIMD optimization, Neural networks, Autograd
Toy Language Programming language Lexer, Parser, AST, Interpreter, REPL

πŸ“Š Engineering Metrics

GitHub Stats
Streak Stats
Top Langs

πŸ† Contribution Activity

Productive Time



Activity Graph

🀝 Connect & Support

YouTube LinkedIn Twitter Discord



BMC Sponsor

Β© 2025 Darshan Vichhi (Aarambh) | Built for Performance πŸš€

Pinned Loading

  1. rust-backend-axum rust-backend-axum Public

    Master Rust backend development with Axum in this comprehensive tutorial. Learn user authentication, PostgreSQL integration, email verification, and secure APIs. Build scalable, production-ready ap…

    Rust 99 28

  2. AarambhDevHub/blaze AarambhDevHub/blaze Public

    πŸ”₯ Blaze - Blazing fast Go web framework delivering 190K+ req/sec with intelligent caching. Built on FastHTTP with HTTP/2, WebSockets, TLS, and comprehensive middleware. Production-ready with gracef…

    Go 8

  3. AarambhDevHub/ignitia AarambhDevHub/ignitia Public

    Ignitia is a blazing fast, lightweight Rust web framework featuring async runtime, HTTP/1 and HTTP/2 support, extensible routing, middleware, WebSocket integration, multipart/form-data parsing, and…

    Rust 11

  4. mini-blockchain mini-blockchain Public

    A robust, full-stack blockchain engine built in Rust. Features a custom VM for smart contracts with real gas economics, Proof-of-Work consensus, UTXO transactions, multisig wallets, and a real-time…

    Rust 3 1

  5. AarambhDevHub/query-engine AarambhDevHub/query-engine Public

    A high-performance, distributed SQL query engine built in Rust. Powered by Apache Arrow for vectorized execution, it supports complex SQL (JOINs, CTEs, Window Functions), distributed processing, an…

    Rust 1

  6. lsm-engine lsm-engine Public

    ⚑ A blazing-fast, persistent key-value store built on the Log-Structured Merge-Tree architecture in Go

    Go