An open API service indexing awesome lists of open source software.

https://github.com/eshanized/eshanized

Config files for my GitHub profile.
https://github.com/eshanized/eshanized

config github-config

Last synced: 6 months ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          






Typing SVG







Profile Views

Followers

Focus
Open Source



## πŸš€ 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

```rust
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

```ascii
Projects Delivered: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 20+
Team Growth: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 30+
Client Satisfaction: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 98%
Innovation Score: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ A+
Open Source Contrib: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 30+
```

## πŸ› οΈ Technology Arsenal

### πŸ’» Languages & Frameworks

![Rust](https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white)
![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white)
![C](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![Dart](https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white)

### πŸš€ Web & Mobile

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![Flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white)
![FastAPI](https://img.shields.io/badge/FastAPI-009688?style=for-the-badge&logo=fastapi&logoColor=white)
![Astro](https://img.shields.io/badge/Astro-FF5D01?style=for-the-badge&logo=astro&logoColor=white)

### ☁️ Cloud & Infrastructure

![AWS](https://img.shields.io/badge/AWS-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white)
![Google Cloud](https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=googlecloud&logoColor=white)
![Azure](https://img.shields.io/badge/Azure-0078D4?style=for-the-badge&logo=microsoftazure&logoColor=white)
![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)
![Kubernetes](https://img.shields.io/badge/Kubernetes-326CE5?style=for-the-badge&logo=kubernetes&logoColor=white)
![Terraform](https://img.shields.io/badge/Terraform-7B42BC?style=for-the-badge&logo=terraform&logoColor=white)

### πŸ€– AI & ML

![LangChain](https://img.shields.io/badge/LangChain-121212?style=for-the-badge&logo=chainlink&logoColor=white)
![TensorFlow](https://img.shields.io/badge/TensorFlow-FF6F00?style=for-the-badge&logo=tensorflow&logoColor=white)
![PyTorch](https://img.shields.io/badge/PyTorch-EE4C2C?style=for-the-badge&logo=pytorch&logoColor=white)

### πŸ”§ DevOps & Tools

![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)
![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge&logo=firebase&logoColor=black)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)

## πŸ’‘ 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**](https://pypi.org/project/fastalloc/) | Cross-language memory allocator (Rust + Go + Python) | ![PyPI](https://img.shields.io/pypi/dm/fastalloc?style=flat-square) |
| [**ShockGuard**](https://crates.io/crates/shockguard) | Hardware Fault Exploit Mitigator for cache, timing, and voltage anomalies | ![Crates.io](https://img.shields.io/crates/d/shockguard?style=flat-square) |
| [**DepInsight**](https://crates.io/crates/dep-insight) | Deep dependency visualization and Rust graph intelligence tool | ![Crates.io](https://img.shields.io/crates/d/dep-insight?style=flat-square) |
| [**SecBox**](https://crates.io/crates/secbox) | Secure in-memory encryption, zeroization, and key management library | ![Crates.io](https://img.shields.io/crates/d/secbox?style=flat-square) |
| **HotReload** | Live Rust function reloader for embedded and server applications | 🚧 WIP |

🧰 Tonmoy Infrastructure & Vision Developer Tools

| Project | Description | Tech Stack |
|---------|-------------|-----------|
| [**GoInspect**](https://gitlab.com/TIVisionOSS/golang/ginspect) | Codebase intelligence CLI for Go project mapping | ![Go](https://img.shields.io/badge/-Go-00ADD8?style=flat-square&logo=go&logoColor=white) |
| [**FastAlloc-Go**](https://pkg.go.dev/gitlab.com/TIVisionOSS/golang/fastalloc-go) | Go implementation of the FastAlloc system | ![Go](https://img.shields.io/badge/-Go-00ADD8?style=flat-square&logo=go&logoColor=white) |
| [**FastAlloc-Py**](https://pypi.org/project/fastalloc/) | Python package for high-speed memory operations | ![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white) |
| [**Updrift**](https://github.com/TIVisionOSS/updrift) | Open-source uptime monitoring deployable via GitHub Pages | ![TypeScript](https://img.shields.io/badge/-TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white) |
| [**BugHunt**](https://github.com/TIVisionOSS/bughunt) | AI-driven bug triage & classification platform | ![React](https://img.shields.io/badge/-React-20232A?style=flat-square&logo=react&logoColor=61DAFB) |

πŸ€– AI & Agent Frameworks

| Project | Description | Tech Stack |
|---------|-------------|-----------|
| [**M31**](https://github.com/TIVisionOSS/m31-mini) | Autonomous AI developer agent (like Cline/Cursor) | ![Next.js](https://img.shields.io/badge/-Next.js-000000?style=flat-square&logo=nextdotjs&logoColor=white) ![LangChain](https://img.shields.io/badge/-LangChain-121212?style=flat-square) |
| [**Autonomous Agent Framework**](https://github.com/TIVisionOSS/autonomous-agent-framework) | Modular reasoning and execution framework | ![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=python&logoColor=white) |
| [**CodeNavic**](https://github.com/TIVisionOSS/codenavic) | AR-powered virtual mechanic and navigation system | ![Flutter](https://img.shields.io/badge/-Flutter-02569B?style=flat-square&logo=flutter&logoColor=white) |

🏍️ Motorcycle Safety Ecosystem

| Project | Description | Features |
|---------|-------------|----------|
| [**RiderShield**](https://github.com/TonmoyInfrastructure/ridershield) | AI + AR-powered motorcycle safety ecosystem | Voice SOS, Offline Mode, Wearable Sync |
| [**RiderGuard**](https://github.com/TonmoyInfrastructure/riderguard) | Advanced safety app with crash detection | Hazard Alerts, Emergency Response |
| [**NavicX**](https://github.com/TonmoyInfrastructure/navicx) | Full-stack AR + telemetry safety management | AR Navigation, Telemetry Dashboard |

πŸ–₯️ Snigdha OS Projects

| Project | Description | Tech Stack |
|---------|-------------|-----------|
| [**Snigdha OS**](https://gitlab.com/Snigdha-OS) | Rust-first modular operating system | ![Rust](https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white) ![Linux](https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black) |
| [**Helios**](https://gitlab.com/Snigdha-OS/apps/helios) | Modern system utility suite | ![Rust](https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white) |
| [**Healix**](https://gitlab.com/Snigdha-OS/apps/healix) | Real-time system health monitoring | ![Rust](https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white) |
| [**Kernel Manager**](https://gitlab.com/Snigdha-OS/apps/kernel_manager) | Rust-powered kernel management UI | ![Rust](https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white) |
| [**OnePkg**](https://gitlab.com/Snigdha-OS/apps/onepkg) | Universal package management layer | ![Rust](https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white) |

## πŸ“Š GitHub Analytics


GitHub Stats
GitHub Streak


Top Languages
Top Contributed Repo


Contribution Graph


GitHub Trophies

## πŸ“ Latest Blog Posts

- πŸš€ [Introducing Preadme: Your Ultimate README Generator!](https://dev.to/eshanized/introducing-preadme-your-ultimate-readme-generator-2p0g)
- 🐍 [9 Must-Know Python-Pandas Operations for Working with Data](https://dev.to/eshanized/9-must-know-python-pandas-operations-for-working-with-data-1h5o)
- 🐍 [Mastering Python Virtual Environments: A Complete Guide](https://dev.to/eshanized/mastering-python-virtual-environments-a-complete-guide-578d)
- βš™οΈ [Start Shell Programming: A Beginner's Guide [Part-I]](https://dev.to/eshanized/start-shell-programming-a-beginners-guide-part-i-20oo)
- 🌟 [Introducing My Open-Source Resume: A Step Toward Transparency](https://dev.to/eshanized/introducing-my-open-source-resume-a-step-toward-transparency-and-contribution-2o7o)

➑️ **[Read More Articles on Dev.to](https://dev.to/eshanized)**

## 🀝 Let's Connect & Collaborate

[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/eshanized)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/eshanized)
[![Dev.to](https://img.shields.io/badge/Dev.to-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white)](https://dev.to/eshanized)
[![Email](https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:m.eshanized@gmail.com)
[![Portfolio](https://img.shields.io/badge/Portfolio-FF5722?style=for-the-badge&logo=google-chrome&logoColor=white)](https://eshanized.dev)
[![GitLab](https://img.shields.io/badge/GitLab-FC6D26?style=for-the-badge&logo=gitlab&logoColor=white)](https://gitlab.com/eshanized)


### πŸ’Ό 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](https://github.com/eshanized) with ❀️