struct Developer {
name: &'static str,
location: &'static str,
role: &'static str,
mission: &'static str,
}
impl Developer {
fn new() -> Self {
Self {
name: "Avidu Witharana",
location: "Sri Lanka π±π°",
role: "Computer Engineering Student",
mission: "Building secure AI-powered systems",
}
}
fn get_expertise(&self) -> Vec<&str> {
vec![
"Penetration Testing",
"Machine Learning Security",
"Full-Stack Development",
"System Architecture",
]
}
}%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#B3F5FF','primaryTextColor':'#000000','primaryBorderColor':'#00FFF0','lineColor':'#00FFF0','secondaryColor':'#FFB3F7','tertiaryColor':'#B3FFD9','quaternaryColor':'#FFF9B3','noteBkgColor':'#E6F7FF','noteTextColor':'#000000','fontSize':'16px','fontFamily':'Arial'}}}%%
mindmap
root((Avidu))
Cybersecurity
Penetration Testing
Threat Analysis
Security Auditing
AI & ML
Deep Learning
ML Security
AI Ethics
Development
Full Stack
Mobile Apps
System Design
Learning
Blockchain
Cloud Security
DevSecOps
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β "Security by design, innovation by passion" β
β β
β π In the race between security and threats, β
β I choose to be the cheetah β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ


