struct Developer {
languages: Vec<&'static str>,
interests: Vec<&'static str>,
current_focus: &'static str,
}
impl Developer {
fn xinn() -> Self {
Self {
languages: vec!["Rust", "Python", "TypeScript", "Java"],
interests: vec!["Systems", "Security", "AI/ML", "Architecture"],
current_focus: "Secure distributed systems",
}
}
}
View Certifications
- Ethical Hacking Essentials (EHE)
- Network Defence Essentials (NDE)
- Microsoft Azure AI Fundamentals (AI-900)
- DevCore Information Security Scholarship