Skip to content
View eshanized's full-sized avatar
🦊
Why?
🦊
Why?

Organizations

@snigdhalinux @Snigdha-OS

Block or report eshanized

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
eshanized/README.md

🚀 Mission Statement

"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.

👨‍💻 About Me

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 ☁️✈️"
    }
}

💼 Professional Impact

🏢 TONMOY INFRASTRUCTURE

Chief Executive Officer

  • 📈 30% revenue growth in 2024
  • 🎯 20+ major projects delivered
  • 👥 Leading 30+ professionals
  • 🌍 Serving clients across 5+ countries
  • 💡 15+ infrastructure projects deployed

📊 Key Metrics

Projects Delivered:      ████████████████  20+
Team Growth:             ████████████████  30+
Client Satisfaction:     ████████████████  98%
Innovation Score:        ████████████████  A+
Open Source Contrib:     ████████████████  30+

🛠️ Technology Arsenal

💻 Languages & Frameworks

Rust Python Go C TypeScript JavaScript Dart

🚀 Web & Mobile

React Next.js Flutter FastAPI Astro

☁️ Cloud & Infrastructure

AWS Google Cloud Azure Docker Kubernetes Terraform

🤖 AI & ML

LangChain TensorFlow PyTorch

🔧 DevOps & Tools

Linux Git Firebase PostgreSQL

💡 Core Competencies

🏗️ Infrastructure

Cloud Architecture
DevOps & CI/CD
Infrastructure-as-Code
Kubernetes & Docker
High Availability Systems

🔐 Security

Penetration Testing
Zero Trust Design
Threat Modeling
SIEM Integration
Hardware Security

🦀 Systems Programming

Rust Development
OS Development
Kernel Programming
Memory Safety
Performance Optimization

✈️ Aerospace

Systems Engineering
Avionics & Flight Control
Aerodynamics
Structural Design
Safety-Critical Systems

🎯 Featured Projects

🦀 Rust Ecosystem (Click to expand)
Project Description Stars
FastAlloc Cross-language memory allocator (Rust + Go + Python) PyPI
ShockGuard Hardware Fault Exploit Mitigator for cache, timing, and voltage anomalies Crates.io
DepInsight Deep dependency visualization and Rust graph intelligence tool Crates.io
SecBox Secure in-memory encryption, zeroization, and key management library Crates.io
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 Go
FastAlloc-Go Go implementation of the FastAlloc system Go
FastAlloc-Py Python package for high-speed memory operations Python
Updrift Open-source uptime monitoring deployable via GitHub Pages TypeScript
BugHunt AI-driven bug triage & classification platform React
🤖 AI & Agent Frameworks
Project Description Tech Stack
M31 Autonomous AI developer agent (like Cline/Cursor) Next.js LangChain
Autonomous Agent Framework Modular reasoning and execution framework Python
CodeNavic AR-powered virtual mechanic and navigation system Flutter
🏍️ 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 Rust Linux
Helios Modern system utility suite Rust
Healix Real-time system health monitoring Rust
Kernel Manager Rust-powered kernel management UI Rust
OnePkg Universal package management layer Rust

📊 GitHub Analytics

GitHub Stats GitHub Streak
Top Languages Top Contributed Repo
Contribution Graph
GitHub Trophies

📝 Latest Blog Posts

➡️ Read More Articles on Dev.to

🤝 Let's Connect & Collaborate

LinkedIn Twitter Dev.to Email Portfolio GitLab


💼 Open For

🤝 Collaborations • 💡 Consulting • 🎤 Speaking Engagements • 📚 Mentoring • 🚀 Open Source Projects

💭 Philosophy

"Code should be safe, predictable, and self-healing — much like the aircraft systems that inspire me."

Building the infrastructure of tomorrow, today. 🚀

Dev Quote

⭐ From eshanized with ❤️

Popular repositories Loading

  1. eshanized.github.io eshanized.github.io Public

    eshanized portfolio showcasing web development projects, skills, and experiences. Built with React, Tailwind and TypeScript for a responsive design.

    TypeScript 1

  2. eshanized eshanized Public

    🌟 Eshanized is a GitHub profile dedicated to open-source projects and contributions. It showcases custom Linux distributions, web apps, security tools, and more, aimed at enhancing user experience,…

  3. register register Public

    Forked from is-a-dev/register

    Grab your own sweet-looking '.is-a.dev' subdomain.

    JavaScript

  4. i3wm i3wm Public

    Forked from Justus0405/i3wm-dotfiles

    //i3wm config

    Shell

  5. NeuroEdit NeuroEdit Public

    Forked from microsoft/vscode

    NeuroEdit is a next-gen, AI-powered code editor built for speed, intelligence, and simplicity. It features multi-line autocomplete, natural language code generation, AI-assisted refactoring, and se…

    TypeScript

  6. bulk-email-sender bulk-email-sender Public