const current_acitivty : String = "contributing to open-source and using it to build awesome stuff".to_owned();
const LANGUAGES : Vec<String> = vec!["rust".to_string(), "C++".to_string(), "python".to_string(), "typescript".to_string()];
// these interests has a lot of overlap with one another and can be used interchageably
const interests : Vec<String> = vec![
"Automations".to_string(),
"Game Engines".to_string(),
"Game Development".to_string(),
"Robotics".to_string()
];
// as of right now
const years_of_experience : u32 = 2;