█████╗ █████╗ ██████╗ █████╗ ███╗ ███╗██████╗ ██╗ ██╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗████╗ ████║██╔══██╗██║ ██║
███████║███████║██████╔╝███████║██╔████╔██║██████╔╝███████║
██╔══██║██╔══██║██╔══██╗██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ██║██║ ██║██║ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
High-performance web frameworks, systems tools, and developer education — in Rust and Go.
Two frameworks. Two languages. One philosophy: zero compromise on performance.
Ajaya (अजय) — Rust
Built on Tokio + Hyper 1.x. Zero-allocation hot path. Beats Axum on |
Rudra (रुद्र) — Go
Built on net/http + custom radix tree. Beats Fiber on static routes. 2× faster than Gin and Echo on parameterized routes. Phase 0 — zero optimizations yet. |
Both frameworks benchmarked on the same hardware: Intel Core i3-1115G4, 8GB RAM, Pop OS.
wrk -t4 -c100 -d10s— identical test conditions, no tuning applied.
|
Rust proc macro SDK that generates TypeScript, Python, Go, Swift, Kotlin, Zod, GraphQL SDL, and JSON Schema from annotated Rust structs and enums. One annotation, 8 languages. #[typebridge(typescript, python, go, zod)]
pub struct User {
pub id: Uuid,
pub email: String,
pub role: UserRole,
} |
Production Rust animation library. 38+ easing functions, spring physics, GPU batch animation via WGSL compute shaders, SVG path parsing, scroll-linked animations, FLIP transitions, color interpolation in Oklch and CIE L*a*b*. Bevy integration. |
|
Next.js-inspired file-based routing Rust framework on top of Axum. Compile-time route codegen via |
| Project | Description | Highlight |
|---|---|---|
| mini-database | Graph DB with SQL-like query interface | 138K ops/sec |
| mini-kafka | Distributed message queue in Rust | 347ns latency |
| mini-redis | In-memory key-value store | 50K ops/sec |
| mini-docker-rust | Container runtime from scratch | Linux namespaces + cgroups |
| mini-git | Version control system from scratch | Full VCS feature set |
| multi-cam-face-tracker | Real-time multi-camera face tracking | Zero-copy frame pipeline |
A no-nonsense guide for Indian CS/Engineering students stuck in tutorial hell. Step-by-step — from zero to a real shipped project.
YouTube — Aarambh Dev Hub
Deep technical builds — framework internals, proc macros, async Rust, production Go, systems programming. No fluff, full code.
Series: Axum Full Course · Rust Animation with Spanda · typebridge Deep Dive
Weekly Sunday sessions at 9:30 PM IST — pick a topic, prepare it, explain it to the group. Rust, Go, systems, architecture.
- Primary: Rust · Go
- Runtime/Async: Tokio · net/http · Hyper 1.x
- Frontend: Leptos 0.7 · Tailwind CSS v4
- Build Tools: syn · proc-macro2 · build.rs codegen
- Infra: Linux · Docker · GitHub Actions
This org has been building frameworks since day one. The numbers show the compounding:
| Era | Rust | Go |
|---|---|---|
| Early | Ignitia — 51,574 req/sec | Blaze — 182,505 req/sec |
| Now | Ajaya — 291,759 req/sec (+466%) | Rudra — 206,686 req/sec (+13%) |
Every framework we've built taught us something. Ajaya and Rudra are what we learned.
Everything here is open source. If it saves you time or teaches you something:
Aarambh Dev Hub — Start Building. Keep Building.
Rust · Go · Systems · Open Source