struct Developer {
name: &'static str,
location: &'static str,
role: &'static str,
interests: Vec<&'static str>,
}
let henry = Developer {
name: "Henry Chen",
location: "Sydney, Australia",
role: "Full-Stack Developer & System Architect",
interests: vec!["Web Apps", "ERP Systems", "Photography"],
}; Languages Rust · TypeScript · Python · C# · Bash
Frameworks React · Next.js · Django · .NET · Docker
Infrastructure SQL Server · AWS · GitHub Actions · Firebase · Cloudflare



