struct Developer {
name: String,
role: String,
languages: Vec<String>,
focus: String,
passion: String,
}
impl Developer {
fn new() -> Self {
Developer {
name: "dongowu".to_string(),
role: "Backend Developer".to_string(),
languages: vec![
"Rust".to_string(),
"Go".to_string(),
"JavaScript".to_string(),
"Python".to_string(),
"Java".to_string()
],
focus: "Performance & Innovation".to_string(),
passion: "Open Source & Learning".to_string(),
}
}
}
- 🔭 Currently Working On: Advanced Rust projects and open-source contributions
- 🌱 Learning: Cloud-native technologies, WebAssembly, and AI integration
- 👯 Looking to Collaborate: Open source Rust projects and innovative tools
- 💬 Ask Me About: Rust, Go, Full-stack development, and automation
- ⚡ Fun Fact: I love optimizing code performance and building developer tools
🦀 Rust Mastery | 🌐 Open Source | 🚀 Innovation |
---|---|---|
Advanced systems programming | Contributing to community projects | Building developer tools |
Performance optimization | Mentoring newcomers | Exploring new technologies |
Memory safety patterns | Code reviews & discussions | Automation solutions |
Rust 12 hrs 30 mins ████████████░░░░░░░░░░░░░ 48.2%
Go 6 hrs 15 mins ██████░░░░░░░░░░░░░░░░░░░ 24.1%
JavaScript 4 hrs 20 mins ████░░░░░░░░░░░░░░░░░░░░░ 16.7%
Python 2 hrs 10 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 8.4%
Other 40 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 2.6%
✨ "Code is poetry written in logic" ✨
Thanks for stopping by! Let's build something amazing together 🚀