I like to create great software and help other people do the same.
object Rodrigo {
public readonly string Name {get;} = "Rodrigo Brás Mecheri";
public string Focus {get;} = "Back-end";
public string PrimarySkillset {get; set;} = "C#/.NET";
public List<string> Languages {get; set; } = ["C#", "Rust", "Go"];
}