"Every system should operate like a flight control system — rigorously tested, fault-tolerant, and mission-critical by design."
Building secure, autonomous, and intelligent systems at the intersection of aerospace engineering, systems programming, and AI.
struct Developer {
name: &'static str,
location: &'static str,
role: &'static str,
company: &'static str,
education: Education,
passions: Vec<&'static str>,
currently_learning: Vec<&'static str>,
}
struct Education {
current: &'static str,
previous: &'static str,
}
impl Developer {
fn eshan_roy() -> Self {
Self {
name: "Eshan Roy",
location: "Bangladesh 🇧🇩",
role: "Development Director & CEO",
company: "Tonmoy Infrastructure (67% Shareholder)",
education: Education {
current: "Computer Science (AI & Cyber Security) - University of The People",
previous: "Aerospace Engineering - Lovely Professional University",
},
passions: vec![
"Rust Systems Programming",
"Infrastructure Architecture",
"AI Agent Frameworks",
"Open Source Innovation",
"Aerospace Engineering",
],
currently_learning: vec![
"Advanced Rust Internals",
"LangChain & AI Agents",
"Operating System Development",
"Hardware Security",
],
}
}
fn fun_fact(&self) -> &str {
"I design systems that fly—both in the sky and in the cloud ☁️✈️"
}
}|
Chief Executive Officer
|
|
|
Cloud Architecture |
Penetration Testing |
Rust Development |
Systems Engineering |
🦀 Rust Ecosystem (Click to expand)
| Project | Description | Stars |
|---|---|---|
| FastAlloc | Cross-language memory allocator (Rust + Go + Python) | |
| ShockGuard | Hardware Fault Exploit Mitigator for cache, timing, and voltage anomalies | |
| DepInsight | Deep dependency visualization and Rust graph intelligence tool | |
| SecBox | Secure in-memory encryption, zeroization, and key management library | |
| HotReload | Live Rust function reloader for embedded and server applications | 🚧 WIP |
🧰 Tonmoy Infrastructure & Vision Developer Tools
| Project | Description | Tech Stack |
|---|---|---|
| GoInspect | Codebase intelligence CLI for Go project mapping | |
| FastAlloc-Go | Go implementation of the FastAlloc system | |
| FastAlloc-Py | Python package for high-speed memory operations | |
| Updrift | Open-source uptime monitoring deployable via GitHub Pages | |
| BugHunt | AI-driven bug triage & classification platform |
🤖 AI & Agent Frameworks
| Project | Description | Tech Stack |
|---|---|---|
| M31 | Autonomous AI developer agent (like Cline/Cursor) | |
| Autonomous Agent Framework | Modular reasoning and execution framework | |
| CodeNavic | AR-powered virtual mechanic and navigation system |
🏍️ Motorcycle Safety Ecosystem
| Project | Description | Features |
|---|---|---|
| RiderShield | AI + AR-powered motorcycle safety ecosystem | Voice SOS, Offline Mode, Wearable Sync |
| RiderGuard | Advanced safety app with crash detection | Hazard Alerts, Emergency Response |
| NavicX | Full-stack AR + telemetry safety management | AR Navigation, Telemetry Dashboard |
🖥️ Snigdha OS Projects
| Project | Description | Tech Stack |
|---|---|---|
| Snigdha OS | Rust-first modular operating system | |
| Helios | Modern system utility suite | |
| Healix | Real-time system health monitoring | |
| Kernel Manager | Rust-powered kernel management UI | |
| OnePkg | Universal package management layer |
- 🚀 Introducing Preadme: Your Ultimate README Generator!
- 🐍 9 Must-Know Python-Pandas Operations for Working with Data
- 🐍 Mastering Python Virtual Environments: A Complete Guide
- ⚙️ Start Shell Programming: A Beginner's Guide [Part-I]
- 🌟 Introducing My Open-Source Resume: A Step Toward Transparency
➡️ Read More Articles on Dev.to
🤝 Collaborations • 💡 Consulting • 🎤 Speaking Engagements • 📚 Mentoring • 🚀 Open Source Projects
"Code should be safe, predictable, and self-healing — much like the aircraft systems that inspire me."
Building the infrastructure of tomorrow, today. 🚀
⭐ From eshanized with ❤️



