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 ๐