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.
- Host: GitHub
- URL: https://github.com/eshanized/eshanized
- Owner: eshanized
- Created: 2024-04-24T01:17:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:18:30.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:42:59.010Z (over 1 year ago)
- Topics: config, github-config
- Homepage: https://github.com/eshanized
- Size: 55.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## π 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







### π Web & Mobile





### βοΈ Cloud & Infrastructure






### π€ AI & ML



### π§ DevOps & Tools




## π‘ 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) |  |
| [**ShockGuard**](https://crates.io/crates/shockguard) | Hardware Fault Exploit Mitigator for cache, timing, and voltage anomalies |  |
| [**DepInsight**](https://crates.io/crates/dep-insight) | Deep dependency visualization and Rust graph intelligence tool |  |
| [**SecBox**](https://crates.io/crates/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**](https://gitlab.com/TIVisionOSS/golang/ginspect) | Codebase intelligence CLI for Go project mapping |  |
| [**FastAlloc-Go**](https://pkg.go.dev/gitlab.com/TIVisionOSS/golang/fastalloc-go) | Go implementation of the FastAlloc system |  |
| [**FastAlloc-Py**](https://pypi.org/project/fastalloc/) | Python package for high-speed memory operations |  |
| [**Updrift**](https://github.com/TIVisionOSS/updrift) | Open-source uptime monitoring deployable via GitHub Pages |  |
| [**BugHunt**](https://github.com/TIVisionOSS/bughunt) | AI-driven bug triage & classification platform |  |
π€ AI & Agent Frameworks
| Project | Description | Tech Stack |
|---------|-------------|-----------|
| [**M31**](https://github.com/TIVisionOSS/m31-mini) | Autonomous AI developer agent (like Cline/Cursor) |   |
| [**Autonomous Agent Framework**](https://github.com/TIVisionOSS/autonomous-agent-framework) | Modular reasoning and execution framework |  |
| [**CodeNavic**](https://github.com/TIVisionOSS/codenavic) | AR-powered virtual mechanic and navigation system |  |
ποΈ 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 |   |
| [**Helios**](https://gitlab.com/Snigdha-OS/apps/helios) | Modern system utility suite |  |
| [**Healix**](https://gitlab.com/Snigdha-OS/apps/healix) | Real-time system health monitoring |  |
| [**Kernel Manager**](https://gitlab.com/Snigdha-OS/apps/kernel_manager) | Rust-powered kernel management UI |  |
| [**OnePkg**](https://gitlab.com/Snigdha-OS/apps/onepkg) | Universal package management layer |  |
## π GitHub Analytics
## π 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
[](https://linkedin.com/in/eshanized)
[](https://twitter.com/eshanized)
[](https://dev.to/eshanized)
[](mailto:m.eshanized@gmail.com)
[](https://eshanized.dev)
[](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. π**

β From [eshanized](https://github.com/eshanized) with β€οΈ