struct Developer {
name: String,
location: String,
education: String,
interests: Vec<String>,
callsign: String,
}
impl Developer {
fn new() -> Self {
Self {
name: "Piotr ลwiercz".to_string(),
location: "Krakรณw, Poland".to_string(),
education: "Computer Science @ DSW".to_string(),
interests: vec![
"Game Development".to_string(),
"Embedded Systems".to_string(),
"Network Infrastructure".to_string(),
"Open Source".to_string(),
],
callsign: "SQ9PIO".to_string(),
}
}
}- bevy_pins - Charm system (Hollow Knight inspired)
- bevy_power - Unified health/stamina system
- bevy_movement - FPS controller library
- ๐ข Kosmopark - Interactive exhibits specialist
- ๐ Telnet - Fiber optic network technician
- ๐ป Promis - Full-stack developer
graph TD
A[๐ฆ Master Rust] --> B[๐ฎ Bevy Ecosystem]
A --> C[โก Performance Optimization]
B --> D[๐น๏ธ Game Engine Features]
C --> E[๐ง Systems Programming]
D --> F[๐ฆ Open Source Libraries]
E --> F
F --> G[๐ Community Impact]
- ๐ฆ Advancing Rust expertise - Systems programming & performance optimization
- ๐ฎ Expanding Bevy ecosystem - Contributing game development libraries
- ๐ Exploring IoT & embedded - Bridging software and hardware
- ๐ Academic excellence - Computer Science studies with 4.43 GPA
- ๐ Network infrastructure - CCNA certification and practical experience

