struct Developer {
name: &'static str,
role: &'static str,
focus: Vec<&'static str>,
philosophy: &'static str,
}
impl Developer {
fn new() -> Self {
Developer {
name: "Joel | JedizLaPulga",
role: "Systems Programmer & Full Stack Engineer",
focus: vec!["Performance", "Low-Level Systems", "Scalable Architecture"],
philosophy: "Building software that makes a difference π₯",
}
}
}- π Currently Working On: High-performance system tools & web frameworks
- π± Always Learning: Exploring new low-level optimizations
- π¬ Ask Me About: Systems Programming, Rust, Go, Full Stack Development
- β‘ Fun Fact: I speak fluent binary... just kidding, but close enough!
- π§ Reach Me: jedizlapulga@gmail.com


